def Activated(self): import PathScripts.PathToolBitLibraryGui as PathToolBitLibraryGui library = PathToolBitLibraryGui.ToolBitLibrary() lastlib = PathPreferences.lastPathToolLibrary() if PathPreferences.toolsOpenLastLibrary(): library.open(lastlib) else: library.open()
def Activated(self): import PathScripts.PathToolBitLibraryGui as PathToolBitLibraryGui dock = PathToolBitLibraryGui.ToolBitSelector() lastlib = PathPreferences.lastPathToolLibrary() if PathPreferences.toolsOpenLastLibrary(): dock.open(lastlib) else: dock.open()