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

Ton Roosendaal ton at blender.org
Mon Nov 21 11:45:59 CET 2005


ton (Ton Roosendaal) 2005/11/21 11:45:59 CET

  Modified files:
    blender/source/blender/src transform.c 
  
  Log:
  Bugfix #3422
  
  When using 'protection flags' for XYZ rotations, inserting keys in
  Poses resulted in wrong interpolations (doing -270 degrees instead of
  +90 for example). This caused by converting quaternion to euler and
  back...
  Solved it by correcting the quaternion in the end for the rotation
  sign of the original quaternion.
  
  NOTE: Pose animators should be aware that inserting rotations keys of
  180 degrees or larger will still make the key rotate along the shortest
  path.
  
  Revision  Changes    Path
  1.129     +7 -2      blender/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform.c.diff?r1=1.128&r2=1.129&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list