nodes: added distort gizmo

This commit is contained in:
itsmattkc
2020-11-22 10:27:49 +11:00
parent da9a6325aa
commit b9e0bfb679
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -767,6 +767,8 @@ QString Node::GetCategoryName(const CategoryID &c)
return tr("Output");
case kCategoryGeneral:
return tr("General");
case kCategoryDistort:
return tr("Distort");
case kCategoryMath:
return tr("Math");
case kCategoryColor: