Question
showing - non exsisting - error messages on opacity expression
Hi, I was just testing a jsx file that sets expressions to specific layers...
It gives an error on the opacity expressions of a 3D layer in line 1, the rest (of a lot of set expressions) seems to work fine. After clicking the orange "error" messages, it turns out it all just works.
So, just kind of annoying :} Hope you can check it out, thx, Jochem
var scaZ = comp("an_existing_comp_name").layer("an_existing_layer_name")("ADBE Transform Group")("ADBE Scale")[2];
if (scaZ == 100){
100;
}else{
0};
