Ensure traypublisher context hierarchyContext
get computed the same way than Hiero, Flame and Resolve
#10
Labels
type: enhancement
Improvement of existing functionality or minor addition
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Currently
ayon_traypublisher
generates itshierarchyContext
data via its own plugin:https://github.com/ynput/ayon-traypublisher/blob/develop/client/ayon_traypublisher/plugins/publish/collect_shot_instances.py#L188
While Hiero, Flame and Resolve build up the same logic, leveraging
ayon_core
:https://github.com/ynput/ayon-core/blob/6a07de6eb904c139f6d346fd6f2a7d5042274c71/client/ayon_core/plugins/publish/collect_hierarchy.py#L88
This has lead to false positives when I investigated stuff for Resolve, so I believe we could enforce a consistent and common method.
How would you imagine the implementation of the feature?
We would need to propagate
ayon_traypublisher
'straypublisher
host so it usesCollect Hierarchy
fromayon_core
.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: