Hello,
is there a way of setting a layer created with a script to hidden? - so that in ae it has that little eye icon turned off.
any suggestions would be sweeet!
thanks, Sam
This will turn off the eye icon:
myLayer.enabled = false;
Dan