-
scripting: addComp or precompose method?
hey script dudes,
i’m trying to automate a repetitive task, and this automation involves (at the most basic level) taking a selected layer, precomposing it, creating two new comps that each contain that first precomp, and then putting the original precomp (A) and the two new comps (B,C) into a containing comp (D).
the precomping of the selected layer is working fine.
now, if i want to create two new comps each containing (A), should i addComp and then (choosing (A) by name) add it to (B), and do the same for (C),
or
should i precompose (A), thus creating (B), then repeat to create (C)?i guess that seems like a redundant question, but i’m trying to figure out what would be more efficient. i could script it either way, i guess i’m asking which methodology you guys think is better.