Great script. Just a little problem. It only works with AE in english and not in french. An update would be a good thing because it's sometimes a little bit complicated to switch between French and English.
I wish this script was able to 'bake' in the text transformations back into a regular text block without the animation parameters or expressions. That would be a great option to get it working nicely alongside other scripts such as Animation Composer or other built in text animation presets. Since the anchor point is changed with expressions, other scripts can cause a jitter or jump motion to character animations, especially on the enlarged text.
The text block itself is awesome, but the animation parameters available with the script aren't particularly useful.
Unfortunately it is impossible to 'bake' the text transformations. The TextDocument object (available via the source text property of a text layer) only provide information about the first character of the text. No access to per character properties via the ExtendScript API.
I can advise only disable Expression on Grouping Alignment after applying Animation Composer presets.
Tell me, if I were to make these text blocks for a template that I use for our broadcaster and then run my "compsFromSpreadsheet" to make plenty copies with minor text changes would your tool then adjust the text to fit the block automatically or would I have to run your script on every comp I generate? That's really all I'm after, text being re-sized to fit a predetermined block.
I found it is possible to use TextBlock (trial) with at least some very usful presets from Animation Composer if you apply the animation BEFORE running TextBlock. The text even stays editable and you just have to hit the "update" button for TextBlock to do it's magic again.
Regarding baking, I already wrote below. Unfortunately it is impossible to 'bake' the text transformations. The
TextDocument object (available via the source text property of a text
layer) only provide information about the first character of the text.
No access to per character properties via the ExtendScript API.
When editing text with a script (cutting into lines), information about formatting the text will be lost.The format of the first character will be applied to the entire text.
Split into lines while retaining formatting, but using additional expressions is possible using DecomposeText.
Does this not work anymore? I've downloaded the trial but it doesnt seem to work properly. Some text isnt scaling or reacting to the sliders in the Pseudo effect.
I LOVE this plugin. I would really love to see this plug-in as a Photoshop plugin as I use it a lot. Is there any way you can do that? Or do you know if any plug-in that does something like this for photoshop? Thank you for the great plug-in. If you make it for Photoshop I'll be the first to buy it :-)
Hello, David.
Please open a support ticket, and we will try to solve this problem.
Hi, Fahmida.
I sent you the new version for testing.
You can find the latest versions in the 'My Downloads & Licenses' section of your user account.
Or press 'TRY' button.
Hi, Philippe, glad that you liked.
The new version (v1.12) - Added multilanguages AE support.
Hi, Marc.
Please open a support ticket, and we will try to solve this problem.
Hi, Bo.
Unfortunately it is impossible to 'bake' the text transformations. The TextDocument object (available via the source text property of a text layer) only provide information about the first character of the text. No access to per character properties via the ExtendScript API.
I can advise only disable Expression on Grouping Alignment after applying Animation Composer presets.
Hi, Charl.
For update need run script.
Regarding baking, I already wrote below.
Unfortunately it is impossible to 'bake' the text transformations. The TextDocument object (available via the source text property of a text layer) only provide information about the first character of the text. No access to per character properties via the ExtendScript API.
Andrew