timelineview is now a true view of the blocks at all times
This commit is contained in:
+2
-2
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user