def show():
    if uiTool.windowExisted("modelInterceptWindow"):
        return uiTool.toQtObject("modelInterceptWindow")
    else :
        a = MODELInterceptTool()
        a.show()
        return uiTool.toQtObject("modelInterceptWindow")
Beispiel #2
0
def show():
    if uiTool.windowExisted("modelInterceptWindow"):
        return uiTool.toQtObject("modelInterceptWindow")
    else:
        a = MODELInterceptTool()
        a.show()
        return uiTool.toQtObject("modelInterceptWindow")
def show():
    if uiTool.windowExisted("animInterceptWindow"):
        pass
    else:
        a = ANIMInterceptTool()
        a.show()
def show():
    if uiTool.windowExisted("animInterceptWindow"):
        pass
    else :
        a = ANIMInterceptTool()
        a.show()