Create new text layer using ft toolbar
  • 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?
  • 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
  • In future please post this in the ft-Toolbar discussion.
This discussion has been closed.
All Discussions