Skip to content
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

Allow math node to work with variadic inputs #2459

Open
optozorax opened this issue Mar 18, 2025 · 1 comment
Open

Allow math node to work with variadic inputs #2459

optozorax opened this issue Mar 18, 2025 · 1 comment

Comments

@optozorax
Copy link

optozorax commented Mar 18, 2025

Requires variadic inputs: #2462

Currently it have only two arguments, but that's not that useful, since procedural illustrations benefits from having a lot of parameters that can be tweaked at any time, and any float may end up being parametrized.

Also, I think their names should be configurable too, because custom names are better than one-letter name A B C D E.

@github-project-automation github-project-automation bot moved this to Short-Term in Task Board Mar 18, 2025
@Keavon Keavon changed the title Allow math node to accept arbitrary amount of arguments Allow math node to work with variadic inputs Mar 18, 2025
@Keavon
Copy link
Member

Keavon commented Mar 18, 2025

We can remove the secondary input, "B", and input all wires into the primary input of the node once this is implemented. That'll help make the node's signature less weird and more consistent.

@Keavon Keavon moved this from Short-Term to Blocked in Task Board Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Blocked
Development

No branches or pull requests

2 participants