ziggie opened this issue on Aug 04, 2009 · 617 posts
pjz99 posted Thu, 20 August 2009 at 10:52 AM
Bagginsbill, are these functions in the current distribution of Poser 10199, or are they only in your early copy of SR1? I'm expecting I can get the value of a light's shadow samples by something like so:
shadsamples= l.ShadowSamples()
(where l is a loop value that refers to the current actor in the loop)
However the interpreter chokes on this:
shadsamples= l.ShadowSamples()
AttributeError: ShadowSamples
It seems either I have the syntax wrong or this attribute isn't exposed to the python interpreter.