Forum: Poser - OFFICIAL


Subject: D3D Render scripts updated

cspear opened this issue on Aug 05, 2010 · 10 posts


cspear posted Thu, 05 August 2010 at 3:49 PM

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


LostinSpaceman posted Thu, 05 August 2010 at 3:57 PM

Thanks for the head's up!


Latexluv posted Thu, 05 August 2010 at 4:07 PM

Thanks for the info!

"A lonely climber walks a tightrope to where dreams are born and never die!" - Billy Thorpe, song: Edge of Madness, album: East of Eden's Gate

Weapons of choice:

Poser Pro 2012, SR2, Paintshop Pro 8

 

 


ice-boy posted Thu, 05 August 2010 at 4:14 PM

how do we update this


cspear posted Thu, 05 August 2010 at 4:24 PM

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


ice-boy posted Thu, 05 August 2010 at 4:28 PM

ok.

i asked because i am afraid to mess up something and i would need to reinstall everything.


Malysse posted Thu, 05 August 2010 at 4:34 PM

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.


hborre posted Thu, 05 August 2010 at 6:03 PM

If you are hesitant about screwing up the install, simply rename the old script and install this one.


LostinSpaceman posted Thu, 05 August 2010 at 8:36 PM

Quote - 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.

Thanks for those!


ice-boy posted Fri, 06 August 2010 at 4:24 AM

it works .

thanks for the update . i like all the new stuff