Blender Git Commits
March 11, 2021, 13:54 (GMT) |
Pose library: Use scrollwheel to set the blend factor This is not the final UI, but gives a way to at least set it to some value. |
March 11, 2021, 13:46 (GMT) |
Cleanup: remove unused code and rename variables/fields No functional changes. |
March 11, 2021, 13:36 (GMT) |
Add operator `POSELIB_OT_blend_pose` for interactive pose blending The operator doesn't blend yet, but it does allow temporarily applying the pose, switching between the original and the given pose with Tab, applying the pose with Enter/LeftClick, and cancelling with Esc/RightClick. |