Announcement

Collapse
No announcement yet.

vray 6.10.08 How to disable vfb2

Collapse
This topic has been answered.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vray 6.10.08 How to disable vfb2

    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
  • Answer selected by hermit.crab at 15-06-2023, 08:20 AM.

    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:
    Code:
    vfb2_layers
    3. Change the value of "profile" to 0, which is equivalent to "None" (no display correction). It should look like this:
    Code:
    "profile":0

    Comment


    • #2
      I'll ask the devs about it.
      Aleksandar Hadzhiev | chaos.com
      Chaos Support Representative | contact us

      Comment


      • #3
        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:
        Code:
        vfb2_layers
        3. Change the value of "profile" to 0, which is equivalent to "None" (no display correction). It should look like this:
        Code:
        "profile":0
        Aleksandar Hadzhiev | chaos.com
        Chaos Support Representative | contact us

        Comment


        • #4
          Thanks for replying!
          It worked!

          Comment

          Working...
          X