Announcement

Collapse
No announcement yet.

Surpress v-ray warnings

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

  • Surpress v-ray warnings

    Hi,

    I'm rendering a lot of old 3ds max files with maxscript commands. When opening a 3ds max file (in 3ds max quiet context) I still get the V-ray warning "This file was created with an older version of the V-ray renderer." and another warning that the models for vraySun, VRay Sky etc were updated.

    Since the script cannot continue until the user decided to click ok I wanted to know if it is possible to surpress these warnings somehow.

    Thanks,
    Stefan
    Freelance 3D Artist

    https://www.deepframes.com

  • #2
    Use the following MaxScript code:
    Code:
    setVRaySilentMode false
    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment

    Working...
    X