-
Source Text property
Hi
From AE scripting guide I got this snippet:var myTextDocument = newTextDocument(“HappyCake”);
myTextLayer.property(“SourceText”).setValue(myTextDocument);In the above example, the code is inking sourceText value to an external text file named “HappyCake”.
Is there any way to direct it to use clipboard or text copied in memory as layer’s sourceText?
Thanks
Syed