Automatically release the Trigger from a Child Group of layers before releasing The trigger from a Parent Group
For example, the user has a group of Cycle layers,
some of them are nested inside each other,
and they are sorted like this:
. IdleLayerCycle
. JumpingLayerCycle
. SittingLayerCycle -> SittingAndWavingGoodbye
If the user wants to go from "SittingAndWavingGoodbye" to "JumpingLayerCycle",
he has to turn off the "SittingAndWavingGoodbye"trigger,
then turn off "SittingLayerCycle",
to finally activate the "Jumping_LayerCycle" trigger.
Maybe we could have a less painful way to cycle through Nested groups.
1 comment
-
David Simons (Adobe) commented
In this case, if all 4 cycles are mutually exclusive, could you put all of their triggers in a single swap set to get what you want? (Triggering one trigger in a swap set unlatches any other trigger in the swap set, but will wait for the Cycle to finish first, if that option is chosen in Cycle Layers)