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

LOOKDEVX-0000 - Fix legacy CM nodes affected by MaterialX 1.38.8 #3481

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

JGamache-autodesk
Copy link
Collaborator

There was a change in MaterialX 1.38.8 that heavily modified the CM implementations provided.

Fixing this required copying the relevant code from 1.38.7 to MayaUSD so the nodes can continue working.

I have backed-up all the implementation code affected in the 1.38.7 folder, with a version specific install so 1.38.7 continues working.

There was a change in MaterialX 1.38.8 that heavily modified the CM
implementations provided.

Fixing this required copying the relevant code from 1.38.7 to MayaUSD so
the nodes can continue working.

I have backed-up all the implementation code affected in the 1.38.7
folder, with a version specific install so 1.38.7 continues working.
@@ -0,0 +1,11 @@
#include "libraries/stdlib/genglsl/lib/mx_transform_color.glsl"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

All these new files in the 1.37.7 folder are copies of files modified for 1.38.8 before changes.

@@ -1,8 +1,8 @@
#include "libraries/stdlib/genglsl/lib/mx_transform_color.glsl"
#include "libraries/adsk/maya/genglsl/lib/usd_transform_color.glsl"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Changes requires copying the old mx_transform_color.glsl to MayaUSD since that file no longer exists in 1.38.8.

Copy link
Collaborator

@vlasovi vlasovi 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

@JGamache-autodesk JGamache-autodesk added the ready-for-merge Development process is finished, PR is ready for merge label Nov 27, 2023
@JGamache-autodesk
Copy link
Collaborator Author

@seando-adsk Ready for merge. Thanks!

@seando-adsk seando-adsk added the legacy rendering Related to draw override rendering label Nov 28, 2023
@seando-adsk seando-adsk merged commit bf3b63e into dev Nov 28, 2023
11 checks passed
@seando-adsk seando-adsk deleted the gamaj/LOOKDEVX-0000/fix_legacy_cm_nodes branch November 28, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy rendering Related to draw override rendering 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