Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 07 7:37 am)
I only wish someone could explain to me (in VERY basic terms) how to put your existing scripts on those buttons in the Python window and have them STAY there after you've closed Poser...
FREEBIES! | My Gallery | My Store | My FB | Tumblr |
You just can't put the words "Poserites" and "happy" in the same sentence - didn't you know that? LaurieA
 Using Poser since 2002. Currently at Version 11.1 - Win 10.
Attached Link: http://ockhamsbungalow.com/Python
If you want to pick up all my scripts at once, just go to the Python page on my website and download the ZIPs. Most of them contain a readme that explains the purpose; if not, the first few lines of the script itself will usually give instructions.My python page
My ShareCG freebies
Look at my one-picture tutorial. ockhamsbungalow.com/Python/manual.jpg
My python page
My ShareCG freebies
The .py file is just a plain text file. If you're using a word processor other than Notepad, force the file to save in plain text format. Also, Notepad normally puts a .TXT extension on every filename, so you have to specify the name fully.
My python page
My ShareCG freebies
Easiest way to add more buttons is thru nesting. Copy mainbuttons.py to a new name, e.g. mybuttons1.py, and use one button in mainbuttons.py to call mybuttons1.py, which in turn can call up to 9 new .py scripts in buttons 1 thru 9. For button 10 put in a call back to mainbuttons.py. Placing nested calls in each of the original 10 buttons will give you 90 scripts within just 1 level of nesting.
Or... by Powerdials from DAZ3D. I really don't use the Powerdials, haven't really figured them out. But the Python button manager is worth the price of admission. I have all my Ockham scripts under one button, my DAZ scripts under another button, EC Scripts, etc. And it took about 2 minutes to do it. Of course, you can do it the tried and true manual way.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
It would be nice. Specially Ockham's. I wish somebody would put together a page like the one for Dr. Geep's tutorials.