AY-6666_Shotgrid: sequence and shot folder grouping #125
Labels
sponsored
This is directly sponsored by a client or community member
type: enhancement
Improvement of existing functionality or minor addition
Please describe the enhancement you have in mind and explain what the current shortcomings are?
For the Assets, the Flow->Ayon sync creates them into folders based on the Asset type ("sg_asset_type").
Which is a good thing and leads to a hierarchy in ayon like that:
<project_name>/<asset_type>/<asset_name>
But for the sequences (and I guess it will be the same for the shots at some point), Ayon creates them directly into the root, which leads to:
<project_name>/<sequence_name>
And we want:
<project_name>/sequence/<sequence_name>
And for the shots we'll want:
<project_name>/shot/<sequence_name>
Is there a way to do that by setting things into Ayon ?
IMOO, the default behaviour in the code should be:
Take the entity's Type in Flow (Asset, Sequence, Shot...) and use it as main folder
For the Assets, use the sg_asset_type value with/instead (leading to <project_name>/asset/<asset_type>/<asset_name>, or <project_name>/<asset_type>/<asset_name> like it does now).
How would you imagine the implementation of the enhancemenet?
No response
Describe alternatives you've considered:
No response
Additional context:
link to discussion on Discord
(might be a private channel)
This issue was automatically created from Clickup ticket AY-6666
The text was updated successfully, but these errors were encountered: