samytichadou / blender_vse_reworked

A proof-of-concept attempt to rework and reorganize the blender Video Sequence Editor (VSE)
GNU General Public License v3.0
28 stars 4 forks source link

New Features: Separate Paste into Add, Insert and Overwrite #23

Open tin2tin opened 5 years ago

tin2tin commented 5 years ago

Add: Places the pasted strip selection in first channel with room for the pasted strip at playhead position.

Insert: Places the strip in the channel with the active strip at playhead position. If there already is a strip at that position, a cut is made in the existing strip and the rest is pushed to the right, in order to make room for the new strip. This function should be disabled if more than one strip is to be pasted.

Overwrite: Places the strip in the channel with the active strip at playhead position. If there already is a strip at that position, the new strip overwrites the old one. This function should be disabled if more than one strip is to be pasted.