Forum: Poser Python Scripting


Subject: can a python script make Poser open a certain folder in the Lib. Palette?

z opened this issue on Sep 11, 2008 · 4 posts


z posted Thu, 11 September 2008 at 2:54 PM

can a python script make Poser open a certain folder in the Lib. Palette?

so that the user could see the contents?


semidieu posted Thu, 11 September 2008 at 3:01 PM

No... This is not possible (or if it is, I'm really really curious :) )


PhilC posted Thu, 11 September 2008 at 6:04 PM

There may be a route to it by writing to the LibraryPrefs.xml file but it might not take effect until the next time you open Poser. What exactly is it that you are trying to do?


semidieu posted Fri, 12 September 2008 at 6:55 AM

No... this doesn't work I think, because Poser automatically writes the new LibraryPrefs.xml file on exit (except if you force exit using sys.exit() )