Show Layer ID

Moderators: Disciple, zlovatt

Post Reply
Magua
Posts: 8
Joined: February 21st, 2009, 11:08 pm

I feel like getting this info on a layer should be fairly straightforward, but maybe I'm wrong.... how would I go about getting this info?

Right now, I've got this in the Source Text property

Code: Select all

"NAME: " + thisComp.layer(index+1).name + "\r" + "INDEX: " + thisComp.layer(index+1).index
Thanks!
Dan Ebberts
Posts: 320
Joined: June 26th, 2004, 10:01 am
Location: Folsom, CA
Contact:

What info are you after exactly?
Post Reply