Stoner with multi-point selection

Came back to Stoner after a long break and was surprised that you still can’t select and move multiple points at once. So I fixed that.

stoner.tox (62.5 KB)

New features:

  • Multi-point selection & manipulation — select and move multiple control points at once, making complex adjustments much faster

  • macOS support — proper handling of mouse scroll input on macOS

2 Likes

Hi @letsius,

thanks for this enhancement. I can see the issue that the default stoner deselects the initially picked point after moving multiple ones and will reimplement your solution.
Could you let me know what you had to do to make macOS scroll input work properly?

Best
Markus

Hi @snaut ,
Thanks for the feedback.
For the scroll - check ui/controls/mousein1
Original zoom was made via panelexecuteDAT - which is always returns only integer values, which is not working for macos touchpad.

Best,
Alex