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

Campbell Barton cbarton at metavr.com
Sun Jul 2 11:44:44 CEST 2006


campbellbarton (Campbell Barton) 2006/07/02 11:44:44 CEST

  Modified files:
    blender/release/scripts lightwave_import.py 
    blender/release/scripts/bpymodules BPyMesh.py 
  
  Log:
  More fixes to lightwave ngon filling, fallback to fan fill- ngon function has working optimized loop detection, uses PolyFill function.
  LWO cheats by having multiply poly lines in 1, by doubling back on the line. BPyMeshes NGON function splits this into multiple NGons so PolyFill can fill properly.
  Tested with 1711 LWO files - (2 had unreadable faces) 77meg and 103 OBJ files- all worked.
  
  Revision  Changes    Path
  1.17      +24 -36    blender/release/scripts/lightwave_import.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/lightwave_import.py.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>
  1.24      +166 -226  blender/release/scripts/bpymodules/BPyMesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMesh.py.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list