mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix extract hierarchy to ayon
This commit is contained in:
parent
ce6fc93d48
commit
522e1b1095
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class ExtractHierarchyToAYON(pyblish.api.ContextPlugin):
|
|||
active_folder_paths = set()
|
||||
for instance in context:
|
||||
if instance.data.get("publish") is not False:
|
||||
active_folder_paths.add(instance.data.get("asset"))
|
||||
active_folder_paths.add(instance.data.get("folderPath"))
|
||||
|
||||
active_folder_paths.discard(None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue