-
Possible to press button of jsx.bin Script UI from WITHIN another script?
TLDR;
Script UI needs me to select only ONE layer then hit the button, then select another, hit the button. Can’t do multiple layers at a time. Can I write a script that includes a “button press” of another script UI panel?Two questions in one really.
I’m trying to automate part of my text highlighting animation process. Currently halfway there, and I’ve found a nifty script on AE scripts that does exactly what I want, Animated Text Block (resizes text on line to text on line above, its just text in a square).
The problem is, I can’t just highlight all text layers and hit the button in the script UI panel. It gives me an error saying “select a text layer”. So I have to manually go through all text layers, selecting them, hitting the button, select text, hit button, select, button, so on! Really tedious stuff, and the plan is to fully automate this whole process in future. So I need to find; either a replacement solution to the ‘Animated Text Block’ script UI, to something custom that can be applied via a Script. OR, use a script to do the ‘select, button, select button’ job for me.
Any ideas on if this is possible or not?