ensures copied graph is updated when values are copied
While the copied graph doesn't pick up InvalidateCache signals, some node processing relies on NodeInput update signals to update their internals correctly.
This commit is contained in:
@@ -299,4 +299,6 @@ void NodeInput::CopyValues(NodeInput *source, NodeInput *dest, bool include_conn
|
||||
CopyValues(src_array->At(i), dst_array->At(i), include_connections);
|
||||
}
|
||||
}
|
||||
|
||||
emit dest->ValueChanged(RATIONAL_MIN, RATIONAL_MAX);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user