hi,
there is no change when I use Python to control the input of switch.
for example,I have written a code in the input parameter of switch1:
if hou.hscriptExpression(“$F”) > 20:
return 1
else:
return 0
firstly I connect a sphere to the switch1, then a box.
although the input parameter of switch1 is changed from 0 to 1, there is no change in the scene view.
thanks