Module pylux
[hide private]
[frames] | no frames]

Module pylux

LuxRender Python Bindings

Provides access to the LuxRender API in python

TODO: Docstrings marked (+) need verification.

Classes [hide private]
  Context
An instance of a LuxRender rendering context
  RenderingServerInfo
(+) Container class for information about rendering servers
  luxComponent
(+) LuxRender Components available to modify at render-time
  luxComponentParameters
(+) Parameters of luxComponents available to modify at render time
Functions [hide private]
 
errorHandler(...)
errorHandler( (object)function) -> None : Specify an alternate error handler (logging) function for LuxRender engine output.
str :

version()
Returns the pylux/LuxRender version
Variables [hide private]
  __package__ = None
Function Details [hide private]

errorHandler(...)

 

errorHandler( (object)function) -> None :
    Specify an alternate error handler (logging) function for LuxRender engine
    output. By default the render engine will print to stdout