コード例 #1
0
def show():
    if uiTool.windowExisted("modelInterceptWindow"):
        return uiTool.toQtObject("modelInterceptWindow")
    else :
        a = MODELInterceptTool()
        a.show()
        return uiTool.toQtObject("modelInterceptWindow")
コード例 #2
0
def show():
    if uiTool.windowExisted("modelInterceptWindow"):
        return uiTool.toQtObject("modelInterceptWindow")
    else:
        a = MODELInterceptTool()
        a.show()
        return uiTool.toQtObject("modelInterceptWindow")
コード例 #3
0
def show():
    if uiTool.windowExisted("animInterceptWindow"):
        pass
    else:
        a = ANIMInterceptTool()
        a.show()
コード例 #4
0
def show():
    if uiTool.windowExisted("animInterceptWindow"):
        pass
    else :
        a = ANIMInterceptTool()
        a.show()