IF node broken?

It’s caused by the lacing. The if node has shortes lacing as default, and it can’t be changed. Try the scopif or a simple python script.

if IN[0]:
	OUT = IN[1]
else:
	OUT = IN[2]
1 Like