block: set flags

This commit is contained in:
itsmattkc
2022-05-08 14:45:04 -07:00
parent f424c34125
commit dc1b79c495
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ Block::Block() :
SetInputProperty(kLengthInput, QStringLiteral("viewlock"), true);
IgnoreHashingFrom(kLengthInput);
SetInputFlags(kEnabledInput, InputFlags(GetInputFlags(kEnabledInput) | kInputFlagNotConnectable | kInputFlagNotKeyframable));
SetFlags(kDontShowInParamView);
}