Answered
can we add guides using script?
I am working on a script that will add two guides, vertical and horizontal at the center of the comp. Not sure if you can add guides through scripts tho
I am working on a script that will add two guides, vertical and horizontal at the center of the comp. Not sure if you can add guides through scripts tho
You can use addGuide() method:
app.project.activeItem.addGuide(1, 500);And these commands can be useful:

Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.