Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 21 6:06 am)
I can confirm that the Clothing Creator works in Poser 6. Templates are now available for James and Jessi. Incidentally I have just completed the templates for Koshini, Ichiro and Krystal also.
Most of my stuff works, including Delete Lights. Some actually works better: my DeleteProps used to leave Poser holding a false list of the props, and now it doesn't. Must be better handling of deletion in the internals. One doesn't work: SaveImage. (I don't think this is in freestuff, but it's one I use a lot.)
My python page
My ShareCG freebies
One hint: scripts that use a PYD module will need to have that module in the P6 runtime, as well as moving the script itself. If you don't want to reinstall, look at the runtime/Python/DLLs and runtime/Python/Lib folders; you can probably tell by dates and names which PYD files are not part of the standard stuff. (My PYD files all start with an underscore and an uppercase letter, like _Talkbubmodule22.pyd while the standard stuff is all lower-case.) Copy those PYDs into the corresponding P6 folders.
My python page
My ShareCG freebies
For the vast majority of scripts, that will be fine. I don't think any of my commonly used ones have PYD helper files. But if you've set up a set of sub-palettes, you will need to transfer all of that, because the palette lookup doesn't work across runtimes. (The alternate-runtime setup for libraries doesn't include Python.)
My python page
My ShareCG freebies
"Fully open" means that the shader nodes and dynamic cloth and hair parameters are now controllable. Far as I can tell at this point, some other long-standing 'hopes' have not been satisfied. Still can't save the render from a new window, and there's no access to walk designer or point-at internals.
My python page
My ShareCG freebies
ockham >> Some actually works better: my DeleteProps
used to leave Poser holding a false list of
the props, and now it doesn't.
[Hi ockham!] I was testing a bunch of scripts in P6 last week and got the following error for delprops:
:0: SyntaxWarning: name 'Deletables' is assigned to before global declaration
The script ran anyway despite this message, but I wonder what it means. Might be some problem with my particular setup, though.
Hope you're enjoying P6! I'm getting to like it better and better. TG
If it's more open.. maybe someone will (PLEASE!!) create one that translates P4 materials into P5-6 Materials (move Gradient Bumps into Bumps, and all the other stuff that I've never been aware of). maybe it can be done, maybe not with what nruddock said with "ShaderNodeInput"... who knows.. I forgot how to program anything about 13 years ago.
Rick
I don't know what needs to be translated from P5 into P6.
My copy of P5, since neither hair nor cloth worked all that well, is still installed but never used (at least very little). but I'm sure that SOMETHING will need translating on that part... and that one will be good too... (not of use for me tough).
It's just good that the material room works better with python now...
Now an Idea.. if Gradient bump does not render in Firefly (manual says... ) what about an option to "copy" the nodes.. so one can still use the p4 renderer AND firefly.
I hope you put that script for free... no dough since P6
http://www.enmeshed.com/shadermagic/
But the P6 skin shader node is different. If you use P5 MAT files that use the skin shader node in P6, the result isn't pretty. Example is our lovely model, Victoria 3, wearing the DAZ high-res universal textures. In P6, with the MAT file from the tutorial, she looks like she's three days dead.
Apparently, the solution is to add an extra node between the skin shader and the texture map.
Attached Link: http://www.renderosity.com/messages.ez?Form.ShowMessage=2187315
Here's the thread where the change in the shaders was discussed.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.
Do all the Poser 5 Python scripts work in Poser 6? My favorite, Ockham's "delete lights" script? PhilC's Clothing Creator?