timeline: implement nest function
Also includes some improved cache/request code
This commit is contained in:
@@ -98,6 +98,11 @@ public:
|
||||
timeline_widget()->ShowSpeedDurationDialogForSelectedClips();
|
||||
}
|
||||
|
||||
void NestSelectedClips()
|
||||
{
|
||||
timeline_widget()->NestSelectedClips();
|
||||
}
|
||||
|
||||
void InsertFootageAtPlayhead(const QVector<ViewerOutput *> &footage);
|
||||
|
||||
void OverwriteFootageAtPlayhead(const QVector<ViewerOutput *> &footage);
|
||||
|
||||
Reference in New Issue
Block a user