first step of pype's reorganization

This commit is contained in:
iLLiCiTiT 2020-05-25 18:20:02 +02:00
parent 19a46c7cd6
commit 15c0c10a5c
426 changed files with 517 additions and 530 deletions

View file

@ -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"]