Skip to content

Commit a4069c8

Browse files
EMSUSD-968 shorter nice names
- Ui Nodegraph Node -> Ui Example: Ui Nodegraph Node Pos -> Pos Justification: the section is already titled Node Graph Node - Translate Rotate Pivot -> Rotate Pivot Translate Scale Pivot -> Scale Pivot Example: Translate Scale Pivot -> Scale Pivot Justification: pivot are always translations, no need to say it, it is implicit in being a pivot. - Translate Rotate Pivot Translate -> Pivot Rotate Translate Translate Scale Pivot Translate -> Pivot Scale Translate Example: Translate Scale Pivot Translate -> Scale Pivot Translate Justification: follow what is done for the pivot.
1 parent 8883de1 commit a4069c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/usdUfe/utils/Utils.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ std::string prettifyName(const std::string& name)
216216
{ "usd", "USD" },
217217
{ "mtlx", "MaterialX" },
218218
{ "lookdevx", "LookdevX" },
219+
{ "Ui Nodegraph Node", "Ui" },
220+
{ "Translate Scale Pivot", "Scale Pivot" },
221+
{ "Translate Rotate Pivot", "Rotate Pivot" },
219222
};
220223

221224
static const auto subRegexes = []() {

0 commit comments

Comments
 (0)