Learning something new
CG Generalist & Design Tech Explorer
- Beyond The Frontier
- www.hanspalacios.com
- @morphingdesign
Highlights
- Pro
Block or Report
Block or report morphingdesign
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
pythonLib Public
Library of Python scripts for tools and operations in various software used in my workflows.
Python
-
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")
-
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)