This patch adds menus and shortcuts for the Transform Tools patch: D12105 (which needs to be installed first).
**Added menus and functions:**
Preview Select Menu:
- Select All
- Select None
- Select Inverted
- Box Select
{F12017202}
SelectPreview 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
{F12017242}
Demo:In Sequencer/Preview:
{F10427707,size=full}- Preview
- Select All
- Select None
- Select Inverted
- Box Select
{F12017282}
Expose missing pivot.Context Menu:
- Move
- Rotate
- Scale
- Clear
- Move
- Rotate
Move pivot to right hand side.
Expose "Image Selection" menu when in Sequencer/Preview mode. - Scale
- All
- Copy
- Paste
- Duplicate
- Delete
- Fit/Fill
- Scale to Fit
- Scale to Fill
- Stretch to Fill
{F12017317}
Old 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.
- S- Image 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.
Known Issues:
- Invert Selection also selects to the left outside of current frame - this is a bug in the "Side of frame/left" 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).