Skip to main content
AdamWang0117
Participant
October 27, 2021
Question

AE Plugin text layer position information

  • October 27, 2021
  • 1 reply
  • 157 views

Hi guys,

I'm making a plugin to convert text layer information to a JSON, and I get the text  content by AEGP_GetNewText but I didn't find any information about text layer position/ text fill color / text stroke color. So, is there any way to get these information?

This topic has been closed for replies.

1 reply

Mylenium
Legend
October 27, 2021

You probably need to hack it via a script. AFAIK this information is not exposed in the SDK "for reasons".

 

Mylenium

Community Expert
October 27, 2021

yup. love thems "reasons".

anyways AEGP_ExecuteScript would be the way to execute some script code via the C api and retreiving the result all internally in the plugin.