[Paraview] Delayed load pqLoadDataReaction

2011-02-01 Thread Christoffer Green
Hello I am developing an application based on the clone2 source in paraview 3.8.1. I am using the following code to automatically show and accept loaded data: this-ui-proxyTabWidget-setShowOnAccept(true); new pqAutoApplyReaction(this-ui-actionAutoApply); And I am using

Re: [Paraview] Delayed load pqLoadDataReaction

2011-02-01 Thread Utkarsh Ayachit
YOu might want to listen to representationAdded(..) signal fired by the source. I am guessing you're trying to access the representation even before its created. Utkarsh On Tue, Feb 1, 2011 at 7:52 AM, Christoffer Green christoffer.gr...@gmail.com wrote: Hello I am developing an application

[Paraview] pvtr files doesn't work

2011-02-01 Thread Michael Scheerer
proc.pvtr Description: Binary data proc1-0.vtr Description: Binary data proc1-1.vtr Description: Binary data Hi! I have a demo .pvtr, which can't be loaded correctly. Paraview crashes. What's wrong on this file? The files are attached to this Mail. In VisIt, .pvtr is not supported, but

[Paraview] pvtr files doesn't work

2011-02-01 Thread Michael Scheerer
Hi! I have a demo .pvtr, which can't be loaded correctly. Paraview crashes. What's wrong on this file? The files are attached to this Mail. In VisIt, .pvtr is not supported, but the .vtr are loaded. Even the ghost cells are detected. Best, Michael Scheerer

Re: [Paraview] Tracing Zoom

2011-02-01 Thread pat marion
Hi, In your python script you can set the view size: RenderView1.ViewSize = [800, 600] If you want to the image to be larger than your desktop window can normally handle, you can pass a Magnification argument to the WriteImage command in your python script. WriteImage(out.png, Magnification=2)

Re: [Paraview] Client-server mode / data streaming problem

2011-02-01 Thread Utkarsh Ayachit
To close the loop on this issue on the list, we tracked this down and I've committed a fix to git-master. I should be included in the 3.10 release (not sure it will make it into the 3.10.rc1 however). commit e18fd43477e54c9778e3c717a6192287a0d0d53d Author: Utkarsh Ayachit