Update MetaBox.py
This commit is contained in:
parent
1e3a2f6379
commit
babfba6e6f
@ -2,8 +2,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
#===================================== IMPORT MODULES =====================================
|
||||
from Scripts.Qt import QtWidgets, QtCore, QtGui
|
||||
from Scripts.Qt.QtCompat import wrapInstance
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
from Qt.QtCompat import wrapInstance
|
||||
from maya import OpenMayaUI as omui
|
||||
import maya.cmds as cmds
|
||||
import maya.mel as mel
|
||||
@ -14,7 +14,7 @@ import webbrowser
|
||||
import locale
|
||||
import sys
|
||||
import os, subprocess
|
||||
from Scripts import config
|
||||
import config
|
||||
from TaskReporter import task_reporter_decorator
|
||||
|
||||
#===================================== IMPORT FUNCTIONS ===================================
|
||||
@ -30,7 +30,8 @@ from Metahuman.Custom import BodyPrep
|
||||
from Animation.Blendshape import MorphShape
|
||||
from Animation import UniversalRigAdapter
|
||||
from Dev import mayaiconview
|
||||
from Scripts import localization
|
||||
import localization
|
||||
LANG = localization.LANG
|
||||
|
||||
# #importlib.reload(CreasePlus)
|
||||
# #importlib.reload(gs_curvetools)
|
||||
|
Loading…
x
Reference in New Issue
Block a user