multicam: allow overrides by selecting multicam nodes in nodeview

This commit is contained in:
itsmattkc
2022-10-02 11:23:55 -07:00
parent 2aaf96d55b
commit 8a2f2912b4
4 changed files with 46 additions and 6 deletions
+5
View File
@@ -77,6 +77,11 @@ public:
GetViewerWidget()->SetTimelineSelectedBlocks(b);
}
void SetNodeViewSelections(const QVector<Node*> &n)
{
GetViewerWidget()->SetNodeViewSelections(n);
}
void ConnectMulticamWidget(MulticamWidget *p)
{
GetViewerWidget()->ConnectMulticamWidget(p);