[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern key.c blender/source/blender/include butspace.h blender/source/blender/makesdna DNA_key_types.h blender/source/blender/src buttons_editing.c

Ton Roosendaal ton at blender.org
Tue Oct 4 17:00:28 CEST 2005


ton (Ton Roosendaal) 2005/10/04 17:00:28 CEST

  Modified files:
    blender/source/blender/blenkernel/intern key.c 
    blender/source/blender/include butspace.h 
    blender/source/blender/makesdna DNA_key_types.h 
    blender/source/blender/src buttons_editing.c 
  
  Log:
  Shape Keys now can be controlled with Vertex Weight groups as well!
  
  Just fill in the name of a Vertex group in the Shape Panel, and this
  Shape will then become blended with the reference Shape.
  
  It is useful for example for a symmetrical modeled head, make a
  copy of that Shape, and use two Vertex Groups to make it asymetric.
  Of course the Shapes update nicely while Weight Painting.
  
  Also new; since the Vertex group names reside on Object level, you might
  want to copy these names to the other Objects that have the same Mesh.
  That's a new button "Copy to Linked" in the first Edit Panel.
  
  Revision  Changes    Path
  1.14      +104 -43   blender/source/blender/blenkernel/intern/key.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/key.c.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>
  1.60      +2 -1      blender/source/blender/include/butspace.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/butspace.h.diff?r1=1.59&r2=1.60&cvsroot=bf-blender>
  1.11      +3 -1      blender/source/blender/makesdna/DNA_key_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_key_types.h.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>
  1.215     +33 -1     blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.214&r2=1.215&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list