Blender Git Commit Log

Git Commits -> Revision 664f602

Revision 664f602 by Campbell Barton (master)
January 11, 2006, 09:47 (GMT)
update to obj export:
Added options.
pup_block = [
('Apply Modifiers', EXPORT_APPLY_MODIFIERS, 'Use transformed mesh data from each object. May break vert order for morph targets.'),
('Selection Only', EXPORT_SEL_ONLY, 'Only export objects in visible selection.'),
('Edges', EXPORT_EDGES, 'Edges not connected to faces.'),
('Normals', EXPORT_NORMALS, 'Export vertex normal data (Ignored on import).'),
('Materials', EXPORT_MTL, 'Write a seperate MTL file with the OBJ.'),
('All Scenes', EXPORT_ALL_SCENES, 'Each scene as a seperate OBJ file.'),
('Animation', EXPORT_ANIMATION, 'Each frame as a seperate OBJ file.'),
('Copy Images', EXPORT_COPY_IMAGES, 'Copy image files to the export directory, never everwrite.'),
]

Obj import was updated to import edges (2 vert faces), will update some more later.

Commit Details:

Full Hash: 664f6026d57b6854b7865ee2d9c1129aff0beecd
SVN Revision: 6387
Parent Commit: 85e8dd5
Lines Changed: +330, -79

2 Modified Paths:

/release/scripts/obj_export.py (+317, -76) (Diff)
/release/scripts/obj_import.py (+13, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021