implemented node flags

This commit is contained in:
itsmattkc
2021-12-19 13:19:31 -08:00
parent 671fafb496
commit 21165cb2ff
6 changed files with 36 additions and 4 deletions
+2
View File
@@ -32,6 +32,8 @@ MergeNode::MergeNode()
AddInput(kBaseIn, NodeValue::kTexture, InputFlags(kInputFlagNotKeyframable));
AddInput(kBlendIn, NodeValue::kTexture, InputFlags(kInputFlagNotKeyframable));
SetFlags(kDontShowInParamView);
}
Node *MergeNode::copy() const