You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Cut is linked to an Episode, I'd like for tk-multi-importcut to create sequences for the given shots if they don't exist.
Currently, when associating a Cut to an Episode where no Shots exist in the database yet (and no Sequences exist in the database yet), tk-multi-importcut will correctly recognize that the Shots don't exist, but will not check if the Sequence exists yet, and will therefore only associate the Shots with the Episode, and the Sequence must be manually created afterwards.
The text was updated successfully, but these errors were encountered:
This extra query for shots is also problematic in a Episodic project if shot names are not unique per Episode (ex. Shot test_0100 in Sequence test on Episode 101 vs Shot test_0100 in Sequence test on Episode 102). As it may pick shots from the wrong Episode.
When a Cut is linked to an Episode, I'd like for
tk-multi-importcut
to create sequences for the given shots if they don't exist.Currently, when associating a Cut to an Episode where no Shots exist in the database yet (and no Sequences exist in the database yet),
tk-multi-importcut
will correctly recognize that the Shots don't exist, but will not check if the Sequence exists yet, and will therefore only associate the Shots with the Episode, and the Sequence must be manually created afterwards.The text was updated successfully, but these errors were encountered: