-
New seed for every copy of template
This will probably take some creative thinking.
- I have an AE template that is copied and uniquely renamed for each animation/video.
- I have a procedural paper texture behind each video (all the effect seeds linked to a controller).
- Each video needs to have a new paper texture, and I can’t rely on remembering to hand-change the controller each time.
- It must be a different paper texture as they will be compiled later and need to change paper texture as a transition.
- How can I make sure it’s a different paper texture for every video/file?
Is there an expression I could link the seed to the filename? That would be the easiest.
Possible solutions that have problems:
- Random seed each time: It could work, but then I have to re-render from scratch and have to re-export the whole thing rather than just part if there’s an error. This may be my best bet, but not sure of the expression needed.
- Date: I could perhaps link it to the date (if that’s even possible) but then I couldn’t export multiple in one day.
- Layer order: I can’t rely on this, as plenty of the files will have the same number of layers.
Thanks so much! Not sure what I’d do without this forum.