aescripts + aeplugins
Discussions
Sign In
Product Discussions
Create new text layer using ft toolbar
John Thompson
January 2015
I'm trying to figure out how to make a simple text layer using a button for ft toolbar. can't figure out why i'm struggling.
anyone got any ideas?
John Thompson
January 2015
Actually I figured it out... select JavaScript and do this:
if(app.project.activeItem){ app.project.activeItem.layers.addText();};
Will add an empty text layer
Lloyd Alvarez
January 2015
In future please post this in the ft-Toolbar discussion.
This discussion has been closed.
All Discussions
Categories
All Discussions
2.3K
General
407
Product Discussions
1.8K
Powered by Vanilla
if(app.project.activeItem){ app.project.activeItem.layers.addText();};
Will add an empty text layer