-
Modify text layers using program
So, I have a project where I need to make multiple text layers in different places, and I figured it was basic enough that I could try to make a script to make the most menial tasks automatic. And it seemed to work…but it needs one change.
It’s just an Applescript that goes down a list in a spreadsheet and works with an already made text layer where an expression on the layer is “this.name” so that whatever the name on the layer is, it’s reflected on the text. All the applescript does is places the values in the cells into the name of the layer, by hitting Enter (the key that renames a layer) and then duplicating that layer and repeating the process until there are no more cells in Excel.
After that, another script sets the text layers to the times that they belong in the comp, but that’s not the problem…
So, everything went great, until I realized that I can no longer modify the text that’s created that way. If you need to fix typos, or make certain words bigger or something, you can’t. Which ruins this plan that otherwise would’ve worked perfectly. It’s unusable as it is.
So my question is does anyone know if there’s another way to do this…maybe a better expression, or a way to APPLY (Make Permanent) an expression? Or just a better way to do this altogether would work too. The ability to edit the text to make certain words bigger is crucial. The typos not so much…those can just be fixed in the spreadsheet.
Thanks!