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

Ed Halley ed at halley.cc
Sat Nov 25 18:34:57 CET 2006


halley (Ed Halley) 2006/11/25 18:34:57 CET

  Modified files:
    blender/release/scripts import_obj.py 
  
  Log:
  Was crashing the import_obj script when using Python 2.3.
  
  Python 2.4+ supports large list processing with generators, but
  Python 2.3 will break if you use that syntax.  Until we depend on
  the newer versions, I have commented out the generator syntax and
  only use the list-comprehension type instead.
  
  Revision  Changes    Path
  1.13      +4 -5      blender/release/scripts/import_obj.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/import_obj.py.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list