Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 29 1:45 am)
You can bring up a .py file in any text editor and make those changes - pure test, of course, not Wordpad or Word or anything that adds formatting.
I find it's best to download Notepad++ and do your edits in that, since it displays formatting for Python. You want to be real careful editing a .py and not mess up indentations, which I've learned to my embarrassment and frustration are key to a clean-running script.
Monterey/Mint21.x/Win10 - Blender3.x - PP11.3(cm) - Musescore3.6.2
Wir sind gewohnt, daß die Menschen verhöhnen was sie nicht verstehen
[it is clear that humans have contempt for that which they do not understand]
I thought Real Skin Shader was a great product, but Face Off seems to have disappeared.
When I upgraded to Poser 8 I decided it was time to abandon RSS and get to grips with BB's VSS. I'd recommend making the switch to anyone still using RSS.
Windows 10 x64 Pro - Intel Xeon E5450 @ 3.00GHz (x2)
PoserPro 11 - Units: Metres
Adobe CC 2017
Agreeing with CSpear: the skin shader that came with VSS (PR3, I believe) doesn't need to be re-generated via Python script every time you change light or character position, either. Has a lot of other really cool features.
And, it's free!
Monterey/Mint21.x/Win10 - Blender3.x - PP11.3(cm) - Musescore3.6.2
Wir sind gewohnt, daß die Menschen verhöhnen was sie nicht verstehen
[it is clear that humans have contempt for that which they do not understand]
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.
Hi hope someone can help me
when i run the Real Skin Shader script .. in poser 7
I get this error message ~
C:Program Filese frontierPoser 7RuntimePythonlibwhrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
DeprecationWarning)
Traceback (most recent call last):
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsRealSkinShader.py", line 908, in ?
SkinShader = SkinShaderDlg(tk)
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsRealSkinShader.py", line 697, in init
Label(self.StatusFrame, text='Selected Figure : ').grid(row=0, col=0, sticky="e")
File "C:Program Filese frontierPoser 7RuntimePythonliblib-tkTkinter.py", line 1790, in grid_configure
self.tk.call(
_tkinter.TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky
~
Was working good until I updated poser 7 recently (with in last 2 months )
hope someone can tell me what to do to fix it
Thank you ...