blur: implement radial and directional blur methods

This commit is contained in:
itsmattkc
2022-05-08 16:53:04 -07:00
parent bdb917c591
commit f910117a58
10 changed files with 270 additions and 52 deletions
+1
View File
@@ -917,6 +917,7 @@ void Node::SetInputFlags(const QString &input, const InputFlags &f)
if (i) {
i->flags = f;
emit InputFlagsChanged(input, i->flags);
} else {
ReportInvalidInput("set flags of", input);
}