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