Announcement

Collapse
No announcement yet.

Adding multiple vrayproxies to a scene in one go

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

  • Adding multiple vrayproxies to a scene in one go

    As the title suggests, it would be good to be able to add more than one proxy to a scene at once. Surely this is quite a basic request?
    Kind Regards,
    Richard Birket
    ----------------------------------->
    http://www.blinkimage.com

    ----------------------------------->

  • #2
    I know that's not really the answer you were waiting for, but that can easily be done by script, if you collect all the proxies you wish into a single folder.
    Code:
    files = getfiles "e:\\proxies\\*.vrmesh"
    for i in files do
    (VRayProxy filename:i)
    Best regards,
    Michael
    This signature is only a temporary solution

    Comment


    • #3
      You could keep them all in max files.
      They don't even keep materials as a raw proxy do they?

      Comment


      • #4
        When I have ever needed to do that (maybe twice), I've merged hundreds of Vray proxies from a max file that was just the proxies and it worked fine. They came in with their materials, too...Maybe I misunderstand the question?

        Comment


        • #5
          Originally posted by voltron7 View Post
          When I have ever needed to do that (maybe twice), I've merged hundreds of Vray proxies from a max file that was just the proxies and it worked fine. They came in with their materials, too...Maybe I misunderstand the question?
          I have about 20 different grass models (for example) that have been saved as individual proxies with individual max files (for their materials). At the moment, you have to load each of them, one at a time.
          Kind Regards,
          Richard Birket
          ----------------------------------->
          http://www.blinkimage.com

          ----------------------------------->

          Comment


          • #6
            maybe you can merge them all into one file for future use

            ---------------------------------------------------
            MSN addresses are not for newbies or warez users to contact the pros and bug them with
            stupid questions the forum can answer.

            Comment


            • #7
              Originally posted by tricky View Post
              I have about 20 different grass models (for example) that have been saved as individual proxies with individual max files (for their materials). At the moment, you have to load each of them, one at a time.
              So, each max file contains one proxy? If so, can't you put all the proxies in one max file, than you just have to merge that single max file containing the proxies...

              Comment


              • #8
                I guess, that's just all work around to the problem

                It would be great to have the possibility to select more than 1 file in the "Choose external mesh file" window dialog box

                Stan
                3LP Team

                Comment

                Working...
                X