Hello,
I'm not sure if this is actually a scripting related question.
Inside of a track I have different png files and a lot of space between them.
There is the option "Fill gaps" which is available when you right-click on an empty space.
The problem:
It does not extend existing events but move events, which is wrong.
(At least in my case.)
Let's say I have these 3 png files:
01.png starts at 00:12 and ends at 00:13
02.png starts at 00:21 and ends at 00:22
03.png starts at 00:35 and ends at 00:36
When using Fill gaps it just moves 02.png to 00:14 and 03.png to 00:16.
But I would like to have it this way:
01.png starts at 00:12 at ends at 00:20
02.png starts at 00:21 at ends at 00:34
03.png starts at 00:35 at ends at 00:36 - I will manually edit this
Is there some option for that or can only scripting solve this issue?
Thanks again for any help and best regards