Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2025 Feb 05 6:41 am)
No, I'm afraid there are no clues at all in the script :( I've been trying to trace it's maker for quite some time without any luck. It's called Randomizer.py and I must have first downloaded it in December or January 2003/2004 as it's on my January 2004 Backup disc.
The problem is that I can't ignore it as the script crashes Poser 7 when I run it although it runs fine in P6. I guess I'll keep P6 installed for certain scripts like that.
Oops! Do I feel foolish, I've been looking at the wrong script! This one's by Stefan Werner. Here's the info I have:
I can locate ockham through Renderosity but does anyone have a clue what Stefan Werner's name here is?
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.
When trying to run a Randomizer script I have I get this message:
C:Program Filese frontierPoser 7RuntimePythonlibwhrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
DeprecationWarning)
After doing a search I found this thread: http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2676377
Face_off says "To get rid of the warning, simply edit the RealskinShader.py file, and change "whrandom" to "random". " but when I try it on this script (not the realskin one) it doesn't run at all.
Can anybody tell me if there is a quick way I can edit it? I don't remember where I got it from nor does it contain any information on the author in the script or zip file.
If some python guru had the time to take a look at it I'd really appreciate it.