Created
January 24, 2021 00:32
-
-
Save morphingdesign/39c8b5a40f6b5eb3abc96690f8ffc7b4 to your computer and use it in GitHub Desktop.
Syntax for setting a node to a specified node shape from available Houdini node shapes.
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
# Sets the node shape to be a circle | |
node.setUserData('nodeshape', 'circle') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment