-
Notifications
You must be signed in to change notification settings - Fork 360
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
Update MDL code generator to support MDL 1.7 #1273
Update MDL code generator to support MDL 1.7 #1273
Conversation
- changed the sheen implementation to match OSL as close as possible - completed the mix, add, and multiply functions for BSDFs, EDFs, and VDFs - add MDL implementation for mix of surfaceshader, volumeshader, and displacementshader - fixed empty resource paths that showed MaterialX fileprefixes - handled relative resources, but encourage to use `flattenFilenames` on the document before generating MDL in order to have full application control on resource paths
@krohmerNV It looks like the EasyCLA system is asking for additional authorization for your CLA, so you may need to click on one of the links above to resolve it. Usually the Linux Foundation is very responsive if you need to file a support ticket. |
The check passed for other PR. This one is still marked as failed. |
/easycla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this change, thanks @krohmerNV!
…on#1273) - changed the sheen implementation to match OSL as close as possible - completed the mix, add, and multiply functions for BSDFs, EDFs, and VDFs - add MDL implementation for mix of surfaceshader, volumeshader, and displacementshader - fixed empty resource paths that showed MaterialX fileprefixes - handled relative resources, but encourage to use `flattenFilenames` on the document before generating MDL in order to have full application control on resource paths
flattenFilenames
on the document before generating MDL in order to have full application control on resource paths