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


bagginsbill posted Tue, 24 August 2010 at 2:54 AM

Here is the Film exporter

outputFile = '*.lxf'

def prepare():
 w,h = scene.OutputRes()
 dim = data.Film.Poser
 dim.width = w
 dim.height = h

def emit():
 lux.typeof.Film = 'fleximage'
 src = choose(overrideDimension, Dimension, metadata.Poser)
 lux.xresolution=src.width
 lux.yresolution=src.height
 lux.displayinterval=displayInterval
 lux.writeinterval = writeInterval
 lux.haltspp = choose(enableStopSPP, stopSPP, 0)
 lux.halttime = choose(enableStopTime, stopTime, 0)
 setattr(lux, 'write_' + saveAs.lower(), 'True')
 tm = ToneMapper
 lux.tonemapkernel=tm.kernel
 if tm.kernel == "Linear":
  lux.linear_sensitivity=float(tm.linearSensitivity)
  lux.linear_exposure=float(tm.linearExposure)
  lux.linear_fstop=float(tm.linearFStop)
  lux.linear_gamma=float(tm.linearGamma)
 
 
 


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)