def open_scene(*args):
    '''    
    Function to open a new scene file and reload the tool
    '''
    mel.eval('OpenScene;')
    import threeDF_script
    threeDF_script.gui()
Example #2
0
def open_scene(*args):
    '''    
    Function to open a new scene file and reload the tool
    '''
    mel.eval('OpenScene;')
    import threeDF_script
    threeDF_script.gui()
def open_scene(*args):
    """    
    Function to open a new scene file and reload the tool
    """
    mel.eval("OpenScene;")
    import threeDF_script

    threeDF_script.gui()