Skip to main content
Participant
July 3, 2013
Question

Ae scripting : text to shapes.

  • July 3, 2013
  • 2 replies
  • 1417 views

hello is it possible to call a function in converting text to shapes?

sorry for my bad english

This topic has been closed for replies.

2 replies

Inspiring
July 4, 2013

app.executeCommand(3781) to create shapes,

app.executeCommand(2933) to create masks.

lakpoAuthor
Participant
July 9, 2013

oh thanks you!! how do you know that!

Inspiring
July 10, 2013

Just use app.findMenuCommandId("write here the name of the menu item") and note the value somewhere, it will work in any language.

Legend
July 3, 2013

This will work, but you always need to make sure the layer is selected in an open composition before running the code. It's not super stable though.

app.executeCommand(app.findMenuCommandId("Create Shapes from Text"));

lakpoAuthor
Participant
July 4, 2013

ok thanks for your help, but it is good only if Ae is in English! other possibility?