コード例 #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
ファイル: pluginPanel.py プロジェクト: 3dUBU/CuraUBu
	def OnOpenPluginLocation(self, e):
		if not os.path.exists(profile.getPluginBasePaths()[0]):
			os.mkdir(profile.getPluginBasePaths()[0])
		explorer.openExplorerPath(profile.getPluginBasePaths()[0])
コード例 #4
0
ファイル: pluginPanel.py プロジェクト: engenegr/Cura
 def OnOpenPluginLocation(self, e):
     if not os.path.exists(profile.getPluginBasePaths()[0]):
         os.mkdir(profile.getPluginBasePaths()[0])
     explorer.openExplorerPath(profile.getPluginBasePaths()[0])