[Paraview] EyeDome Lighting in python

Favre Jean jfavre at cscs.ch
Mon Jul 22 08:23:23 EDT 2013


for completeness, I'll answer my own question.

view = CreateRenderView("RenderViewWithEDL")

does not work as I reported Friday. The correct syntax, is instead:

view = CreateView("RenderViewWithEDL")

-----------------
Jean 


More information about the ParaView mailing list