Blender Git Loki
Git Commits -> Revision 2144b23
Revision 2144b23 by Joshua Leung (master) March 13, 2011, 12:22 (GMT) |
Pose Sliding Tools - Custom Property Support + Other bugfixes - Custom properties are now affected by the Pose Sliding tools too. This is now more important to support, given that modern rigs use these a lot for facial expressions/posing. By and large, this should work fine, though discrete integer values may experience a bit of trouble - Fixed potential bugs with the code which detects which F-Curves are relevant to a PoseBone's transforms (+ custom props). This was prone to being tricked by certain setups if the names of the bones contained some of the keywords these were searching for. - Shuffled some code around: moved bulk of logic out of vec3 case into new function for single-value, since it was really doing per axis already |
Commit Details:
Full Hash: 2144b23f514005958e5ec962528599d6623bf15b
SVN Revision: 35513
Parent Commit: 4cfa5d5
Lines Changed: +196, -121
5 Modified Paths:
/source/blender/blenkernel/BKE_action.h (+7, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+23, -6) (Diff)
/source/blender/editors/armature/armature_intern.h (+8, -5) (Diff)
/source/blender/editors/armature/poseSlide.c (+125, -75) (Diff)
/source/blender/editors/armature/poseUtils.c (+33, -34) (Diff)
/source/blender/blenkernel/intern/action.c (+23, -6) (Diff)
/source/blender/editors/armature/armature_intern.h (+8, -5) (Diff)
/source/blender/editors/armature/poseSlide.c (+125, -75) (Diff)
/source/blender/editors/armature/poseUtils.c (+33, -34) (Diff)