Blender Git Loki
Git Commits -> Revision 4e48c7d
Revision 4e48c7d by Bastien Montagne (master) December 7, 2011, 15:21 (GMT) |
Fix [#29461] Selection-to-Cursor works strange with bones with TrackTo constraint. In fact, the problem was present with any kind of constraint�?� We need the cursor coordinates in the rest bone space (aka armature space), i.e with all "manual" and "procedural" (constraints, ...) pose transforms cleared (as said in armature_mat_pose_to_bone: /* Remove the pchan's transforms from it's pose_mat. * This should leave behind the effects of restpose + * parenting + constraints */ , only "manual" transforms are "cleared" by armature_loc_pose_to_bone...). |
Commit Details:
Full Hash: 4e48c7d91df6aea65f59d770a0af2b07453afc88
SVN Revision: 42490
Parent Commit: d568f56
Lines Changed: +8, -5
1 Modified Path:
/source/blender/editors/space_view3d/view3d_snap.c (+8, -5) (Diff)