Colorspace_View query wrong in maya submitter

10 views
Skip to first unread message

Nico Rehberg

unread,
Jun 22, 2026, 9:06:45 AM (6 days ago) Jun 22
to Royal Render Knights Tavern
Hi,
I think the query to the view in the maya submitter is wrong:
self.ColorSpace_View = cmds.colorManagementPrefs(q=True, viewTransformName=True)

In our case this returns a view - display combo that rrSequenceCheck itself does not like:

R 63| ERROR: OCIO (at): DisplayViewTransform error. The display 'sRGB - Display' does not have view 'ACES 1.0 - SDR Video (sRGB - Display)'.

 
I think what you want is viewName instead of viewTransform name:

cmds.colorManagementPrefs(q=True, viewTransformName=True)
# Result: ACES 1.0 - SDR Video (sRGB - Display)
cmds.colorManagementPrefs(q=True, viewName=True)
# Result: ACES 1.0 - SDR Video

if I change the submitter accordingly rrSequenceCheck stops complaining and rrViewer shows the images with correct colors.

RR, Schoenberger

unread,
Jun 22, 2026, 11:17:18 AM (6 days ago) Jun 22
to rrKn...@googlegroups.com

Hi

 

I will do some Maya tests and talk to Paolo (as he has written OCIO) which one should be used.



regards,
Holger Schönberger

Craftsman and Keeper of the Royal Render Flame

Please use the rrKnights Tavern
or our support system for new questions.

 

 

Reply all
Reply to author
Forward
0 new messages