[Paraview] Exporting multiple views for one animation

2013-05-29 Thread Pradeep Jha
Hello, I have created a macro using the "start/stop trace" feature of PV GUI. I am trying to create a movie with two animations side by side, each with a different camera movement. This macro gives me what I want when I run it with PV GUI but when I run it using pvbatch on command line, it only gi

Re: [Paraview] Exporting multiple views for one animation

2013-05-29 Thread Pradeep Jha
Can anyone please suggest me any solutions for this problem? Thank you 2013/5/29 Pradeep Jha > Hello, > > I have created a macro using the "start/stop trace" feature of PV GUI. I > am trying to create a movie with two animations side by side, each with a > different camera movement. This macro

Re: [Paraview] Exporting multiple views for one animation

2013-05-29 Thread Utkarsh Ayachit
Look at the attached sample script. You basically need to set the ViewSize and ViewPosition properties for all the views correctly to lay the views out as desired. Utkarsh On Wed, May 29, 2013 at 12:37 PM, Pradeep Jha wrote: > Can anyone please suggest me any solutions for this problem? > > Than

Re: [Paraview] Exporting multiple views for one animation

2013-05-30 Thread Pradeep Jha
Hello, I figured out my problem. I declared the "ViewSize" and the "ViewPosition" at the wrong place. I had to declare them right after "createRenderView()" and it is working fine now. Thank you again Pradeep On 30 mai 2013, at 16:38, Pradeep Jha wrote: > hello, > > the thing that you propos

Re: [Paraview] Exporting multiple views for one animation

2013-05-30 Thread Pradeep Jha
Hello Utkarsh, I managed to get two frames but I am still seeing some issues. I have the Python macro and the movie output at this link: http://arrow.utias.utoronto.ca/~jhapk/ 1) I am not able to show the Annotation Time only in one frame. 2) In the left frame the Annotation Time is not being sho

Re: [Paraview] Exporting multiple views for one animation

2013-05-31 Thread Utkarsh Ayachit
I'll track it down. Looks like there's a bug in the annotation text rendering logic somewhere. Utkarsh On Thu, May 30, 2013 at 12:16 PM, Pradeep Jha wrote: > Hello Utkarsh, > > I managed to get two frames but I am still seeing some issues. I have the > Python macro and the movie output at this l