Hi Dan, I had a question regarding this. How would I create a script for the source text parameter of a text layer that spans an entire composition to print the layer names of all the layers below it that have specific in and out points. So each time the playhead reaches a new layer in the composition the text dynamically changes to reflect the current layer being read by the playhead?
Your help would be extremely helpful.
I know this:
thisComp.layer(index + 1).name
gives me what I want for the first layer below my text layer but I need it to update based on the in and out points of various layers in my composition (there are no overlapping layers)
Thanks