obs-move-transition icon indicating copy to clipboard operation
obs-move-transition copied to clipboard

[Feature Request] Add "Disable" option to Start and Stop Triggers.

Open jetrotal opened this issue 3 years ago • 5 comments

Please, add a "Disable: When the eye icon in front of this filter is disabled" option to Start/Stop Triggers, on "Move Value" Filter: image

With an option like that, would be easy to create a system that toggle animations just by enabling and disabling a single eye icon: image image

jetrotal avatar Mar 21 '21 07:03 jetrotal

At the start of actions there is a checkbox called "Filter only enabled when moving" that should provide what you are asking for as far as I can tell.

exeldro avatar Mar 21 '21 08:03 exeldro

hm... Not exactly

I'm already using this checkbox to keep the "Blur Toggle" eye icon State fixed and "Blur-Apply"/"Blur-Remove" eye icon state "on" or "off" whenever an animation from them is called.


What I'm trying to do is:


When "Blur-Toggle" eye is enabled -> start "Blur-Apply" animation
When "Blur-Toggle" eye is disabled -> start "Blur-Remove" animation


jetrotal avatar Mar 21 '21 08:03 jetrotal

OBS does not use/call the filter when the eye icon is disabled, so that makes it hard to do actions when disabled.

exeldro avatar Mar 21 '21 08:03 exeldro

Oh... Got it.

Another suggestion I would give is to create a "Cycle Triggers" Filter. where the user could create an array of Filters, like "Filter_A", "Filter_B", "Filter_C", "Filter_D"

and this filter could have 2 shortcuts/buttons "Activate Previous Filter" and "Activate Next Filter".

cycling the Enable/Disable Eye icon State of each filter.

Something like that would also work with what i'm trying to put together

jetrotal avatar Mar 21 '21 09:03 jetrotal

Cycling through moves using a hotkey is possible with the next move on hotkey option. That way the first time the hotkey is pressed the move that has the hotkey is activated, the second time the hotkey is pressed the next move is started etc. Cycling backwards is not yet possible.

exeldro avatar Mar 21 '21 12:03 exeldro