change position of many layers
Hello,
i tried out a lot and found many things by google, but I can not find any working solution.
I have about 60 layers in my Composition. They all has the same position at this time. The idea is to iterate thru this Items and change them y-position with an offset value.
What I learned so far is, that there is a layer.property("Transform").property("Position"). First I thought this is an Array like [x,y,z], but this seams to be only a ... property.
Now I can check if my layers has the property "Position"...but I already knew this. I found no way to set or even get any values.
I know how to set the position when I create a new Layer, but this seams to be a different thing.
Is there some Possibility to change the Position of an existing Layer by script?
best regards
G