Originally posted by JulianD
View Post
Afterward, do the following to test it out:
1. Create a VRayColor, set its RGB primaries to 'sRGB primaries'. The color is now read as in sRGB color space.
2. Change the V-Ray internal color space to ACEScg via MaxScript.
Code:
vr=renderers.current vr.options_rgbcolorspace=2
Leave a comment: