forked from paceholder/nodeeditor
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple connections in input node #6
Labels
new feature
New feature or request
Comments
Daguerreo
added a commit
that referenced
this issue
Dec 17, 2020
Daguerreo
added a commit
that referenced
this issue
Dec 18, 2020
Daguerreo
added
new feature
New feature or request
and removed
enhancement
Improvement of existing funcionality
labels
Dec 20, 2020
Daguerreo
added a commit
that referenced
this issue
Jan 13, 2021
Daguerreo
added a commit
that referenced
this issue
Feb 9, 2021
Daguerreo
added a commit
that referenced
this issue
Apr 22, 2021
Daguerreo
added a commit
that referenced
this issue
Nov 10, 2021
Daguerreo
added a commit
that referenced
this issue
Feb 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've merged ExMix's paceholder#213 which allow ConnectionPolicy::Many for input ports.
In this way one or more input ports can have an arbitrary number of input. It appears to be more reliable of a dynamic addition of port as showed in paceholder#209 and paceholder#212.
I modified the calculator example to make it more consistent with the coding rule and some minor fix. In addition I modified the caption to show exactly how many connections are sending data to the node, since a single connection to a multi input node can be attached several time and the thing cannot be seen due to the connection overlapping.
The text was updated successfully, but these errors were encountered: