nleseul / obs-shaderfilter

OBS Studio filter for applying an arbitrary shader to a source.
The Unlicense
101 stars 127 forks source link

checkbox to collapse the loader options #14

Open Pomax opened 5 years ago

Pomax commented 5 years ago

It would be super useful if there was a checkbox at the top of the configuration panel so that when an effect is loaded, with its associated uniform control variables, instead of this:

image

Users see this:

image

nleseul commented 5 years ago

It would be helpful, yes. Sadly, OBS's interface for properties doesn't currently give you a way group settings or collapse groups., It's a feature I've missed myself, and one that OBS really should have. I might think about working on that in OBS one day.

It would be possible to do this with just a checkbox in the effect properties, but it wouldn't be too terribly pretty. I might consider that too if adding proper group box/collapsible header support is too complicated.

Pomax commented 5 years ago

gotcha.