bagginsbill opened this issue on Apr 23, 2008 · 2832 posts
GeneralNutt posted Wed, 06 April 2011 at 11:36 PM
Quote - if you want open a text editor and create a pp2 file and place with the VSS props.
My file is called !LoadSync.pp2
Put this inside the text file so you don't have to go look for the script every time you want to load it.
{
version
{
number 7.2
}
runPythonScript ":Runtime:Python:vss:vssMainButtons.py"
}
I am using PP2010, you might have lower the version number to whatever you are running.
But with that file I click on !LoadSync.pp2 and it runs the vssMainbuttons.py script without again having to go find the script.
Or you can pin the python window save your prefernce to have it open with poser. Open runtime / python / poserscripts folder locate Mainbuttons.py (maybe make a back up of it first) open it in notepad ( I use notepad ++) or some such editior and change the file to load vssMainButtons.py by default. You have to close and open poser to see your changes.