StartAutomating / obs-powershell

Script OBS with PowerShell
https://obs-powershell.start-automating.com
MIT License
52 stars 4 forks source link

`OBS.Filter.get_Settings` should shapeshift the object #184

Open StartAutomating opened 8 months ago

StartAutomating commented 8 months ago

Until we have been asked to get the settings of a filter, we're not exactly sure what they might be (they vary from filter to filter).

However, when we get the settings, we can cause the object to shapeshift, creating a property for each settable property on the filter.

This would be fairly amazing.