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

Joshua Leung aligorith at gmail.com
Mon Feb 5 02:28:20 CET 2007


aligorith (Joshua Leung) 2007/02/05 02:28:20 CET

  Modified files:
    blender/source/blender/src transform.c transform_generics.c 
  
  Log:
  Bugfix #5833:
  
  When rotating bones around the 3d-cursor in posemode with a rotated
  armature, rotation was around strange points other than the cursor.
  
  This bug has been around for quite a few releases now. Somehow, the
  maths used to convert the world/global space locations to local locations
  only worked on things in editmode, but not bones.
  
  Revision  Changes    Path
  1.154     +10 -2     blender/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform.c.diff?r1=1.153&r2=1.154&cvsroot=bf-blender>
  1.100     +19 -5     blender/source/blender/src/transform_generics.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_generics.c.diff?r1=1.99&r2=1.100&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list