Learning something new
CG Generalist & Design Tech Explorer
- Beyond The Frontier
- www.hanspalacios.com
- @morphingdesign
Highlights
- Pro
Pinned Loading
-
-
-
pythonLib
pythonLib PublicLibrary of Python scripts for tools and operations in various software used in my workflows.
Python
-
Add custom parameters and folder to ...
Add custom parameters and folder to Houdini node 1# Acquire node from network
2node = hou.node('/obj/geo/node')
34# Add folder used to collect all newly create parameters
5folder = hou.FolderParmTemplate("folder", "Folder Name")
-
Outline of RGB values for default Ho...
Outline of RGB values for default Houdini node color palette. 1# Sorted from left to right and top to bottom.
2# Row 1
3hou.Color(0.8,0.016,0.016)
4hou.Color(1.0,0.0,0.0)
5hou.Color(0.98,0.275,0.275)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.