timelineview is now a true view of the blocks at all times

This commit is contained in:
itsmattkc
2019-08-11 21:01:37 +10:00
parent 9b63cc7755
commit 149f3fa907
13 changed files with 141 additions and 86 deletions
+2 -2
View File
@@ -295,10 +295,10 @@ void Core::CreateNewSequence()
NodeParam::ConnectEdge(sg->texture_output(), cb1->texture_input());
NodeParam::ConnectEdge(ii->texture_output(), cb2->texture_input());
Block::ConnectBlocks(cb1, cb2);
NodeParam::ConnectEdge(cb2->block_output(), tb->block_input());
Block::ConnectBlocks(cb2, tb);
NodeParam::ConnectEdge(tb->texture_output(), vo->texture_input());
tb->Refresh();
//tb->Refresh();
tb->AttachTimeline(olive::panel_focus_manager->MostRecentlyFocused<TimelinePanel>());
olive::panel_focus_manager->MostRecentlyFocused<NodePanel>()->SetGraph(new_sequence.get());