def on_doubleClick( self, *args ):
		api.openFile( self.getSelectedFiles()[ 0 ] )
Beispiel #2
0
 def on_open(self, theFile):
     api.openFile(theFile)
     cmd.vstSmdIO(i=True, importSkeleton=True, filename=theFile)
	def on_open( self, theFile ):
		api.openFile( theFile )
Beispiel #4
0
	def on_open( self, theFile ):
		api.openFile( theFile )
		cmd.vstSmdIO( i=True, importSkeleton=True, filename=theFile )