We really need to be able to control the OCIO settings of the VFB from Python inside Houdini. Depending on what Task we are in the we need to set different viewers and potentially displays and etc.
I managed to get the vfb object from the vray_renderer object and then get the current settings with getLayers. But after modifying the json and then using setLayers to get the new settings in nothing happens.
It appears to get the Layers from the ROP node in some way but I can't figure out which parameter on the ROP or how to modify it.
-- Erik
I managed to get the vfb object from the vray_renderer object and then get the current settings with getLayers. But after modifying the json and then using setLayers to get the new settings in nothing happens.
It appears to get the Layers from the ROP node in some way but I can't figure out which parameter on the ROP or how to modify it.
-- Erik
Comment