[Bf-blender-cvs] CVS commit: blender/release/scripts obj_import.py obj_export.py

Campbell Barton cbarton at metavr.com
Wed Jan 11 10:47:17 CET 2006


campbellbarton (Campbell Barton) 2006/01/11 10:47:17 CET

  Modified files:
    blender/release/scripts obj_import.py obj_export.py 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.23      +14 -4     blender/release/scripts/obj_import.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/obj_import.py.diff?r1=1.22&r2=1.23&cvsroot=bf-blender>
  1.18      +320 -79   blender/release/scripts/obj_export.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/obj_export.py.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list