I create a group layer, put an image (or whatever) inside it, and animate it. Now I'd like to multiply this item and put a different image into each. Then I offset all in time.
Could this be scripted?
- maybe in the form of
Code: Select all
get list of items in folder <path>
repeat with n = number of items in list
copy (empty) group layer, rename name+n, import image n from folder <path>
Code: Select all
get list of group layers 1 to n
set offset = m frames
repeat with 1 to n
offset layer n = n*m frames
Does a script like this already exist? (for v11)