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

Campbell Barton cbarton at metavr.com
Thu May 11 14:42:10 CEST 2006


campbellbarton (Campbell Barton) 2006/05/11 14:42:10 CEST

  Modified files:
    blender/release/scripts/bpymodules BPyMesh.py 
  Added files:
    blender/release/scripts/bpymodules BPyMesh_redux.py 
  
  Log:
  Added a polygon reduction function that can poly reduce any mesh and supports UV's as well as bone weights (Thanks to briggs).
  Isnt intended to be ultra high quality, more for automatic realtime "Level of Detail" model generation.
  
  BPyMesh.redux(ob, 0.5) # To reduce to about half the polys
  
  Revision  Changes    Path
  1.10      +6 -0      blender/release/scripts/bpymodules/BPyMesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMesh.py.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list