Forum: Poser - OFFICIAL


Subject: Poser ScriptsMenu Panel

Netherworks opened this issue on Apr 05, 2010 · 42 posts


Netherworks posted Wed, 07 April 2010 at 7:13 PM

nruddock, thanks for your help.  I think something like this will work for the Edit command:

subprocess.Popen([path],executable=self.pyEditPath,shell=False)

'path' is the arguments (the file to open) and the self.pyEditPath is the path of the file editor executable.

.