Scripts for converting file textures to proper ACES color space.

When converting textures to ACES color space you can easily select your textures and run one of these scripts instead of having to change them one by one and dig through the long list of ACES color space options. I recommend making buttons of each script.

string $fnode_selection[] = (`ls -sl`); for ($fnode in $fnode_selection) { setAttr ($fnode + ".cs") -type "string" "Utility - Raw"; }

———————————————-

string $fnode_selection[] = (`ls -sl`); for ($fnode in $fnode_selection) { setAttr ($fnode + ".cs") -type "string" "Utility - sRGB - Texture"; }