Updating references in Stage Manager

   1188   2   0
User Avatar
Member
41 posts
Joined: 12月 2017
Offline
If an asset is being used multiple times in the stage manager, is there a better way of updating that reference without manually updating every path 1 by 1?

Thanks all
User Avatar
Member
34 posts
Joined: 9月 2014
Offline
You could do this with opchange from a textport.

opchange -p /stage <current path> <new path>

This should check all the string parms on all the nodes in the graph and do a search and replace.

You can also provide -p with the path to a specific node, if you have other places you want to keep the original path.


Docs:
https://www.sidefx.com/docs/houdini/commands/opchange.html [www.sidefx.com]

Hope this helps.
Kym
User Avatar
Member
41 posts
Joined: 12月 2017
Offline
Kym Watts
You could do this with opchange from a textport.

opchange -p /stage <current path> <new path>

This should check all the string parms on all the nodes in the graph and do a search and replace.

You can also provide -p with the path to a specific node, if you have other places you want to keep the original path.


Docs:
https://www.sidefx.com/docs/houdini/commands/opchange.html [www.sidefx.com]

Hope this helps.
Kym

Thanks Kym, I'm surprised there isn't functionality to do this in the stage manager itself.

We can make a tool to update that though, so thanks for pointing in the right direction!
  • Quick Links