Merge trim tool from terrible_consequencer
The trim tool (T key) allows users to change the position of the contents of a strip without moving the strip itself.
This commit is contained in:
@@ -338,6 +338,7 @@ class SEQUENCER_MT_strip(Menu):
|
||||
|
||||
layout.operator("sequencer.cut", text="Cut (hard) at frame").type = 'HARD'
|
||||
layout.operator("sequencer.cut", text="Cut (soft) at frame").type = 'SOFT'
|
||||
layout.operator("sequencer.trim", text="Trim Contents")
|
||||
layout.operator("sequencer.images_separate")
|
||||
layout.operator("sequencer.offset_clear")
|
||||
layout.operator("sequencer.deinterlace_selected_movies")
|
||||
|
||||
Reference in New Issue
Block a user