Blender Git Loki
Git Commits -> Revision bf721fb
Revision bf721fb by Sergey Sharybin (master) January 28, 2021, 10:34 (GMT) |
Fix panning with Lock-to-Selection and no selection in Clip Editor Rather self-explanatory. Never worked since the initial implementation. It is possible to preserve lock-to-selection option with no selection nowadays (since the fix for T84850). So now the Lock-to-Selection option is fully under user control. Surely, the panning and zooming is also properly supported now in the described scenario. Differential Revision: https://developer.blender.org/D10226 |
Commit Details:
Full Hash: bf721fb6798bc21206e9e8b3c0f9b81e8ac9400f
Parent Commit: 3b66f40
Lines Changed: +85, -21
5 Modified Paths:
/source/blender/editors/space_clip/clip_intern.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+3, -3) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+79, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+0, -14) (Diff)
/source/blender/editors/space_clip/tracking_select.c (+1, -4) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+3, -3) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+79, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+0, -14) (Diff)
/source/blender/editors/space_clip/tracking_select.c (+1, -4) (Diff)