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

Campbell Barton cbarton at metavr.com
Thu May 18 04:22:05 CEST 2006


campbellbarton (Campbell Barton) 2006/05/18 04:22:05 CEST

  Modified files:
    blender/release/scripts/bpymodules BPyMesh.py BPyMesh_redux.py 
  Added files:
    blender/release/scripts mesh_poly_reduce.py 
  
  Log:
  Fixed some evil bugs in the poly reducer messing up UV's every now and then.
  Added support for "Weighted Collapse" Before an edge could only collapse into its middle,
  Now the edge collapses into a point bias'd by the 2 verts Concave/Convec "Pointyness" value as well as boundry weighting.
  This works much better for boundry verts. - UV's Vcols and Weights are correctly interpolated into the new location.
  
  Added a tool in the mesh menu for accessing the poly reduction tool.
  
  Revision  Changes    Path
  1.12      +2 -2      blender/release/scripts/bpymodules/BPyMesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMesh.py.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.9       +335 -145  blender/release/scripts/bpymodules/BPyMesh_redux.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMesh_redux.py.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list