Announcement

Collapse
No announcement yet.

V-Ray rQMC Warning can be disable ?

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

  • V-Ray rQMC Warning can be disable ?

    Hi !

    I made a tool to convert all my 3D models library to vray mesh.
    The problem is that I have around 3000 models and each time my
    tool open a file to convert it to vrmesh, VRay popup a message that the rQMC sample param need to be increased !!! I don't want to stay infront of the computer and press 3000x on the OK button !!!!!
    Is there a way to remove this popup ???? PLEASE ???

    Thanks.

    OZRAY
    _____________
    OZRAY, 2009.

  • #2
    What is your purpose to do this? Doesn't sound very logic to me.
    And it probably would not help you much to have so many different proxys in your scene, instance and copy of same proxys can help you out better I think.

    Comment


    • #3
      Hehehe Sorry maybe Im not clear enought.
      We already have a model library that contain around 3000 models that have been setup with VRay (old version). When we create interior scene with many many models we are using proxy vray mesh so that when the camera render in the kitchen (for exemple) all the model in the other room are not loaded into memory. Im not talking about 3000 proxy in the same scene What my tool do is:
      -Get all the .max file in our library.
      -Create a loop to load each model one at a time.
      -Convert the loaded model to 1 mesh object.
      -Convert it to a vrmesh
      -Save it to the same folder

      But when each model are loaded into Max the VRay popup came up each time about the rQMC...
      I was thinking of maybe a .ini setting that I can disable this ?

      Regards,

      OZRAY
      _____________
      OZRAY, 2009.

      Comment


      • #4
        Maybe Vlado have a little hidden switch that I can turn off...

        Thanks.
        _____________
        OZRAY, 2009.

        Comment


        • #5
          Originally posted by vlado
          You can use the
          Code:
          setVRaySilentMode()
          maxScript command.

          Best regards,
          Vlado
          Eric Boer
          Dev

          Comment


          • #6
            Hey thanks !

            OZRAY
            _____________
            OZRAY, 2009.

            Comment

            Working...
            X