To make Maya Render View to match the look of IT, you will need to change its color profile to using Linear sRGB.
Run the following MEL script to set the Color Profile to Linear sRGB:
setAttr "defaultViewColorManager.imageColorProfile" 2;
Run the following MEL script to set the Color Profile back to sRGB:
setAttr "defaultViewColorManager.imageColorProfile" 3;
![]() |
Maya Render View |
No comments:
Post a Comment