is there any good way to get layer property path?
Hello. I always connect properties using pick whip but If I need to connect another layer properties of another compositions, It's kinda bothering me.
For example, there are 3 compositions and they are not nested, all separated,
Comp A
layer A(Gaussian Blur)
Comp B
layer B(Gaussian Blur)
Comp C
layer C(Gaussian Blur)
layer A ,layer B and layer C have Gaussian Blur effect, and I want all Gaussian Blur to have same Blurriness,
So I get this one from layer A using pick whip
comp("A").layer("layer A").effect("Gaussian Blur")("Blurriness");
And copied them and pasted them in Blurriness of layer B and layer C.
And question is can I get this expression
comp("A").layer("layer A").effect("Gaussian Blur")("Blurriness");
without using pick whip? Pick whip is hard to use when I need to connect separated compositions because I have to open lots of timeline panels.
Can I copy that expression by simply Ctrl + C or something? I just don't want to use pick whip.
