-
Have Expression Identify which it is on, just like Expression Pick Whip Function
I have a struggle to find the property/attribute name. I know it could be type such as “thisComp.layer(“White Solid 6”).effect(“CC Particle World”)(“Position X”).name”. It will work, but in this case, it would be tedious for me, especially when I work with many particle effects, because I would have to re-type for each particle position (X, Y and Z). I want the expression to simply identify which property/attribute it is on, just like how the expression whip works. Then I would use its reference in “if” conditions. Here is the picture. You’ll see the red arrow. It is the one I am struggling to find the property/attribute name. I have tried different ways such as “propertyGroup(1).name” and others, but they doesn’t make the outcome I want. Thanks!