Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 20 7:20 am)
Quote - how do we update this
Seriously? Unzip it to your main runtime and let it over-write whatever it needs to.
Just found a very minor hiccup: if you load one of your existing settings it seems to set the PPI to zero and then returns an error message. Just set the PPI to anything greater than zero and you're off.
Windows 10 x64 Pro - Intel Xeon E5450 @ 3.00GHz (x2)
PoserPro 11 - Units: Metres
Adobe CC 2017
Quote: "how do we update this "
Copy the scripts into this folder:
:RuntimePythonposerscriptsScriptsMenuPartnersDimension3D
NB: The new version still has a couple of bugs that were in the old one.
Line 819:
self.edit[10].SetValue(m[5])
should be:
self.edit[11].SetValue(m[5])
And
Line 901:
elif s == 24:
should be:
elif s == 23:
Remember indentation matters in Python if you're thinking of correcting it.
Quote - Quote: "how do we update this "
Copy the scripts into this folder:
:RuntimePythonposerscriptsScriptsMenuPartnersDimension3DNB: The new version still has a couple of bugs that were in the old one.
Line 819:
self.edit[10].SetValue(m[5])
should be:
self.edit[11].SetValue(m[5])And
Line 901:
elif s == 24:
should be:
elif s == 23:Remember indentation matters in Python if you're thinking of correcting it.
Thanks for those!
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.
Just a heads up... Ralf has updated the included Render scripts for P8 / PP2010 - more functions, cool!
Windows 10 x64 Pro - Intel Xeon E5450 @ 3.00GHz (x2)
PoserPro 11 - Units: Metres
Adobe CC 2017