LukeLetellier Posted June 14, 2019 Share Posted June 14, 2019 I wasn't sure how to phrase this, but I'm looking for a list in the documentation that outlines all of those quick relative references/shortcuts for referring to other nodes in expressions, along the lines of "." and ".." I'm specifically looking for a relative reference to the node that wires into the current node, so if there's a list of those hidden in the documentation somewhere, that'd be swell. Thanks! Luke Quote Link to comment Share on other sites More sharing options...
kleer001 Posted June 14, 2019 Share Posted June 14, 2019 (edited) "." and ".." and "../." are unix based relative directory placeholders. The first is the current node/path/object/folder the second and third are the surrounding node/path/object/folder. if you want the input into the current node you need the hscript "opinputpath()" (run "exhelp opinputpath" in your textport for more info) The first input of the current node reads as such: opinputpath(".",0) the second input of the surrounding node (useful in DOPS context) is: opinputpath("..",1) HDocs on the topic: https://www.sidefx.com/docs/houdini/network/paths.html This is a pretty exhaustive explanation of paths and worth your time if it's unfamiliar: http://teaching.idallen.com/cst8207/12f/notes/160_pathnames.html Edited June 14, 2019 by kleer001 moar info 1 Quote Link to comment Share on other sites More sharing options...
LukeLetellier Posted June 14, 2019 Author Share Posted June 14, 2019 (edited) Great information. Thank you! Edited June 14, 2019 by LukeLetellier Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.