Esempio n. 1
0
def show():
    if uiTool.windowExisted("modelInterceptWindow"):
        return uiTool.toQtObject("modelInterceptWindow")
    else :
        a = MODELInterceptTool()
        a.show()
        return uiTool.toQtObject("modelInterceptWindow")
Esempio n. 2
0
def show():
    if uiTool.windowExisted("modelInterceptWindow"):
        return uiTool.toQtObject("modelInterceptWindow")
    else:
        a = MODELInterceptTool()
        a.show()
        return uiTool.toQtObject("modelInterceptWindow")
Esempio n. 3
0
def show():
    if uiTool.windowExisted("animInterceptWindow"):
        pass
    else:
        a = ANIMInterceptTool()
        a.show()
Esempio n. 4
0
def show():
    if uiTool.windowExisted("animInterceptWindow"):
        pass
    else :
        a = ANIMInterceptTool()
        a.show()