leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.8k stars 443 forks source link

Better way to remove connection? #128

Closed kevinlinxc closed 5 months ago

kevinlinxc commented 1 year ago

From what I can tell, the only way to remove a connection is to remake the connection. I think a more intuitive and faster way to remove links would be to right click + drag over connections that we don't want. Can this be added?

kevinlinxc commented 1 year ago

I know right click is pan right now, but I think spacebar + left click drag or mousewheel click drag would be a good replacement for that as these are used in other programs.

leon-thomm commented 1 year ago

Can this be added?

Not trivial if you consider the cubic paths, but probably doable.

Mouse wheel is kinda bad for touchpad devices.

leon-thomm commented 5 months ago

closed in https://github.com/leon-thomm/Ryven/releases/tag/v3.5.0