I’m in the process of setting up a project in Shotgun where the production team has decided to track Previz Shots using a Custom Entity, in this case, CustomEntity12.
Previz shots match the pattern r’[A-Z]{2}[0-9]{4}’, and production shots match the pattern r’[A-Z]{3}[0-9]{4}’. Does anyone know of a way to modify the Import Cut tool such that it does a pattern match on the incoming EDL and links CutItems to a specific entity based on which pattern it matches?
Thanks!