Blender Git Commit Log
Git Commits -> Revision 601ce6a
Revision 601ce6a by Sybren A. Stüvel (master) September 28, 2016, 11:54 (GMT) |
POSELIB_OT_pose_add: only create keyframes for selected bones. Previously the pose library used the WholeCharacter key set, which ignores selection and add keys for almost all bones in the rig. This is a very slow operation on complex rigs. With this patch, only selected bones are keyed, defaulting to keying all bones when none are selected. Note that this fixes the FIXME previously mentioned in the source. |
Commit Details:
Full Hash: 601ce6a89c4f7ecc974f40c85add491a7c295c6f
Parent Commit: dbb8222
Lines Changed: +20, -4