Re: [Paraview] [EXTERNAL] OSRay and shadows

2017-01-06 Thread Bob Flandard
Thanks David, The Python code works well enough for my use. I see what you mean about 5.1, it almost does what I want, but is messes up the light directions. Regards, Bob On 6 January 2017 at 13:49, David E DeMarle wrote: > Bob, > > There is no control for that just yet. Work is in progress t

Re: [Paraview] [EXTERNAL] OSRay and shadows

2017-01-06 Thread David E DeMarle
Bob, There is no control for that just yet. Work is in progress to provide the full complement of light controls. If you are working in builting mode, you can resort to python as follows. lights = GetActiveView().GetRenderer().GetLights() for i in range(0, lights.GetNumberOfItems()): lights.Ge

Re: [Paraview] [EXTERNAL] OSRay and shadows

2017-01-06 Thread Bob Flandard
Hi, I'm using version 5.2 of ParaView. Thanks, Bob On 6 January 2017 at 00:17, Scott, W Alan wrote: > Bob, > > What version of ParaView are you using? 5.1.2 is known to have issues. > > > > Alan > > > > *From:* ParaView [mailto:paraview-boun...@paraview.org] *On Behalf Of *Bob > Flandard > *S

Re: [Paraview] [EXTERNAL] OSRay and shadows

2017-01-05 Thread Scott, W Alan
Bob, What version of ParaView are you using? 5.1.2 is known to have issues. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Bob Flandard Sent: Thursday, January 5, 2017 5:13 PM To: paraview Subject: [EXTERNAL] [Paraview] OSRay and shadows Hello, How can I lock the light