Feature idea: conditionally show job parameter UI elements based on other parameter values #42
crowecawcaw
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example: you have a job template that renders a scene across a frame range. The frame range is saved inside the scene itself, but you want to allow the person submitting the job to be able to optionally override the frame range settings when submitting the OpenJD job.
With the current OJD UI hints, you can add a checkbox for "Override frame range" and an input for "Frame range", but the "Frame range" input will always be visible even when "Override frame range" is not selected. Ideally, the "Frame range" input could be configured to only show when the override is enabled.
As design inspiration, Houdini's UI language for plugins supports conditional UI elements and here's an example of that syntax being used in Deadline Cloud's Houdini submitter.
What do you all think about adding a similar feature to OJD's UI hints?
Beta Was this translation helpful? Give feedback.
All reactions