Blender Git Commit Log

Git Commits -> Revision 53743ad

Revision 53743ad by Richard Antalik (master)
July 16, 2021, 17:16 (GMT)
VSE: Fix multicam splitting all selected strips

`split_multicam` used split operator, where if more strips than
multicam were selected, all would be split, which is undesirable.

Add `Sequence.split()` RNA API function. to split individual strips.
Function accepts `frame` and `split_method arguments`. Returns right
strip after splitting.

In case when strip being split have effects, these will be split too, so
no invalid state should be created.

Selection is not handled, this is by design up to user.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D11926

Commit Details:

Full Hash: 53743adc297f74752cd59fe97f8e72b0c8174c1c
Parent Commit: 1dcf0f9
Lines Changed: +46, -7

3 Modified Paths:

/release/scripts/startup/bl_operators/sequencer.py (+6, -7) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+38, -0) (Diff)
/source/blender/sequencer/intern/strip_edit.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021