Is there the method to access Vray Frame Buffer by MEL/Python?
Hi,
Is it possible to give a more detailed description of what exactly you want to achieve?
There is a way to access some parts of the VFB using MEL/Python, but I guess it is not what you’re looking for.
/Teodor
Sorry to lacking explanation.
I want to achieve to access to Color correction Controls.
To Load Color curve correction/LUT curve correction.
To change use curve/exposure/sRGB/LUT ON/OFF.
For the moment it’s a bit tricky to do that; we are working on exposing this functionality to MEL/Python.
It may help that the default values for the sRGB button state is controled by the VRAY_VFB_SRGB environment variable (set it to “1” without the quotes to make the default state enabled) and the LUT button and file name are controlled from VRAY_VFB_LUT_FILE environment variable.
Best regards,
Vlado