marblecloud opened this issue on Jun 25, 2008 · 15 posts
bagginsbill posted Thu, 26 June 2008 at 3:30 PM
Quote - In PoserPro I become this Message when I Run RealSkinshader on a V3-Figure:
Traceback (most recent call last):
File "F:ProgrammeSmith MicroPoser ProRuntimePythonposerscriptsRealSkinShader_all_Figure.py", line 906, in ?
SkinShader = SkinShaderDlg(tk)
File "F:ProgrammeSmith MicroPoser ProRuntimePythonposerscriptsRealSkinShader_all_Figure.py", line 688, in init
Label(self.StatusFrame, text='Selected Figure : ').grid(row=0, col=0, sticky="e")
File "F:ProgrammeSmith MicroPoser ProRuntimePythonliblib-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 -stickyIn Poser 7 is work without any problem with the same figure.
That one I've seen others talk about. You need to edit the script, because one of the parameter names have changed. Try
column=0
instead of
col=0
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)