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

Campbell Barton cbarton at metavr.com
Mon Jan 16 07:33:56 CET 2006


campbellbarton (Campbell Barton) 2006/01/16 07:33:56 CET

  Modified files:
    blender/release/scripts obj_import.py 
  
  Log:
  Added user interface to OBJ import.
  With options.
  	('Material (*.mtl)', IMPORT_MTL, 'Imports material settings and images from the obj\'s .mtl file'),\
  	('All *.obj\'s in dir', IMPORT_DIR, 'Import all obj files in this dir (avoid overlapping data with "Create scene")'),\
  	('Create scene', IMPORT_NEW_SCENE, 'Imports each obj into its own scene, named from the file'),\
  	'Geometry...',\
  	('Edges', IMPORT_EDGES, 'Import faces with 2 verts as in edge'),\
  	('Smooths all faces', IMPORT_SMOOTH_ALL, 'Smooth all faces even if they are not in a smoothing group'),\
  
  Revision  Changes    Path
  1.27      +102 -21   blender/release/scripts/obj_import.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/obj_import.py.diff?r1=1.26&r2=1.27&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list