mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update families list to include "deliveryProcess".
- Update the families list in a plugin to include "deliveryProcess".
This commit is contained in:
parent
63c1306cc7
commit
db46e32922
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class ExtractHierarchyToAYON(pyblish.api.ContextPlugin):
|
|||
|
||||
order = pyblish.api.ExtractorOrder - 0.01
|
||||
label = "Extract Hierarchy To AYON"
|
||||
families = ["clip", "shot"]
|
||||
families = ["clip", "shot", "deliveryProcess"]
|
||||
|
||||
def process(self, context):
|
||||
if not context.data.get("hierarchyContext"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue