Announcement

Collapse
No announcement yet.

Suspend V-Ray warning?

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

  • Suspend V-Ray warning?

    Hi

    Is there any way to suspend V-Ray warnings, specifically the "This version of V-Ray includes..." that pops up when opening a pre- 1.5 file?

    I'm going through a bunch of files in our library with a batch script and it would be nice to avoid hitting Enter each time.

    Thx
    Caleb

  • #2
    Open the MaxScript listener and type
    Code:
    setVRaySilentMode()
    This will suppress any warnings by V-Ray when opening a scene for the current 3ds Max session.

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

    Comment


    • #3
      Thank you! This will save time and help a lot with automating.

      Comment

      Working...
      X