Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAYA-111407 - See mayaUsdProxyShape icon in the Node Editor #1425

Merged

Conversation

seando-adsk
Copy link
Collaborator

MAYA-111407 - See mayaUsdProxyShape icon in the Node Editor

  • Installed svg icon for use by NodeEditor.

* Installed svg icon for use by NodeEditor.
@seando-adsk seando-adsk added the adsk Related to Autodesk plugin label May 19, 2021
Comment on lines +23 to +25
install(FILES "mayaUsdProxyShape.svg"
DESTINATION "${INSTALL_DIR_SUFFIX}/icons"
)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file (and the same one renamed to xxxBase below are used by the Node Editor for the swatch.

Comment on lines +29 to +41
set(MAYAUSDPROXYSHAPE "mayaUsdProxyShape")
install(FILES "out_${MAYAUSDPROXYSHAPE}_100.png"
DESTINATION "${INSTALL_DIR_SUFFIX}/icons"
RENAME "out_${MAYAUSDPROXYSHAPE}Base.png"
)
install(FILES "out_${MAYAUSDPROXYSHAPE}_150.png"
DESTINATION "${INSTALL_DIR_SUFFIX}/icons"
RENAME "out_${MAYAUSDPROXYSHAPE}Base_150.png"
)
install(FILES "out_${MAYAUSDPROXYSHAPE}_200.png"
DESTINATION "${INSTALL_DIR_SUFFIX}/icons"
RENAME "out_${MAYAUSDPROXYSHAPE}Base_200.png"
)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Install the same file (for the base) used in the Outliner.

Copy link
Contributor

@HamedSabri-adsk HamedSabri-adsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@kxl-adsk kxl-adsk merged commit c120601 into dev May 21, 2021
@kxl-adsk kxl-adsk deleted the donnels/MAYA-111407/mayaUsdProxyShape_icon_in_NodeEditor branch May 21, 2021 14:01
@kxl-adsk kxl-adsk added the ready-for-merge Development process is finished, PR is ready for merge label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adsk Related to Autodesk plugin ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants