Through Python shell, you can. You can set the Diffuse and Specular properties on a representation to 0. The following sets the same for the active representation:
> rep = GetDisplayProperties() > rep.Diffuse = 0 > rep.Specular = 0 > Render() On Wed, Feb 20, 2013 at 12:50 AM, the lily <[email protected]> wrote: > Hi all > > I would like to disable the Diffuse and Specular light, is there a way to > do that in Paraview ? > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
