-
Text Layer to output a Layer’s Effects’ names and values
I have one Guide Layer with 20+ effects that I want to monitor using using a Text Layer. This might have been an ExtendScript issue because I used three expressions on three layers to write myself all the code for all of the steps required.
One for-loop to write a variable name for each Effect Name and Effect Value (“Checkbox”). Another for-loop to write the expression with the variable names & values concatenated with escape-carriage-returns. And finally, I pasted the result into a third text layer which outputs the final trackers. I realized I could have done the first two Expressions inside of a browser console and pasted the final expression into AE.
I was wondering if there was a simpler way with Expressions, but I’m not so sure. It all started with the issue of iterating through a Layer’s total Effect count. This is what I wrote in a Notepad++ file, cut down some; it’s too much code to post and more of a conceptual problem.
I’m sorry if this is too out of topic for Expressions; I don’t know where else to ask.