Hey all -
I can't seem to find anything in the documentation about reference copies. Basically, I want to make a reference copy with absolute paths instead of relative ones. Does anyone know how I would go about doing this? Or where I could modify the script to accomplish this? Thanks.
-Mike
Absolute reference copy?
9521 7 2-
- tk421storm
- Member
- 41 posts
- Joined: Jan. 2007
- Offline
-
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
-
- Solitude
- Member
- 373 posts
- Joined: March 2009
- Offline
http://www.houdinitoolbox.com/houdini.php?asset=15 [houdinitoolbox.com] There are some good code snippets in here that will work for what you need… specifically the linkParmsTo function should work.
Ian Farnsworth
-
- tk421storm
- Member
- 41 posts
- Joined: Jan. 2007
- Offline
-
- Solitude
- Member
- 373 posts
- Joined: March 2009
- Offline
-
- tony_a
- Member
- 87 posts
- Joined: Jan. 2009
- Offline
I've been doing a similar thing and just stumbled upon this topic. Check out this thread on odforce:
http://forums.odforce.net/index.php?/topic/5430-adding-scripts-to-rmb-click-menu/page__hl__+opmenu%20+file#entry36547 [forums.odforce.net]
it helped me a lot.
Cheers,
Tony
http://forums.odforce.net/index.php?/topic/5430-adding-scripts-to-rmb-click-menu/page__hl__+opmenu%20+file#entry36547 [forums.odforce.net]
it helped me a lot.
Cheers,
Tony
-
- Pawel_Grzelak
- Member
- 12 posts
- Joined: March 2012
- Offline
Solitude
http://www.houdinitoolbox.com/houdini.php?asset=15 [www.houdinitoolbox.com] There are some good code snippets in here that will work for what you need… specifically the linkParmsTo function should work.
Hello. This link doesn't lead to linkParmTo script anymore. Is there a more recent source or fix to this available somewhere?
-
- graham
- Member
- 1925 posts
- Joined: Nov. 2006
- Offline
Oh man, all my crappy old code…
Yeah, there's a newer and better way to do this now available on the linked site:
Python file with code which does it [github.com]
OPmenu.xml file which lets you add said functionality to node RMB menu. [github.com]
Yeah, there's a newer and better way to do this now available on the linked site:
Python file with code which does it [github.com]
OPmenu.xml file which lets you add said functionality to node RMB menu. [github.com]
Graham Thompson, Technical Artist @ Rockstar Games
-
- Quick Links