mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
first step of pype's reorganization
This commit is contained in:
parent
19a46c7cd6
commit
15c0c10a5c
426 changed files with 517 additions and 530 deletions
|
|
@ -3,7 +3,6 @@ import acre
|
|||
|
||||
from avalon import api, lib, io
|
||||
import pype.api as pype
|
||||
from pypeapp import Anatomy
|
||||
|
||||
|
||||
class PremierePro(api.Action):
|
||||
|
|
@ -44,7 +43,7 @@ class PremierePro(api.Action):
|
|||
|
||||
if not env.get('AVALON_WORKDIR', None):
|
||||
project_name = env.get("AVALON_PROJECT")
|
||||
anatomy = Anatomy(project_name)
|
||||
anatomy = pype.Anatomy(project_name)
|
||||
os.environ['AVALON_PROJECT'] = project_name
|
||||
io.Session['AVALON_PROJECT'] = project_name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue