-
existence ?
I’m using such expression to read some value:
target=comp(thisComp.layer(1).name).layer(thisComp.name);I need to automatically target nothing or something else when the target is not available for a moment (no existence)
(in order not to have an error like this: “impossible to find…”)I don’t want to switch on/off each time all this expression.
it may be something with if(…) has…
Help please !
sebastien