Announcement

Collapse
No announcement yet.

Import Multiple V-Ray Proxies

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

  • Import Multiple V-Ray Proxies

    Would it be possible to select multiple vray proxy files via the import dialog and bring them in all at once? We're working on using vray proxies as a animation caching and versioning tool, and while you have the option to export multiple objects to multiple proxy files, you can only re-import one file at a time...

  • #2
    You can use a simple MEL function to import proxies ( it's used internally ).

    proc vrayCreateProxyExisting(string $node, string $fileName)

    So, the first argument is the node name, and the second - the proxy file name. Same values that you will enter in the import dialog. You can use it to create a custom MEL script that will best fit your needs.
    V-Ray/PhoenixFD for Maya developer

    Comment


    • #3
      Awesome - thanks!

      Comment

      Working...
      X