preliminary track/channel support

This commit is contained in:
itsmattkc
2019-08-16 16:28:32 +10:00
parent 7d9d12ee0b
commit c68e879d47
7 changed files with 35 additions and 5 deletions
+1
View File
@@ -300,6 +300,7 @@ void Core::CreateNewSequence()
Block::ConnectBlocks(gb, cb);
Block::ConnectBlocks(cb, to);
Block::ConnectBlocks(cb2, to2);
NodeParam::ConnectEdge(to2->track_output(), to->track_input());
NodeParam::ConnectEdge(to->texture_output(), vo->texture_input());
NodeParam::ConnectEdge(to->track_output(), tb->track_input());