Turn of "Use OCIO Input Color Space Rules"

44 views
Skip to first unread message

Pritish Dogra

unread,
Jan 10, 2018, 1:51:00 PM1/10/18
to Python Programming for Autodesk Maya

Anyone know how to turn this off via python/mel





AK Eric

unread,
Jan 10, 2018, 4:36:54 PM1/10/18
to Python Programming for Autodesk Maya
I don't off hand, but usually these values are set as optionVar and saved in userPrefs.mel:  What I do is, save a version of your userPrefs.mel, do the change & quit maya (or save prefs) so that it's updated again, then diff the files.  You should see what optionVar changed, and thus giving you control over it.

er...@goodbyekansas.com

unread,
Jan 19, 2018, 10:19:18 AM1/19/18
to Python Programming for Autodesk Maya
On Wednesday, January 10, 2018 at 7:51:00 PM UTC+1, Pritish Dogra wrote:
> Anyone know how to turn this off via python/mel

mc.colorManagementPrefs(e=True, ocioRulesEnabled=False)
Reply all
Reply to author
Forward
0 new messages