convert presets to pype2.0 way

This commit is contained in:
Milan Kolar 2019-04-10 00:12:09 +02:00
parent 7fe8d02abf
commit 698c59c8ea
14 changed files with 55 additions and 128 deletions

View file

@ -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'],