Announcement

Collapse
No announcement yet.

Python: How to get node properties names/values ?

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

  • #16
    How do I get GI tab, VrayPresetMenuGI save/load filepath via Python ?
    Win7 Ultimate 64bit, GTX 970, Standalone version: V-Ray Next 4.30.03,

    Comment


    • #17
      Presets are stored in sub-directories of {BLENDER_CONFIG_DIR}/{BLENDER_VERSION}/config/vrayblender/presets/
      V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
      andrei.izrantcev@chaos.com
      Support Request

      Comment


      • #18
        Thanks. Do you have already on exporter routine to save DMC Image sampler and dmc sampler values ? I tried json dumps and like SettingsImageSampler.filter_type is 'FilterLanczos' but with .get() its 6
        Win7 Ultimate 64bit, GTX 970, Standalone version: V-Ray Next 4.30.03,

        Comment


        • #19
          JuhaW, I'm not sure what do you want to achieve. You could check presets.py for how I'm saving presets.
          V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
          andrei.izrantcev@chaos.com
          Support Request

          Comment


          • #20
            Nou roplem I did it with SettingsImageSampler.json,I read names/types from there.
            I just wanted to do easy material testing with own render resolution/GI/DMC/custom layers/camera -settings without affecting current scene settings, so I saved those settings and have 2 buttons to choose normal scene/material test settings.
            Thanks for all your help.
            Win7 Ultimate 64bit, GTX 970, Standalone version: V-Ray Next 4.30.03,

            Comment

            Working...
            X