Forum: Poser - OFFICIAL


Subject: New Reality (lux render) Plugin over at Daz...time for Poser Plugin Update?

Ridley5 opened this issue on Jul 26, 2010 ยท 1724 posts


adp001 posted Fri, 20 August 2010 at 6:50 PM

Quote -
adp - your coding style would give you that opinion, but I already took care of it.

def s2lux(x): return x.lower().replace(' ', '')

And I put this as a filter on my dictionary object.

My parameter dictionary does this too since this morning. I was not sure if this could lead to unwanted side-effects, but ...

The most work is to find-out which parameters are accepted when with which default values. Lux marks some parameters as "ignored". No trouble, but not nice.

Beside of exporting all possible parameters (not only the few available yet in the GUI) I use the chance to become more familar with all parameters. "Learning by doing" :)