Skip to content

feat: add dynamic parameter UI for pre/postprocessor plugins#445

Merged
ryanontheinside merged 3 commits intomainfrom
ryanontheinside/feat/render-processor-controls
Feb 12, 2026
Merged

feat: add dynamic parameter UI for pre/postprocessor plugins#445
ryanontheinside merged 3 commits intomainfrom
ryanontheinside/feat/render-processor-controls

Conversation

@ryanontheinside
Copy link
Copy Markdown
Collaborator

resolves #414

@ryanontheinside
Copy link
Copy Markdown
Collaborator Author

Recording.2026-02-11.150045.mp4

updateSettings({ [k.ids]: ids, [k.overrides]: {} });
};

const makePluginOverrideHandler =
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think we should call it here Pipeline (not Plugin). This override is related to pipelines, no matter if they are built-in or plugins.

@ryanontheinside ryanontheinside force-pushed the ryanontheinside/feat/render-processor-controls branch from a374ca8 to fcd42f0 Compare February 12, 2026 12:09
Copy link
Copy Markdown
Collaborator

@leszko leszko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Signed-off-by: RyanOnTheInside <[email protected]>
@ryanontheinside ryanontheinside merged commit f1da46e into main Feb 12, 2026
6 checks passed
@yondonfu yondonfu deleted the ryanontheinside/feat/render-processor-controls branch February 12, 2026 15:18
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.

Post-processor plugins: dynamic parameter sliders not visible in UI

2 participants