Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 26 8:04 pm)
I hope that's not the case. Eep.
The version of Python used by P7 was updated, right? That, in itself, doesn't mean older scripts will be broken. There's generally backward-compatibility. I would say it depends on whether they changed any of the PoserPython commands or functions.... Unless they changed Poser's internal Poser handling, I would expect most scripts to keep working.
Eep.
===========================sigline======================================================
Cage can be an opinionated jerk who posts without thinking. He apologizes for this. He's honestly not trying to be a turkeyhead.
Cage had some freebies, compatible with Poser 11 and below. His Python scripts were saved at archive.org, along with the rest of the Morphography site, where they were hosted.
philC was saying that all his programs that used compiled (pyc) files will have to be recompiled for P7's new version of python.
from what i understand if it is a py file it should work. but no guarintees.
My Homepage - Free stuff and Galleries
the deprecation warning is saying that a function has been replaced with something newer. They provide a warning so you update scripts before the function is obsoleted and removed .
Happens all the time as languages evolve.
It looks from the comments here that the script providers will need to update their programs for the new python version.
I think I've posted this to every Poser 7 / Python thread ... but you guys keep starting new ones :)
OK .....
Yes Poser 7 uses a newer version of Python. Most PY files will run, some will require adjustment as noted above because a few of the old methods are replaced by newer ones.
All scripts using PYC files must be updated. If you use a script that calls for a PYC file you'll probably get an error saying that the "magic number is wrong". Most of my python scripts fall into this category.
Generally not a big deal. The script's author will need to recompile in Poser 7 and issue an update. I have pretty much got all mine done together with all related Poser 7 support files. I'm waiting for the initial Poser 7 release dust to settle then will be asking a few folks to double check them (probably Friday) ready for general release (probably Monday).
All my Poser 7 updates will be free.
Remember to actually copy the python scrips over to Poser 7's Python folder. Loading them from the Poser 6 runtime (or elsewhere) CAN give unsuspected errors.
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.
Quote - I haven't ran too many scripts, but if you run face_offs' Real Skin Shader in Poser 7 you will get the message as displayed in the image. What it means I haven't a clue as I don't write python scripts. However since P7 has just come out I'm sure sooner or later everything will work out and problems will be solved.
I got that too, but the script stil worked. P6 realism script here.
Regarding the RealSkinShader depreciation warning - it is just a warning and the script still runs fine. To get rid of the warning, simply edit the RealskinShader.py file, and change "whrandom" to "random".
As Phil said, anything compiled need updating, so the current version of PoserPhysics will not run with P7, however I have a new version in testing which runs on both P6 and P7, which will hopefully be available in the next week or so.
Creator of PoserPhysics
Creator
of OctaneRender
for Poser
Blog
Facebook
A PoserPhysics update came out some time ago.
http://www.contentparadise.com/us/user/poserphysics_for_poser_7_product_16429
Mike
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.
am I understanding correctly that you can not use any of the scripts used in Poser 6 in Poser 7?
Thanks