Skip to content

patch/keep image inputs in order on multi-image nodes#193

Open
iammojogo-sudo wants to merge 1 commit into
lightningpixel:devfrom
iammojogo-sudo:extension-multi-image-fix
Open

patch/keep image inputs in order on multi-image nodes#193
iammojogo-sudo wants to merge 1 commit into
lightningpixel:devfrom
iammojogo-sudo:extension-multi-image-fix

Conversation

@iammojogo-sudo

Copy link
Copy Markdown
Contributor

If an extension node has multiple image inputs (front/left/back/right
style), skipping a middle one used to shift everything after it up a
slot — e.g. wire front + left + right but skip back, and right would
end up getting treated as back.

This keeps each image tied to its actual handle, so a skipped slot just
stays empty instead of bumping the rest. Only touches workflowRunStore.ts.

Tested locally with a multi-image extension, all the skip combos work right.

@iammojogo-sudo

Copy link
Copy Markdown
Contributor Author

No need to add before 0.4 :)

@iammojogo-sudo

Copy link
Copy Markdown
Contributor Author

NOTE:
This, Im sure you know isn't vital. It's only required for likely some extensions that handle multiple inputs, which are only a few. Thats why it was updated after the other three.

@iammojogo-sudo iammojogo-sudo force-pushed the extension-multi-image-fix branch from b89c593 to 0f2b7ff Compare June 24, 2026 18:17
@iammojogo-sudo iammojogo-sudo changed the title fixed/updated(workflows): keep image inputs in order on multi-image nodes patch/keep image inputs in order on multi-image nodes Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant