nodes: added distort gizmo
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -74,6 +74,7 @@ public:
|
||||
kCategoryTimeline,
|
||||
kCategoryChannels,
|
||||
kCategoryTransition,
|
||||
kCategoryDistort,
|
||||
|
||||
kCategoryCount
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user