Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@morphingdesign
Last active August 30, 2023 00:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morphingdesign/0d1af23664a8ce356fca0c7668f4dd85 to your computer and use it in GitHub Desktop.
Save morphingdesign/0d1af23664a8ce356fca0c7668f4dd85 to your computer and use it in GitHub Desktop.
List of available Houdini node shapes
editor = hou.ui.paneTabOfType(hou.paneTabType.NetworkEditor)
print(editor.nodeShapes())
# Returned tuple of strings:
# ('rect', 'bone', 'bulge', 'bulge_down', 'burst', 'camera',
# 'chevron_down', 'chevron_up', 'cigar', 'circle', 'clipped_left',
# 'clipped_right', 'cloud', 'diamond', 'ensign', 'gurgle', 'light',
# 'null', 'oval', 'peanut', 'pointy', 'slash', 'squared', 'star',
# 'tabbed_left', 'tabbed_right', 'tilted', 'trapezoid_down',
# 'trapezoid_up', 'wave')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment