Hi!
I have a qussation about Symlink and I need some help
How can I make Symlink pick up the last version in like this example?
A modeler publish
chair_geo_v01.usd,
chair_geo_v02.usd,
the publish code creates chair_geo.usd, a symlink to the latest version.
How I can do this in Houdini ??
Thanks
Salah
Symlink versioning
2104 4 1- Salah Hussein
- Member
- 3 posts
- Joined: Sept. 2015
- Offline
- antc
- Member
- 332 posts
- Joined: Nov. 2013
- Offline
If you are using python to drive your publishing mechanism checkout os.symlink [docs.python.org]
Or from a more traditional (linux) shell script there's the ln -s [www.unix.com] command.
Whether or not you call the above from Houdini or some external mechanism is a matter of choice, but it's certainly possible to run as part of a rop/top network if that's what you're using.
Or from a more traditional (linux) shell script there's the ln -s [www.unix.com] command.
Whether or not you call the above from Houdini or some external mechanism is a matter of choice, but it's certainly possible to run as part of a rop/top network if that's what you're using.
- Salah Hussein
- Member
- 3 posts
- Joined: Sept. 2015
- Offline
- antc
- Member
- 332 posts
- Joined: Nov. 2013
- Offline
- cuihaifu
- Member
- 25 posts
- Joined: April 2020
- Offline
-
- Quick Links