I confused about signal connections changing. The same as the picture shown
I am facing the same issue, is this already solved?
from vcScript import * comp = getComponent() path = comp.findBehaviour("OneWayPath") signal = comp.findBehaviour("BooleanSignal") signal.Connections = [path]