Home Technical Talk

How to set color management to off in Mel script.

polycount sponsor
Offline / Send Message
malcolm polycount sponsor
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.


Sign In or Register to comment.