Blender Git Loki
Git Commits -> Revision f7a492d
Revision f7a492d by Christoph Lendenfeld (master) September 22, 2021, 13:02 (GMT) |
Animation: Pose Slide Operator - Blend to Neighbour Adds a new operator to the pose slider tools that blends the current pose with the neighbouring poses in the timeline. The operator can be called in pose mode with Shift+Alt+E or from the "pose" menu under "In betweens/Blend to Neighbour" Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D9137#inline-105214 Ref: D9137 |
Commit Details:
Full Hash: f7a492d460543fd42386cb0c941d247ea902f290
Parent Commit: a6f6c42
Lines Changed: +105, -2
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+2, -0) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+1, -0) (Diff)
/source/blender/editors/armature/pose_slide.c (+100, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+2, -0) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+1, -0) (Diff)
/source/blender/editors/armature/pose_slide.c (+100, -2) (Diff)