-
Couldn’t find layer…that is there
Hey friends,
I’m working on a project that keeps giving me an error I don’t understand. I understand how to read the error I just don’t get why it’s happening.
Here is the expression used on a layers scale property:
temp = comp(“montage”).layer(“Controller”).effect(“Scale FG”)(“Slider”);
[temp,temp]Here is the error:
After Effects warning: Bad argument: couldn’t find layer named “Controller”
Expression Disabled.Error occurred at line 1.
Comp: ‘photo mix”
Layer: 2 (‘people’)
Property: ‘Scale’Simple enough right? No. The issue I’m having is the layer “Controller” does exist. It’s one step up from the nested comp. I have even pick-whipped to it to make sure syntax is ok, and it is still telling me it’s missing.
The top layer of the project has a bunch pre-comps all called “montage.” Every pre-comp has the exact same syntax, could this be throwing things off? Having the same name?
Please help.