Created
January 26, 2021 00:53
-
-
Save morphingdesign/b952a7b522c4f829434f94e5cbf48787 to your computer and use it in GitHub Desktop.
HScript expression to retrieve local variable from stamping operator in Houdini.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stamp("../pathtoNode", "variableName", 1) | |
// The 3rd arg is the default value if the | |
// retrieved variable for a corresponding point | |
// does not exist. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment