Forum: Poser - OFFICIAL


Subject: Poser ScriptsMenu Panel

Netherworks opened this issue on Apr 05, 2010 ยท 42 posts


Netherworks posted Thu, 08 April 2010 at 3:38 PM

I've implemented your solution for the Finder/Explorer issue.

mac os will show "Browse with Finder" and use: os.system('open "%s"' % path)
windows os will show "Browse with Explorer" and use: subprocess.Popen(['explorer',path])

haven't updated the script, server-side, yet.

.