- Joined
- Apr 12, 2012
- Messages
- 2,616
- Reaction score
- 1,978
- First Language
- English
- Primarily Uses
- RMMV
Description of the Feature:
Mockups:

Condition not met:

Condition met:

Why is this feature good?
This feature is great because of the following:
Possible issues with this feature?
Issues that might arise from this feature:
- Plugin parameters with visibility depending on the value of another parameter e.g. a select type that only appears if a boolean parameter is "true".
Mockups:

Condition not met:

Condition met:

Why is this feature good?
This feature is great because of the following:
- Cleaner parameter interface; only what needs to be displayed will be
- Easier to incorporate parameter dependence: could have a "mode" dropdown that has different inputs depending on selection e.g. "picture" would have a parameter set to img/pictures, "face" would instead have one pointing to img/faces. Currently you need to include every option and trust that developers will fill them in correctly.
Possible issues with this feature?
Issues that might arise from this feature:
- Screwing up parameter conditions might result in some confusion as to why certain options aren't appearing (only an issue for the plugin developer)
- May not be easy to implement as it would require a live refresh of the parameter list when parameters change value
Last edited: