This patch add menus and shortcuts for the Transform Tools patch: D12105 (which needs to be installed first)
**Added menus and functions:**
Select Menu:
- Select All
- Select None
- Select Inverted
- Box Select
Select Image Menu:
- Move
- Rotate
- Scale
- Clear
- Move
- Rotate
- Scale
- All
- Copy
- Paste
- Duplicate
- Delete
- Fit/Fill
- Scale to Fit
- Scale to Fill
- Stretch to Fill
Demo:
{F10427707,size=full}
Notes:
- Shortcut keys and functions are added in consistency with similar tools across Blender.
- The additional functions are added as macros for simplicity.
- Selection is based on current frame position, since these elements are visible at current time.
- The Strip > Image Transform has been moved into the Preview Image menu.
- How should the select menu options work when in Sequencer&Preview mode - if Transform Tools also should work there?
Known Issues:
- Invert Selection also selects to the left outside of current frame - this is a bug in the "Side of frame" operator when called as a macro(unrelated to this patch).
- Pasting/duplicating several strips into channel 32 will insert them on top of each other in the same channel(unrelated to this patch).