diff --git a/scripts/123.py b/scripts/123.py index 8cd0107..9dbee7c 100644 --- a/scripts/123.py +++ b/scripts/123.py @@ -1,3 +1,5 @@ +import hou + #Set DefaultShape & Color Redshift Lights hou.nodeType(hou.objNodeTypeCategory(), "rslight").setDefaultColor(hou.Color(1,1,0)) hou.nodeType(hou.objNodeTypeCategory(), "rslight").setDefaultShape('light')