In Wiki page CamSchnappr, TouchDesigner Documentation
There is a error in commands :
- /1/selectPointsNext [0|1] - selects the next controlpoint
- /1/selectPointsPrev [0|1] - selects the prev control point
According the source code, you need to use
- /1/selectPointNext [0|1] - selects the next controlpoint
- /1/selectPointPrev [0|1] - selects the prev control point
Thanks