[Paraview] Exporting multiple views for one animation

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri May 31 11:01:37 EDT 2013


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
<pradeep.kumar.jha at gmail.com> 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 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 shown properly. It is
> always showing two values at the same location.
> 3) The orientation axis of one frame is being shown in both frames. Why? How
> can I fix this?
> 4) In some movie frames (for example movie.0002.png) the left side has some
> lines of the boxes missing. Why is this happening? This does not happen when
> I export the movie using GUI. My geometry is a simple cube.
>
> Any suggestions about the possible solutions of these problems?
> Thank you
>
>
> 2013/5/30 Pradeep Jha <pradeep.kumar.jha at gmail.com>
>>
>> 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 <pradeep.kumar.jha at gmail.com> wrote:
>>
>> > hello,
>> >
>> > the thing that you proposed seems to be working only for the size of 400
>> > by 400. I tried other dimensions and it is not giving me the expect results.
>> > I have attached the obtained figure and the macro with this email. Can you
>> > please tell me what am I doing wrong?<test.jpg><test.py><test.xmf>
>> >
>> > On 30 mai 2013, at 04:19, Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
>> > wrote:
>> >
>> >> 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
>> >> <pradeep at ccs.engg.nagoya-u.ac.jp> wrote:
>> >>> Can anyone please suggest me any solutions for this problem?
>> >>>
>> >>> Thank you
>> >>>
>> >>>
>> >>> 2013/5/29 Pradeep Jha <pradeep at ccs.engg.nagoya-u.ac.jp>
>> >>>>
>> >>>> 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
>> >>>> gives
>> >>>> me as ouput the png files for one view.
>> >>>>
>> >>>> What can I do? I have attached the macro with this email.
>> >>>>
>> >>>> Thanks
>> >>>> Pradeep
>> >>>
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> 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
>> >>>
>> >> <foo.py>
>> >
>>
>


More information about the ParaView mailing list