Announcement

Collapse
No announcement yet.

VrayEnvironment grid path via asset tracking

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

  • VrayEnvironment grid path via asset tracking

    I've got a bunch of grids with precomputed phoenix aur files whose paths I'd like to change to UNCs - first thoughts were asset tracking - but it won't display the paths. How do you go about mass changes like these?
    vertex wrangler

  • #2
    Hey,

    You can use Max Script for this.

    You can do something like:

    for i in $ do
    i.inpathraw = "\\\yourPath"


    This will change the input path for all selected grids.

    Cheers,
    Georgi Zhekov
    Phoenix Product Manager
    Chaos

    Comment


    • #3
      Originally posted by georgi.zhekov View Post
      Hey,

      You can use Max Script for this.

      You can do something like:

      for i in $ do
      i.inpathraw = "\\\yourPath"


      This will change the input path for all selected grids.

      Cheers,
      Thank You!
      vertex wrangler

      Comment

      Working...
      X