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?
Announcement
Collapse
No announcement yet.
Adding multiple vrayproxies to a scene in one go
Collapse
X
-
Adding multiple vrayproxies to a scene in one go
Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->Tags: None
-
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)
MichaelThis signature is only a temporary solution
-
Originally posted by voltron7 View PostWhen 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?Kind Regards,
Richard Birket
----------------------------------->
http://www.blinkimage.com
----------------------------------->
Comment
-
Originally posted by tricky View PostI 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.
Comment
Comment