Ejemplo n.º 1
0
def open_window():
    """
    Open the Solver UI window.
    """
    col = lib_state.get_active_collection()
    if col is None:
        msg = 'No active Collection found, creating new Collection...'
        LOG.warn(msg)
        lib_col.create_collection()
    solver_window.main()
    return
Ejemplo n.º 2
0
def open_window():
    """
    Open the Solver UI window.
    """
    solver_window.main()
    return