Re: [Paraview] can't do stereo animation output in batch mode

2015-12-07 Thread Cory Quammen
Ryan, In case you are still working on this, try adding this line before setting the StereoType view.StereoRender = 1 view.StereoType = st.capitalize() HTH, Cory On Fri, Nov 6, 2015 at 8:58 AM, Ryan Abernathey wrote: > Any thoughts on this issue? > > Has anyone else successfully output stereo

Re: [Paraview] can't do stereo animation output in batch mode

2015-11-06 Thread Ryan Abernathey
Any thoughts on this issue? Has anyone else successfully output stereo images from pvbatch? On Fri, Oct 30, 2015 at 3:38 PM, Ryan Abernathey wrote: > I am trying to output an animation using batch mode in stereo. I want to > output one set of images for the left eye and one for the right eye. I

[Paraview] can't do stereo animation output in batch mode

2015-10-30 Thread Ryan Abernathey
I am trying to output an animation using batch mode in stereo. I want to output one set of images for the left eye and one for the right eye. In my script, I tried to do this by setting view.StereoType = "Left" or "Right". However, this doesn't work; both produce identical output. Can you give me