Skip to content

Commit 32222e3

Browse files
Do not prettify a second time the source
1 parent 12ab3a3 commit 32222e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/adsk/plugin/adskMaterialCommands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ MStatus ADSKMayaUSDGetMaterialsForRenderersCommand::doIt(const MArgList& argList
136136
auto sourceType = ufeNodeDef->classification(ufeNodeDef->nbClassifications() - 1);
137137
appendToResult(MString(TfStringPrintf(
138138
"%s/%s|%s",
139-
UsdUfe::prettifyName(sourceType).c_str(),
139+
sourceType.c_str(),
140140
UsdUfe::prettifyName(familyName).c_str(),
141141
nodeDef->GetIdentifier().GetText())
142142
.c_str()));

0 commit comments

Comments
 (0)