You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
For supporting Multi-Multi connections (connections between two knobs with MaximumConnectionCount.Multi), we need a new way of editing connections.
The current system relies on one knob with only one possible connection to delete the connection and the other one to create them, which is suboptimal.
Consider this a continuation of #74 to adress #144 and #145 and fix #147 and #148.
New concept for ALL connections:
Create new connection by dragging from any of the two knobs to the other.
Delete single connections by right-clicking them or similar.
Preview connection values for ValueConnections and perhaps select connections (important for some kind of connections that have own behaviour/conditions).
This requires hit detection between point/bezier and/or line/bezier.
The text was updated successfully, but these errors were encountered:
For supporting Multi-Multi connections (connections between two knobs with MaximumConnectionCount.Multi), we need a new way of editing connections.
The current system relies on one knob with only one possible connection to delete the connection and the other one to create them, which is suboptimal.
Consider this a continuation of #74 to adress #144 and #145 and fix #147 and #148.
New concept for ALL connections:
OR
This requires hit detection between point/bezier and/or line/bezier.
The text was updated successfully, but these errors were encountered: