Skip to content

Commit

Permalink
Merge pull request #2090 from Autodesk/donnels/MAYA-121436/no_icon_fo…
Browse files Browse the repository at this point in the history
…r_maya_reference_on_linux

MAYA-121436 - No icon for Maya Reference in USD on Linux
  • Loading branch information
Krystian Ligenza authored Feb 10, 2022
2 parents 8998427 + fa268fe commit e688e34
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mayaUsd/resources/icons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (CMAKE_UFE_V2_FEATURES_AVAILABLE)
GeomSubset
LightFilter
LightPortal
mayaReference
MayaReference
Mesh
NurbsPatch
PointInstancer
Expand Down
4 changes: 2 additions & 2 deletions lib/mayaUsd/ufe/UsdUIInfoHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ Ufe::UIInfoHandler::Icon UsdUIInfoHandler::treeViewIcon(const Ufe::SceneItem::Pt
{ "GeomSubset", "out_USD_GeomSubset.png" },
{ "LightFilter", "out_USD_LightFilter.png" },
{ "LightPortal", "out_USD_LightPortal.png" },
{ "mayaReference", "out_USD_mayaReference.png" },
{ "AL_MayaReference", "out_USD_mayaReference.png" }, // Same as mayaRef
{ "MayaReference", "out_USD_MayaReference.png" },
{ "ALMayaReference", "out_USD_MayaReference.png" }, // Same as mayaRef
{ "Mesh", "out_USD_Mesh.png" },
{ "NurbsPatch", "out_USD_NurbsPatch.png" },
{ "PointInstancer", "out_USD_PointInstancer.png" },
Expand Down

0 comments on commit e688e34

Please sign in to comment.