mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed get_project/asset_data methods
This commit is contained in:
parent
76c9adf016
commit
9d2c48e4e2
8 changed files with 14 additions and 84 deletions
|
|
@ -12,6 +12,6 @@ class CollectProjectData(pyblish.api.ContextPlugin):
|
|||
|
||||
def process(self, context):
|
||||
# get project data from avalon db
|
||||
context.data["projectData"] = pype.get_project_data()
|
||||
context.data["projectData"] = pype.get_project()["data"]
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue