Free After Effects Script - convert Overlay Values Expression to Template Literals Expresison
There are users not familiar with the After Effects feature that allows you to drag a numeric property value in the timeline into the Composition Panel to display this value dynamically. The only issue with this feature is that it writes Expression that uses Javascript String Concatenation which is messy to edit and almost always leads to user error.
So, I wrote a script that converts the Expression to one that uses Template Literals which uses Javascript String Interpolation which is more readable and a lot easier to edit so you can more easily apply text styling and paragraph alignment of your choice.
Download Link to the script and other Useful Links are below -
https://www.broadcastgems.com/post/creating-dynamic-overlay-values-in-adobe-after-effects
