Opened 7 years ago
Closed 7 years ago
#1841 closed defect (fixed)
Wrong vertex indices in wavefront OBJ files with multiple objects
Reported by: | Owned by: | Tom Goddard | |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Input/Output | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Saving an OBJ file with multiple models uses face vertex indices that start from 1 for each object. But the OBJ specification says that all vertices in the OBJ file are numbered consecutively, ie. should not start from 1 for objects after the first object.
Blender does not properly read ChimeraX OBJ files with multiple objects because of this problem.
Note:
See TracTickets
for help on using tickets.
Fixed.