Skip to content

Draft:Initial commit for nesting feature. Tests don't compile yet

Jean-Baptiste Mardelle requested to merge work/nesting into master

This is the initial work on nesting. Tests don't compile yet so you must add the -DBUILD_TESTING=OFF to cmake to compile. Crashes on app close and loading/saving is not finished but you can at least open timeline tabs from the bin context menu (add playlist), and add a playlist clip in another timeline.

TODO:

  • Save each timeline's guides
  • Ensure all other timeline properties, like zoom, active track, etc are saved for each timeline
  • Have a subtitlemodel per timeline
  • Ensure effect stack, time remap, etc don't keep reference to a clip in another timeline when switching timeline
  • Fix tests and add new ones
Edited by Jean-Baptiste Mardelle

Merge request reports