mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
convert presets to pype2.0 way
This commit is contained in:
parent
7fe8d02abf
commit
698c59c8ea
14 changed files with 55 additions and 128 deletions
|
|
@ -201,6 +201,8 @@ class AppAction(BaseHandler):
|
|||
if parents:
|
||||
hierarchy = os.path.join(*parents)
|
||||
|
||||
application = avalonlib.get_application(os.environ["AVALON_APP_NAME"])
|
||||
|
||||
data = {
|
||||
"root": os.environ.get("PYPE_STUDIO_PROJECTS_PATH"),
|
||||
"project": {"name": entity['project']['full_name'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue