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-113442 fix standard surface export #1671

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

JGamache-autodesk
Copy link
Collaborator

Standard surface should never turn on useSpecularWorkflow. There are no
combinations of attributes on standard surface that can predict when
useSpecularWorkflow should be used.

Standard surface should never turn on useSpecularWorkflow. There are no
combinations of attributes on standard surface that can predict when
useSpecularWorkflow should be used.
@JGamache-autodesk
Copy link
Collaborator Author

For reference, according to MaterialX:

metallic = metalness
diffuseColor = (base * base_color) * mix(coat_color, 1, coat)
roughness = specular_roughness
ior = specular_IOR
emissiveColor = emission * emission_color
clearcoat = dot(coat * coat_color, 1/3)
clearcoatRoughness = coat_roughness
opacity = dot(opacity, 1/3)
normal = (normal + 0.5) * 2

@JGamache-autodesk JGamache-autodesk added the ready-for-merge Development process is finished, PR is ready for merge label Aug 31, 2021
@kxl-adsk kxl-adsk merged commit 83cf83a into dev Aug 31, 2021
@kxl-adsk kxl-adsk deleted the t_gamaj/MAYA-113442/fix_standard_surface_export branch August 31, 2021 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import-export Related to Import and/or Export materials 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