Re: [Paraview] Widgets and RequestData

2011-09-01 Thread Christoffer Green
I have now figured out the problem, the unsigned long GetMTime() function needs to be overloaded to report a new modified time (this updated time is in the widget/vtkImplicitFunction). When the filter has a new modified time then RequestData gets called. This message written so that if anybody

[Paraview] Segmentation fault in 3.11.1 when saving screenshot.

2011-09-01 Thread kit
Hi All, I'm having some problems saving screen shots with the latest version of Paraview (3.11.1). This is compiled on an Ubuntu-64 bit system. Basically Paraview crashes with a segmentation fault every time I try to save a screen shot. The graphics card is admittedly low end, but this worked

[Paraview] Still getting Numpy error using Paraview 2.10.1 for mac

2011-09-01 Thread Andrew.Wilkins
Hi, I downloaded 3.10.1 (the pre-built version) for mac osx10.7 tonight, and am trying to use the python calculator. I get the error: Traceback (most recent call last): File string, line 4, in module File

Re: [Paraview] Segmentation fault in 3.11.1 when saving screenshot.

2011-09-01 Thread Utkarsh Ayachit
Try turning off Use Offscreen Rendering for Screenshots from the Edit | Settings | Render VIew dialog. Utkarsh On Thu, Sep 1, 2011 at 4:19 AM, kit kit.chamb...@rocktalkimaging.comwrote: ** Hi All, I'm having some problems saving screen shots with the latest version of Paraview (3.11.1).

Re: [Paraview] Cosmo Reader - 64bit IDs

2011-09-01 Thread David E DeMarle
I will take a look at this tomorrow. I suspect it was hardcoded initially but I should be able to make that configurable pretty easily. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Aug 31, 2011 at 10:43 AM, joseph insley

[Paraview] Help getting resetting cameras between batch viz runs

2011-09-01 Thread Rick Muller
I'm using the Python scripting facility in Paraview to do some batch visualization of some semiconductor models I'm simulating. The Start/Stop Trace feature is great, and I've already put together something quite usable. However, I can't figure out how to reset the camera between different

[Paraview] starting an animation before the first timestep

2011-09-01 Thread Leonie Callies
Hi, I am trying to make a nice animation with paraview. What I would like to do is add, for instance, an outline, a certain geometry and maybe other sources and then show the timevariant dataset. But adding those sources should be part of the animation. So, basically, I want to start the

[Paraview] visibility of the stream tracer

2011-09-01 Thread Leonie Callies
Hi, I have encountered two strange behaviors of ParaView both concerning the stream tracer. I wanted the streamlines to be seen only at certain time steps of my animation. So I used the Animation View to turn off the visibility at the beginning and then turn it on at a certain time step.

Re: [Paraview] starting an animation before the first timestep

2011-09-01 Thread Scott, W Alan
I can think of three ways. * Instead of save animation, use save screenshot. Then, manually create your images for the movie. * Same as above, but if you have any animations that need to be part of this, just write the animations down as individual images. * You could always use the Animation

Re: [Paraview] visibility of the stream tracer

2011-09-01 Thread Andy Bauer
I tried it with my own source and didn't have any problems. Can you give more details and maybe share your dataset? Andy On Thu, Sep 1, 2011 at 6:29 PM, Leonie Callies leonie.call...@gmx.dewrote: Hi, I have encountered two strange behaviors of ParaView both concerning the stream tracer. I