Blender Git Loki
Git Commits -> Revision e74ba9e
Revision e74ba9e by Philipp Oeser (master) August 23, 2020, 11:17 (GMT) |
Fix T79872: VSE - splitting strip shows the channel number when unused This operator is dependent on mouse position (if the Use Cursor Position option is used). The Channel property is irrelevant/unused in this case. So it is not optimal displaying this property when calling this from the menu (or even using the shortcut with default settings). Now use a custom UI in the Adjust Last Operation panel in this case. The properties are now drawn in relation to another then (Channel underneath Use Cursor Position) next to some other minor layout improvements. Thx @HooglyBoogly for feedback (also providing UI code) Maniphest Tasks: T79872 Differential Revision: https://developer.blender.org/D8625 |
Commit Details:
Full Hash: e74ba9e09e74a1a6d340877469eed05c810f46b3
Parent Commit: 833bc70
Lines Changed: +24, -0
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_edit.c (+24, -0) (Diff)