Skip to content

Commit

Permalink
Merge pull request #4029 from Autodesk/bailp/EMSUSD-968/shorten-nice-…
Browse files Browse the repository at this point in the history
…names

EMSUSD-968 shorter nice names
  • Loading branch information
seando-adsk authored Dec 5, 2024
2 parents 4fb0f30 + a4069c8 commit 50b562f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/usdUfe/utils/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ std::string prettifyName(const std::string& name)
{ "usd", "USD" },
{ "mtlx", "MaterialX" },
{ "lookdevx", "LookdevX" },
{ "Ui Nodegraph Node", "Ui" },
{ "Translate Scale Pivot", "Scale Pivot" },
{ "Translate Rotate Pivot", "Rotate Pivot" },
};

static const auto subRegexes = []() {
Expand Down

0 comments on commit 50b562f

Please sign in to comment.