[Paraview] Problem loading plugin in Python ...

2010-07-27 Thread Stefan Melber
Hi, i try to use the SurfaceLIC in combination with python. Running the SurfaceLIC from the GUI it works fine (only when use the 185.18.31 Nvidia-driver, with newer drivers it crashes). Now i use this script to run the stuff in batch (means pyton) mode: from paraview.servermanager import

Re: [Paraview] Data selection with tiled-display

2010-07-27 Thread Utkarsh Ayachit
That is correct. Selection on tile-displays isn't supported yet. Utkarsh On Mon, Jul 26, 2010 at 6:56 AM, Christoph Willing c.will...@uq.edu.au wrote: We have paraview 3.8.0. running in a tiled display (20x pvserver instances to make a 4x5 display). In general, everything works as expected.

Re: [Paraview] Data selection with tiled-display

2010-07-27 Thread Moreland, Kenneth
Utkarsh, Is it a known bug to crash the server? I tried a tiled display locally on my desktop, and although the selection did not work in that it selected the wrong elements, the rest of the system still behaved correctly afterwards. Can you replicate the crash of pvserver? -Ken On

[Paraview] defining new reader

2010-07-27 Thread A M
Hi everyone this is most probably a very simple question for a lot of you, so I would appreciate some guideline: I would like to define a new reader for paraview so I can read a file extension that I think paraview can't currently read. what are some guidelines to do this. I have a module that

[Paraview] Volume rendering RGBA data in Paraview

2010-07-27 Thread David Pont
I would like to volume render RGBA data derived from digital photographs of serial slices through an object. I found reference on the vtkusers list of this being supported in vtk (vtkFixedPointVolumeRayCastMapper or vtkVolumeTextureMapper3D). I created a legacy vtk file with data represented as

Re: [Paraview] defining new reader

2010-07-27 Thread Andy Bauer
It looks like the nii file is a NifTI file type which there is a plugin for the reader. If you go to Tools-Plugin Manager you can select the NifTI reader and choose Load Selected to the load the plugin. Then you should be able to read in the file without any extra work. If that doesn't work you

Re: [Paraview] defining new reader

2010-07-27 Thread Mark Olesen
On Tue, 2010-07-27 at 21:45 -0400, Andy Bauer wrote: It looks like the nii file is a NifTI file type which there is a plugin for the reader. If you go to Tools-Plugin Manager you can select the NifTI reader and choose Load Selected to the load the plugin. Then you should be able to read in

[Paraview] Problem loading plugin in Python ...

2010-07-27 Thread Stefan Melber
Hi, just for information: Problem solved - i mixed up the prebuild RC2 and a RC2 compiled by myself - so the LoadPlugin simply cannot find the plugin in lib-format and then trys to load instead an xml-plugin ... Best regards, Stefan Hi, i try to use the SurfaceLIC in combination