[Paraview] vtkXMLCollection and hardcoded extensions.

2013-05-06 Thread Nico Kruithof
Hello, I coded my own reader that produces image data, which works fine. Next I wanted to load the data in a distributed system, where paraview spreads the data over the nodes. I created a pvd file containing a collection: Loading this file works just fine (with the vti-files).

[Paraview] PV 3.14.1 64-bit trace save data question

2013-05-06 Thread Stephen Wornom
After load the PV file (.pvtu) 1-I turn on trace do slice, clip, then contour save data 2-I turn off trace save the trace.py file When I edit the trace.py file everything is there EXCEPT the save data command. Is this normal? Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des lu

Re: [Paraview] Cube axes label format

2013-05-06 Thread Guðni Karl Rosenkjær
Hi Felipe: Thanks for the suggestion. I had thought of this but it means I would have to go through all my data and make these changes. This is a last resort... Sebastien: I have little experience with VTK it self, but I found that vtkCubeAxesActor has the set*LabelFormat (where * is x,y or z) wh

[Paraview] Paraview hangs in OS X

2013-05-06 Thread James Thunes
Hello all, I have been having intermittent problems with paraview since updating to v3.98.1. After running the program for awhile, the program will hang for 10-30 seconds when changing the contour plot variable. This happens fairly regularly with both large and small files. I don't believe that it

Re: [Paraview] Paraview hangs in OS X

2013-05-06 Thread Sean McBride
On Mon, 6 May 2013 12:16:32 -0400, James Thunes said: >I have been having intermittent problems with paraview since updating to >v3.98.1. After running the program for awhile, the program will hang for >10-30 seconds when changing the contour plot variable. This happens fairly >regularly with both

Re: [Paraview] Paraview hangs in OS X

2013-05-06 Thread Berk Geveci
I use ParaView on my Mac and have never seen this. It would be great if you could run ParaView under Instruments or even attach a debugger when it hangs to get a stack trace. -berk On Mon, May 6, 2013 at 12:16 PM, James Thunes wrote: > Hello all, > > I have been having intermittent problems wi

Re: [Paraview] segfault opening the color scale editor / vtkPVProminentValuesInformation?

2013-05-06 Thread Burlen Loring
Steps to reproduce: Start pvserver running parallel 2 ranks Open the attached dataset, load b array Slice the dataset such that the slice contains no data from at least one rank. Color slice by b array magnitude (default) Open the color scale editor -> crash I added the test dataset to the bug

Re: [Paraview] segfault opening the color scale editor / vtkPVProminentValuesInformation?

2013-05-06 Thread David Thompson
Hi Burlen, I'm working on it. It shouldn't take too long to fix. Thanks for the report. David On May 6, 2013, at 1:13 PM, Burlen Loring wrote: > Steps to reproduce: > > Start pvserver running parallel 2 ranks > Open the attached dataset, load b array > Slice the dataset such that the

Re: [Paraview] segfault opening the color scale editor / vtkPVProminentValuesInformation?

2013-05-06 Thread Burlen Loring
great, thanks! On 05/06/2013 12:17 PM, David Thompson wrote: Hi Burlen, I'm working on it. It shouldn't take too long to fix. Thanks for the report. David On May 6, 2013, at 1:13 PM, Burlen Loring wrote: Steps to reproduce: Start pvserver running parallel 2 ranks Open the attached

Re: [Paraview] Cube axes label format

2013-05-06 Thread Sebastien Jourdain
Thanks Gudni, I've just pushed something to next. commit 89362b00ececb01765ce4683c4b6d40db4164370 Author: Sebastien Jourdain Date: Mon May 6 15:55:27 2013 -0400 Expose CubeAxes Label format to the proxy layer. Change-Id: I8af3ddf8ca33c8d27332cc5ae052e1e636388725 You should be able

[Paraview] Point Sprite help needed

2013-05-06 Thread Stoltz, Christopher
I am trying to figure out how to use the Point Sprite representation in Paraview to create some visuals of output from a Discrete Element Method (DEM) simulation and found your contact information from a Paraview message board. My data files are legacy format .vtk files. I am having difficulty

Re: [Paraview] Point Sprite help needed

2013-05-06 Thread Vincent Faucher
Hi Chris, To visualize Discrete Elements as Point Sprites with variable radius, here are the strategy I use: 1/ Check how the radii are stored:     1.1/ If it is in a cell field, use 'cell data to point data' to copy it to the points     1.2/ Then, if it