Announcement

Collapse
No announcement yet.

Supressing the Old/New sampler dialog

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

  • Supressing the Old/New sampler dialog

    Is there any way of supressing the dialog VRay shows when opening 2.x scenes with 3.x? Considering if I want to use new features etc.

    I need to run a script on a batch of max files and using quiet mode doesn't seem to work.

    Code:
    loadMaxFile "..." useFileUnits:true quiet:true
    Software:
    Windows 7 Ultimate x64 SP1
    3ds Max 2016 SP4
    V-Ray Adv 3.60.04


    Hardware:
    Intel Core i7-4930K @ 3.40 GHz
    NVIDIA GeForce GTX 780 (4096MB RAM)
    64GB RAM


    DxDiag

  • #2
    Nevermind, I found it in the scripting help:

    setVRaySilentMode()
    Software:
    Windows 7 Ultimate x64 SP1
    3ds Max 2016 SP4
    V-Ray Adv 3.60.04


    Hardware:
    Intel Core i7-4930K @ 3.40 GHz
    NVIDIA GeForce GTX 780 (4096MB RAM)
    64GB RAM


    DxDiag

    Comment


    • #3
      Hello,

      You could use setVRaySilentMode() - this will make V-Ray treat any message as if you clicked No. Then if you need the new sampler behavior you could check http://forums.chaosgroup.com/showthr...059#post675059

      Best regards,
      Yavor
      Yavor Rubenov
      V-Ray for 3ds Max developer

      Comment


      • #4
        Thanks!
        Software:
        Windows 7 Ultimate x64 SP1
        3ds Max 2016 SP4
        V-Ray Adv 3.60.04


        Hardware:
        Intel Core i7-4930K @ 3.40 GHz
        NVIDIA GeForce GTX 780 (4096MB RAM)
        64GB RAM


        DxDiag

        Comment

        Working...
        X