Announcement

Collapse
No announcement yet.

Vray Frame Buffer - Progammic Load / Save of .vfbl files.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vray Frame Buffer - Progammic Load / Save of .vfbl files.

    Please give max script access to loading a "layer tree preset" and saving a "layer tree preset" after the user makes adjustments. I just don't trust users to type filenames.

    The .vfbl file

    There are two buttons on the interface that do this

    Thanks
    Keith R Morrison
    focus360, Inc.
    Win10, 3DS Max 2021, V-ray 5.2.3

  • #2
    This seems to work (tested in V-Ray 5 Update 1, 3ds max 2021).
    Code:
    vfbControl #saveglobalccpreset "C:\\temp\\test.vfbl"
    Code:
    vfbControl #loadglobalccpreset "C:\\temp\\test.vfbl"
    I was actually looking for the command to save a LUT (which used to be the same command in Next, but that seems to be still missing).

    Daniel
    Daniel Schmidt - Developer of psd-manager

    Comment


    • #3
      SWEET!

      Thanks. documentation states those interfaces are for .vccglb files

      I would have never thought to and didn't try loading an undocumented file type into them.

      So that interface loads both then? I see a whole bunch of new color corrector maxscript controls, which is interesting as the interface seems to be gone.
      Last edited by KramSurfer; 25-02-2021, 12:26 PM.
      Keith R Morrison
      focus360, Inc.
      Win10, 3DS Max 2021, V-ray 5.2.3

      Comment


      • #4
        Did you see this post, KramSurfer ?
        You'll need to get the manager interface, and work with its methods and sub-interfaces.
        Lele
        Trouble Stirrer in RnD @ Chaos
        ----------------------
        emanuele.lecchi@chaos.com

        Disclaimer:
        The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.

        Comment


        • #5
          He did, that is why he posted "I found out i can load the .vfbl into the old interface still documented for the .vccglb" to the other thread, based on my comment.

          Daniel
          Daniel Schmidt - Developer of psd-manager

          Comment


          • #6
            The double thread was confusing me, clearly.
            Thanks for bothering.
            Lele
            Trouble Stirrer in RnD @ Chaos
            ----------------------
            emanuele.lecchi@chaos.com

            Disclaimer:
            The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.

            Comment

            Working...
            X