Re: [Paraview] Rendering large datasets using offscreen rendering...

2008-11-06 Thread Renato N. Elias
Hi Berk, I'm using Mesa 6.5.3. It's not the latest one because it was the first that I got success in compiling on this machine. Regarding GL and GLUT, I'm setting everything to Mesa as you can see bellow: OPENGL_INCLUDE_DIR /sw/shared/x86_64/Mesa/6.5.3/include

Re: [Paraview] problem starting the pvserver

2008-11-06 Thread Moreland, Kenneth
I am a bit confused by your question. Are you saying the first example works and the second does not? I am also confused by what you are trying to set up. Are you trying to run the server on one of your machines and the client on the other, or are you trying to run a parallel server using

Re: [Paraview] problem starting the pvserver

2008-11-06 Thread John M. Patchett
On Nov 6, 2008, at 8:34 AM, Moreland, Kenneth wrote: I am a bit confused by your question. Are you saying the first example works and the second does not? I am also confused by what you are trying to set up. Are you trying to run the server on one of your machines and the client on the

[Paraview] pvpython - extracting timesteps

2008-11-06 Thread Pierre-Olivier Dallaire
Good afternoon, I've been playing with pvpython this week and I always have this issue when using the time steps : tsteps= reader.TimestepValues #No problem here view.ViewTime = tsteps[i] #Gives me an error : Traceback (most recent call last): File post.py, line 73, in

Re: [Paraview] pvpython - extracting timesteps

2008-11-06 Thread Takuya OSHIMA
Hi Pierre-Olivier, If you look at the python examples on the wiki http://www.paraview.org/Wiki/ParaView/Python_Scripting you'll notice there are two notations used for the extraction of a timestep. One is the notation you used and another is scene.StartTime = reader.TimestepValues.GetData()[0]

[Paraview] On more filter optional parameters setup

2008-11-06 Thread Jia Fucang
Hi, everyone, I often use Paraview for visualization of medical object geometry models and do some filtering. But I noticed that Paraview does not offer many parameters setup by user, like VTK filters. For example, SmoothPolyDataFilter, it can be used like vtkSmoothPolyDataFilter *smoother =