Пример #1
0
    def __init__(self, parent=psUtil.getMayaWindow()):
        super(ColorOverride, self).__init__(parent)
        self.setupUi(self)

        self.colorList = self.getColorList()
        self.defaultColorList = [17, 13, 6, 3]
        self.connectUi()
Пример #2
0
 def __init__(self, parent = psUtil.getMayaWindow()):
     super(JointOrient, self).__init__(parent)
     self.setupUi(self)
     self.connectUi()
     self.locatorUpStr = "_up_locator";
     self.locatorAimStr = "_aim_locator";
     self.jointDict = {}
Пример #3
0
 def __init__(self, parent = psUtil.getMayaWindow()):
     super(ColorOverride, self).__init__(parent)
     self.setupUi(self)
     
     self.colorList = self.getColorList()
     self.defaultColorList = [17, 13, 6, 3]
     self.connectUi()
Пример #4
0
 def __init__(self, parent = psUtil.getMayaWindow()):
     super(NameHelper, self).__init__(parent)
     self.setupUi(self)
     self.connectUi()
Пример #5
0
 def __init__(self, parent=psUtil.getMayaWindow()):
     super(NameHelper, self).__init__(parent)
     self.setupUi(self)
     self.connectUi()