[Bf-blender-cvs] CVS commit: blender/source/blender/src edit.c

Joshua Leung aligorith at gmail.com
Wed Dec 27 11:02:28 CET 2006


aligorith (Joshua Leung) 2006/12/27 11:02:28 CET

  Modified files:
    blender/source/blender/src edit.c 
  
  Log:
  == Editmode Bone Snapping ==
  
  I've often found it very annoying that with both ends of a bone selected,
  they would both get snapped to the snapping point. This means that the bone
  becomes zero-length, hence disappears from view and gets deleted upon
  leaving editmode.
  
  Now, when both ends of the bone are selected, only the head of the bone gets
  snapped to the snapping point. The tail will get offset by the same amount
  that the head gets offset by, thus preventing zero-length bones.
  
  Revision  Changes    Path
  1.97      +45 -21    blender/source/blender/src/edit.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/edit.c.diff?r1=1.96&r2=1.97&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list