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

Campbell Barton cbarton at metavr.com
Mon Apr 24 13:26:04 CEST 2006


campbellbarton (Campbell Barton) 2006/04/24 13:26:04 CEST

  Modified files:
    blender/release/scripts/bpymodules BPyMesh.py 
    blender/release/scripts mesh_mirror_tool.py 
  
  Log:
  Added utility functions to BPyMesh.py
  - dictWeightFlipGroups, return a vert weight with flipped group names.
  - dictWeightMerge, takes a list of dictWeights and merges them
  
  mesh_mirror_tool.py
  Added vertex weight support for the mirror tool, its able to mirror arbitary meshes weights with optional name flipping and creation of name flipped groups.
  This also uses the mode for l<>r, l>r, r>l so you can copy from left to right only for eg.
  
  Revision  Changes    Path
  1.4       +146 -1    blender/release/scripts/bpymodules/BPyMesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMesh.py.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>
  1.2       +149 -62   blender/release/scripts/mesh_mirror_tool.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/mesh_mirror_tool.py.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list