Merge branch 'track-redux' into move-serialization

This commit is contained in:
itsmattkc
2023-02-23 11:09:45 -08:00
35 changed files with 346 additions and 114 deletions
+4
View File
@@ -307,6 +307,10 @@ bool NodeGroup::GetInner(NodeInput *input)
{
if (NodeGroup *g = dynamic_cast<NodeGroup*>(input->node())) {
const NodeInput &passthrough = g->GetInputFromID(input->input());
if (!passthrough.IsValid()) {
return false;
}
input->set_node(passthrough.node());
input->set_input(passthrough.input());
return true;