View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002336 | File formats | Feature | public | 2015-11-12 08:48 | 2017-03-27 12:41 |
Reporter | douardda | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0002336: importing .obj file should use the object names as labels | ||||
Description | When importing objects from a Wavefront .obj file format, the object names ib the .obj file are not used as labels in Freecad. eg. a myfile.obj file like: # FreeCAD v0.15 build4671 (Git) Arch module # http://www.freecadweb.org [^] o MonCube v 18.881188 4.8209 4.903852 v 18.881188 4.8209 -5.096148 v 18.881188 14.8209 4.903852 v 18.881188 14.8209 -5.096148 v 28.881188 4.8209 4.903852 v 28.881188 4.8209 -5.096148 v 28.881188 14.8209 4.903852 v 28.881188 14.8209 -5.096148 f 1 2 4 3 f 5 6 8 7 f 6 2 1 5 f 8 4 3 7 f 4 2 6 8 f 3 1 5 7 will be imported with the cube's label being 'myfile' instead of the expected 'MonCube'. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
related to | 0002335 | feedback | export in .obj file should use the objects labels |