Skip to content

Instantly share code, notes, and snippets.

@kickbase
Created December 25, 2021 18:12
Show Gist options
  • Save kickbase/9b90952efd1c8b8aadc38160a05be4b2 to your computer and use it in GitHub Desktop.
Save kickbase/9b90952efd1c8b8aadc38160a05be4b2 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", "bindclass")
main(kwargs)
@kickbase
Copy link
Author

Note that the value set for UserData is different from AttributeWrangle.

AttributeWrangle: class
AttributeVop: bindclass

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