Announcement

Collapse
No announcement yet.

Quick access to V-Ray Presets

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

  • Quick access to V-Ray Presets

    I'm tying to find a quicker way to access V-Ray presets,
    is there a way to access my specific presets through maxscript?
    Attached Files
    Last edited by tomorrow_ab; 18-01-2013, 03:32 AM.

  • #2
    What do you want to do with them? Just load a preset?

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Originally posted by vlado View Post
      What do you want to do with them? Just load a preset?

      Best regards,
      Vlado
      Yes, that's what I want to do, and I would like to be able to map the presets to my keyboard or custom Quad menus.
      Best regards, Ragnar

      Comment


      • #4
        Go for RPManager, you will be able to create passes with your presets, way more options as well

        Stan
        3LP Team

        Comment


        • #5
          Try to use Max default UI.
          http://maxwellsandy.blogspot.kr/2012...r-presets.html
          :: twitter :: Portfolio :: My 3D Products :: ...and ::

          Comment


          • #6
            Sandykoufax: Thanks, I used this method before, but now I need to use V-Ray Presets since they give me the option to affect a selection of the V-Ray properties instead of all at once.

            Comment


            • #7
              Originally posted by 3LP View Post
              Go for RPManager, you will be able to create passes with your presets, way more options as well

              Stan
              RPManager is a competent software, but I want to go for simplicity and as few clicks as possible.

              Comment


              • #8
                Originally posted by vlado View Post
                What do you want to do with them? Just load a preset?

                Best regards,
                Vlado
                Vlado, is there maxscript access to loading my saved V-Ray Presets?
                Colin Senner

                Comment


                • #9
                  Hello, in V-Ray 3.0 we have added functions that may come in handy.

                  vrayGetPresetFile - just returns the full path to the currently set presets file.
                  vrayEnumPresetsNames <presets_file> - returns an array of strings with the names of the presets stored in the file.
                  vrayLoadPreset <presets_file> <preset_name> - loads the specified preset from the file.
                  vraySavePreset <presets_file> <preset_name> - saves a preset with the specified name in the file.

                  hope that helps, best regards,
                  Alexander
                  Alexander Kazandzhiev
                  V-Ray for 3ds Max developer

                  Comment

                  Working...
                  X