예제 #1
0
파일: pluginPanel.py 프로젝트: EFinley/Cura
	def OnOpenPluginLocation(self, e):
		exporer.openExporerPath(profile.getPluginBasePaths()[0])
예제 #2
0
 def OnOpenPluginLocation(self, e):
     explorer.openExplorerPath(profile.getPluginBasePaths()[0])
예제 #3
0
	def OnOpenPluginLocation(self, e):
		if not os.path.exists(profile.getPluginBasePaths()[0]):
			os.mkdir(profile.getPluginBasePaths()[0])
		explorer.openExplorerPath(profile.getPluginBasePaths()[0])
예제 #4
0
 def OnOpenPluginLocation(self, e):
     if not os.path.exists(profile.getPluginBasePaths()[0]):
         os.mkdir(profile.getPluginBasePaths()[0])
     explorer.openExplorerPath(profile.getPluginBasePaths()[0])