Toggle navigation
Polycount
News
Forums
Patreon
Challenges
Quarterly Character Art Challenge
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Sign In
·
Register
Author:
IsadistI
Home
›
Technical Talk
How to set color management to off in Mel script.
malcolm
polycount sponsor
Offline /
Send Message
malcolm
polycount sponsor
Aug 2018
Does anyone know how to do this the below code works to change the color management
string $wsName = `colorManagementPrefs -q -renderingSpaceName`;
colorManagementPrefs -e -viewTransformName "Log";
But for some reason setting it to raw does nothing?
string $wsName = `colorManagementPrefs -q -renderingSpaceName`;
colorManagementPrefs -e -viewTransformName "Raw";
I'd also be happy with just disabling it all together when I run my script.
0
·
Share on Facebook
Share on Twitter
Replies
Offline /
Send Message
alibaba17
polycounter lvl 5
Aug 2018
try this
https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Maya/files/GUID-6ACE38C5-AC9D-4036-9247-F9208E632412-htm.html
0
·
Share on Facebook
Share on Twitter
Offline /
Send Message
malcolm
polycount sponsor
Aug 2018
That's perfect thanks.
colorManagementPrefs -edit -cmEnabled 0;
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Replies
https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Maya/files/GUID-6ACE38C5-AC9D-4036-9247-F9208E632412-htm.html
colorManagementPrefs -edit -cmEnabled 0;