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