mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
collect project assets is only for "image" family
This commit is contained in:
parent
5c31590886
commit
5ae59c34d1
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class CollectProjectAssets(pyblish.api.ContextPlugin):
|
|||
label = "Collect Project Assets"
|
||||
order = pyblish.api.CollectorOrder - 0.1
|
||||
hosts = ["standalonepublisher"]
|
||||
family = ["image"]
|
||||
|
||||
def process(self, context):
|
||||
project_assets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue