Nuke custom plugin node overrides

ayon+settings://nuke/load?project= {PROJECT_NAME}

Trying to add a boolean read node override for files with specificed extension.

ie. .mov files to have raw on the read node enabled.

In Nuke addon, we have Assign colorspace to read nodes via rules setting.

When loading products via AYON, it applies the colorspace that corresponds to the first regex pattern matching the file path.


By default, it applies a linear colorspace if the file path of the loaded product contains the word “beauty” and ends with “.exr”.
here’s a slightly better example.