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

Campbell Barton cbarton at metavr.com
Fri Jan 27 14:37:02 CET 2006


campbellbarton (Campbell Barton) 2006/01/27 14:37:02 CET

  Modified files:
    blender/release/scripts lightwave_import.py 
  
  Log:
  Minor optimization- mainly lists and dicts - use iterkeys instead of keys try/except rather then has_key()/else (1 less dict lookup)
  Also discovered a bug in meshtools... not sure how relevent this is with the new api on the horizon.
  
  Revision  Changes    Path
  1.10      +42 -31    blender/release/scripts/lightwave_import.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/lightwave_import.py.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list