Skip to content

Instantly share code, notes, and snippets.

@kickbase
Created November 11, 2021 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kickbase/5dc2c37eb8c94b5fabd3bacf87b18209 to your computer and use it in GitHub Desktop.
Save kickbase/5dc2c37eb8c94b5fabd3bacf87b18209 to your computer and use it in GitHub Desktop.
[Houdini] [Python] Check Run Over with UserData on Network View
def main(kwargs):
node = kwargs["node"]
node.setUserData("descriptiveparm", "class")
main(kwargs)
@kickbase
Copy link
Author

Install

Save the OnCreated.py in the following folder.(Windows)

C:\Program Files\Side Effects Software\Houdini [version]\houdini\scripts\sop

DEMO

run_over

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment