Unique Layer IDs?
Project items like compositions, and folders have an ID attribute tied to them:
app.project.activeItem.id
Layers within a composition don't seem to have this attribute, but it there something similar,
and attribute that is completely unique to a layer?
I need to save data that references specified layer items.
Layer index won't work since it is a value that can be changed, and once a layer's index is changed
the layer is lost. Name won't work either because multiple layers can share the same name and can
also be changed.
