mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed schemas to new one
This commit is contained in:
parent
7d26ff0812
commit
73de6b85d9
3 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ class ExtractHierarchyToAvalon(pyblish.api.ContextPlugin):
|
|||
|
||||
def create_avalon_asset(self, name, silo, data):
|
||||
item = {
|
||||
"schema": "avalon-core:asset-2.0",
|
||||
"schema": "avalon-core:asset-3.0",
|
||||
"name": name,
|
||||
"silo": silo,
|
||||
"parent": self.project["_id"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue