One thing I want to include is a "kill switch" for when effects pile up and get out of hand.
I know I can address effects directly
Code: Select all
\composition\layers\3\video\effects\goo\bypass\Thanks to a Redditor I have discovered that
Code: Select all
\composition\layers\*\video\effects\goo\bypass\But unfortunately using the same logic with a wild card for effects doesn't work
Code: Select all
\composition\layers\3\video\effects\*\bypass\Alternatively being able to address effects by index and looping would be great e.g.
Code: Select all
string.format("/composition/layers/3/video/effects/%d/bypassed", effectNum)Code: Select all
\composition\layers\*\video\effects\*\bypass\