For Selected Comps, For Queued Comps, and Regular Expression automatically pull in every precomp nested inside the comps they match, so you never end up with a collected project full of missing precomps.
Regular expression
With Regular Expression selected, type a pattern into the field beside the dropdown and every composition whose name matches it is collected. The summary at the bottom of the dialog updates live, so you can see how many comps the pattern catches before you commit. A few things to know:- Patterns use standard regular expression syntax and are case-sensitive.
- A pattern matches anywhere in the name:
v02catchesShot_v02_final. Anchor with^(starts with) and$(ends with) to be exact. - An invalid or empty pattern matches nothing, and the summary will show 0 comps.