-
EXPRESSION QUESTION – “thisMask”? A way to reference a mask on the layer the expression is on?
Hey guys!
Newbie here, so bear with me. I’m using the following expression:
if(mask("Mask 19").maskOpacity==0)thisComp.layer("FakeSolid").mask("Mask 1").maskPath else mask("Mask 19").maskPathFor a LARGE number of masks (around 70). The expression is working great, but after pasting the expression on the next mask (i.e. mask 20) I have to go in and manually change the name of the mask from “Mask 19” to “Mask 20”.
Wondering if there’s a way to have it reference itself instead of the name of a mask? Something like “thisMask”?
Thanks in advance for the help!