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

Campbell Barton cbarton at metavr.com
Fri Aug 25 11:10:06 CEST 2006


campbellbarton (Campbell Barton) 2006/08/25 11:10:06 CEST

  Modified files:
    blender/release/scripts 3ds_import.py 
  
  Log:
  simplified 3ds mesh importing by storing verts and faces in a list rather then a mesh, before making the final mesh
  also make use of meshes faces.extend() indexList option- which means lots of checking can be removed.
  
  indexList is not relyable at the moment so some files wont import but this will be fixed.
  
  Revision  Changes    Path
  1.21      +98 -101   blender/release/scripts/3ds_import.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/3ds_import.py.diff?r1=1.20&r2=1.21&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list