nodes: use flag instead of hidden array in factory

This commit is contained in:
itsmattkc
2022-05-09 08:44:39 -07:00
parent c25960e5af
commit 13aedfa294
6 changed files with 9 additions and 10 deletions
+1
View File
@@ -29,6 +29,7 @@ namespace olive {
NodeGroup::NodeGroup() :
output_passthrough_(nullptr)
{
SetFlags(kDontShowInCreateMenu);
}
QString NodeGroup::Name() const