Skip to content

Conversation

@williamwira
Copy link
Contributor

@williamwira williamwira commented Jan 24, 2026

Linked issues

Fixes #1034

Summarize your change.

Updated initialization step in OCIOIPNode used by SYNDisplay, so outTransform.url would be checked.

Describe the reason for the change.

Regression caused SYNDisplay outTransform.url property to be ignored, so we could not set the display colorspace with an icc filepath.

Describe what you have tested and on which operating system.

Confirmed this update worked on Linux RHEL 9.6. Executed this python code on a single-monitor system to validate the change. The code switches the display group's color pipeline node to a SYNDisplay node, and then assigns an icc profile file to the node's outTransform.url property.

icc_file = '<path-to>/colorspace.icc'
commands.setStringProperty("displayGroup0_colorPipeline.pipeline.nodes", ["SYNDisplay"])
syn_display_node = commands.nodesOfType("SYNDisplay")[0]
commands.setStringProperty(f"{syn_display_node}.outTransform.url", [icc_file])

Signed-off-by: Will Wira <4399853+williamwira@users.noreply.github.com>
@williamwira williamwira changed the title Fixes SYNDisplay property regression (#1034) 1034: Fixes SYNDisplay property regression Jan 24, 2026
@williamwira williamwira changed the title 1034: Fixes SYNDisplay property regression #1034: Fixes SYNDisplay property regression Jan 24, 2026
@williamwira williamwira changed the title #1034: Fixes SYNDisplay property regression Fixes SYNDisplay property regression Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: SYNDisplay outTransform.url property regression

1 participant