nabob21 opened this issue on Oct 23, 2010 · 15 posts
nabob21 posted Sat, 23 October 2010 at 10:25 AM Online Now!
Hello,
I have been using the Unimesh Realism Kit by faceoff for quite some time and now that I have upgraded from Poser 7 to Poser 8 it no longer works. Is anyone aware of where an updated verion of this script may be found? Or can someone suggest a suitable replacement? The simpler the better as I am not that knowledgeable when it comes to shader nodes.
Thanks for any replies.
nabob21
JimTS posted Sat, 23 October 2010 at 10:32 AM
edit the abbreyiated col references to column in a text editor the newer python ver doesn't recognize "col"
A word is not the same with one writer as with another. One tears it from his guts. The other pulls it out of his overcoat pocket
Charles Péguy
Heat and animosity, contest and conflict, may sharpen the wits, although they rarely do;they never strengthen the understanding, clear the perspicacity, guide the judgment, or improve the heart
Walter Savage Landor
So is that TTFN or TANSTAAFL?
nabob21 posted Sat, 23 October 2010 at 10:40 AM Online Now!
Hi JimTS,
I have tried to open the .pyc file in Word and Notepad but they can't read it properly. Is there a Python editor that is free?
nabob21
nabob21 posted Sat, 23 October 2010 at 10:42 AM Online Now!
Hi JimTS,
I have tried to open the .pyc file in Word and Notepad but they can't read it properly. Is there a Python editor that is free?
nabob21
bagginsbill posted Sat, 23 October 2010 at 10:46 AM
Not the pyc file, the py file. Pyc is the compiled binary.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
nabob21 posted Sat, 23 October 2010 at 10:48 AM Online Now!
Here is a copy of the error message that I am getting:
Traceback (most recent call last):
File "C:Program Files (x86)Smith MicroPoser 8RuntimePythonposerScriptsScriptsMenuRealism KitsV4SkinRealismKit.py", line 18, in ?
import V4SkinRealismKitToolsP7
File "RuntimePythonposerScriptsV4SkinRealismKitV4SkinRealismKitToolsP7.py", line 22, in ?
ImportError: No module named pzrXml10_24
nabob21 posted Sat, 23 October 2010 at 10:53 AM Online Now!
Thanks bagginsbill.
I have looked at the file and it does not appear to have col in place of column. That particular letter comination does not appear in the file.
JimTS posted Sat, 23 October 2010 at 11:08 AM
So set up your scene in Poser 8 you like then open in Poser 7 to run Realism Kit and save now it's a textured figure and you can render in 8 since the change between ver 7 and 8 (that we're dealing with here) is in the python version
A word is not the same with one writer as with another. One tears it from his guts. The other pulls it out of his overcoat pocket
Charles Péguy
Heat and animosity, contest and conflict, may sharpen the wits, although they rarely do;they never strengthen the understanding, clear the perspicacity, guide the judgment, or improve the heart
Walter Savage Landor
So is that TTFN or TANSTAAFL?
nabob21 posted Sat, 23 October 2010 at 11:14 AM Online Now!
Hi JimTS,
That is what I have been doing but I was hoping to be able to delete Poser 7. I guess if I have to keep it it is not that big of a deal.
Thanks.
LaurieA posted Sat, 23 October 2010 at 11:44 AM
Quote - Hi JimTS,
I have tried to open the .pyc file in Word and Notepad but they can't read it properly. Is there a Python editor that is free?
nabob21
Use Notepad++. It's a free program and preserves the lines. It also has a find/change feature. A must-have even if you don't edit code ;o).
Laurie
nruddock posted Sat, 23 October 2010 at 12:41 PM
Quote - Traceback (most recent call last):
File "C:Program Files (x86)Smith MicroPoser 8RuntimePythonposerScriptsScriptsMenuRealism KitsV4SkinRealismKit.py", line 18, in ?
import V4SkinRealismKitToolsP7
File "RuntimePythonposerScriptsV4SkinRealismKitV4SkinRealismKitToolsP7.py", line 22, in ?
ImportError: No module named pzrXml10_24
The key things in that error message are that we're talking about the "V4 Skin Realism Kit" sold at DAZ, and that you most likely are either trying to run it from the wrong Runtime, or copied only some of the files to your P8 Runtime, rather than reinstalling (the "pzrXml10_24" module is one for making Poser's XML dialog descripitions easier to use). So the best thing to try is reinstalling in your P8 Runtime.
hborre posted Sat, 23 October 2010 at 12:42 PM
Unfortunately, links to his faq & problems forum are apparently down and no alternates are available. I would recommend direct contact with FaceOff for your solution. Email below:
nabob21 posted Sat, 23 October 2010 at 1:55 PM Online Now!
nruddock,
Thanks for your suggestion. I thought that I had copied all of the files over manually but I must have missed something. I ran the installer this time and it now works.
WandW posted Sat, 23 October 2010 at 4:01 PM
If there is an update, you should be able to reset the download and get the newer version...
----------------------------------------------------------------------------------------
The Wisdom of bagginsbill:
"Oh - the manual says that? I have never read the manual - this must be why."nruddock posted Sat, 23 October 2010 at 7:11 PM
Quote - If there is an update, you should be able to reset the download and get the newer version...
The V4 edition hasn't been updated and it doesn't need one. The problem was a completely different one to that which occurs with older editions.