(RESOLVED)099|5040 interactClear() does not terminates

interactClear() does not clear the “lselect” from the container.

attached example
no_consistency.4.toe (12.4 KB)

If I take out your value change execute for interactMouse it seems to clear as expected.

I think that last call is blocking your intended clear by acting as mouse interaction:

[code]def valueChange(channel, sampleIndex, val, prev):

op('arcBallGeometry').interactMouse(u[0],v[0],left=True)
#print(val)
#print( type(v[0]) )
return[/code]

Hi thank you,
you are right.