Forum: Poser - OFFICIAL


Subject: VSS Skin Test - Opinions

bagginsbill opened this issue on Apr 23, 2008 ยท 2832 posts


bagginsbill posted Wed, 16 July 2008 at 3:22 PM

Quote - How do you save python scripts to the palette so they don't need to be located each time?

The initial main buttons for the Python buttons window are defined in a python script. It is located in your main runtime in:

:Runtime:Python:poserScripts:mainButtons.py

Open that file in a text editor.

Find a blank one, usually #8 and #9 are blank.

To put VSS into there, change it so it looks like this:

poser.DefineScriptButton(8, ":Runtime:Python:vss:vssMainButtons.py", "VSS")

Save it.

Then use the menu item File/Reinitialize Python to refresh it.

Here's a handy shortcut to show/hide the Python Buttons. Hit Ctrl-Shift-O.

If you did it right, one of the buttons will say VSS. Press it. If you did it right, it will change to the VSS main buttons.


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)