mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34: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
|
|
@ -1,6 +1,6 @@
|
|||
from avalon.maya import lib
|
||||
from avalon import api
|
||||
from pypeapp import config
|
||||
from pype.api import config
|
||||
import os
|
||||
import maya.cmds as cmds
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ class VRayProxyLoader(api.Loader):
|
|||
def load(self, context, name, namespace, data):
|
||||
|
||||
from avalon.maya.pipeline import containerise
|
||||
from pype.maya.lib import namespaced
|
||||
from pype.hosts.maya.lib import namespaced
|
||||
|
||||
try:
|
||||
family = context["representation"]["context"]["family"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue