Can I use a vray user attribute as part of a filepath in a vray proxy node?
Let's say I have a vray user attribute in the vray proxy shape and the value is 'cacheVersion=v13', and my original path is '//server/folder/v13/alembic.abc'
if I add the wild card <cacheVersion> in the file path, so it reads '//server/folder/<cacheVersion>/alembic.abc' it gives me an error. Is there a way to do this?
The logic is that I have 30 proxy nodes, I can control that user attribute by linking it to a user attribute in another node, so it makes it easier to update proxies.
Let's say I have a vray user attribute in the vray proxy shape and the value is 'cacheVersion=v13', and my original path is '//server/folder/v13/alembic.abc'
if I add the wild card <cacheVersion> in the file path, so it reads '//server/folder/<cacheVersion>/alembic.abc' it gives me an error. Is there a way to do this?
The logic is that I have 30 proxy nodes, I can control that user attribute by linking it to a user attribute in another node, so it makes it easier to update proxies.
Comment