Answered
Enable layer in after effects scripting
Enabling the layer is possible or not in after effects using script. If its possible, How?
Enabling the layer is possible or not in after effects using script. If its possible, How?
Do you mean the eyeball in the timeline? That's the layer,s enabled attribute and you just set it to true or false:
app.project.activeItem.layer(1).enabled = true;Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.