HI,
I upgraded vray 6.10.08 and then set vrscene-settingsVFB - enable_vfb2=0; It fails, and setting -displaySRGB=2 to get an image that doesn’t work.
This problem does not appear in vray 5.2, is it some change caused by the upgrade?
Or is there a command line to set the output image to gamma1.0?
How to set up to disable VFB2
I’ll ask the devs about it.
Both environment variables are not working at the moment. We’ve disabled the use of the old VFB and the second variable was meant for it. There is a workaround, however. You can manually switch the Display Correction by directly editing the .vrscene:
1. Open it in Notepad/Notepad++
2. Find this line:
vfb2_layers
3. Change the value of “profile” to 0, which is equivalent to “None” (no display correction). It should look like this:
"profile":0
Thanks for replying!
It worked!