-
script that make layer a guide layer
I currently have a script I run that creates two solids and applies an effect to each.
I manually go into the comp and turn each layer to a guide layer.
Is there a way to modify a preexisting script to turn each layer into a guide layer to avoid the extra step.
Possibly a line of code I can ad? My scripting is very minimal , just enough to be dangerous 🙂 but I may be able to plug something in there with your help.I ran across this in the manual but I am not sure how to apply this of if this is even what I am looking for.
AVLayer guideLayer attribute
app.project.item(index).layer(index).guideLayer
Description
True if the layer is a guide layer.
Type
Boolean; read/write.Does this make any since? Any ideas would be appreciated.
Thanks for your help
Ant-