[Paraview] Cannot read point data array

2011-03-03 Thread Bart Vandewoestyne
Hello list, When I try to load the following file: http://www.kuleuven-kortrijk.be/~bartv/HxHyEz_t01.vtu with paraview 3.8.0 on Linux Ubuntu 10.10, I get the error ERROR: In /home/kitware/ParaView-3-8/ParaView-3.8/ParaView/VTK/IO/vtkXMLDataReader.cxx, line 508 vtkXMLUnstructuredGridReader

Re: [Paraview] Save Data for all branches

2011-03-03 Thread Utkarsh Ayachit
You can use the macro functionality to add python scripts are macros and they show up in the toolbar. Utkarsh On Thu, Mar 3, 2011 at 4:55 AM, owen.arn...@stfc.ac.uk wrote: This is great. Our users would probably need a way of executing such a script without having to open the python shell.

Re: [Paraview] static linking with python

2011-03-03 Thread Brad King
On 03/02/2011 06:31 PM, Burlen Loring wrote: I'm trying to link paraview static and include python. In the executable link line there are a couple -Wl,-Bdynamic appearing and I am not able to locate their source. Can anyone help figure out where these comes from and how to turn them off?

Re: [Paraview] Cannot read point data array

2011-03-03 Thread Andy Bauer
I was able to load it on a 64 bit ubuntu machine with paraview built from a couple of days (3.11) ago as well as on my 32 bit windows with paraview built from a couple of months ago (3.9). Can you try the 3.10rc1 release? On Thu, Mar 3, 2011 at 5:18 AM, Bart Vandewoestyne

[Paraview] mysterious linker error for custom library in custom PV Plugin

2011-03-03 Thread Christine Corbett Moran
I have a problem with building/linking to an external library I've called libfio. The library builds, and I can link programs against it from the command line. However my final plugin always comes up with a ld: symbol(s) not found. I have several other libraries which are linked against just fine

Re: [Paraview] Paraview 3.10 RC bits: unable to save animation

2011-03-03 Thread David Partyka
Hi Madhura, I can recreate this bug with my own binary but also discovered it seems to work if the frame rate is a power of 2 (2,4,8,16,32,..). I have a feeling something is going wrong possibly computing bit rates etc when initializing ffmpeg. Do you mind also reporting a bug on

[Paraview] ParaView Make Test

2011-03-03 Thread Brian Panneton
Hello, I downloaded and attempted to build ParaView-3.10.0-RC1. I set the PARAVIEW_DATA_ROOT to my ParaViewData-3.10.0-RC1 directory. After the build completes, I run 'make test'. These tests fail: 184:BoxWidget 185:BoxWidget2 186:TestAffineWidget 187:TestAngleWidget2D 188:TestAngleWidget3D

Re: [Paraview] Paraview 3.10 RC bits: unable to save animation

2011-03-03 Thread Madhura Phadke
Hi, I reported the issue. [ http://www.paraview.org/Bug/view.php?id=11923 ] Thanks --Madhura On Thu, Mar 3, 2011 at 11:26 AM, David Partyka david.part...@kitware.comwrote: Hi Madhura, I can recreate this bug with my own binary but also discovered it seems to work if the frame rate is a

Re: [Paraview] Ghost data in parallel formats

2011-03-03 Thread Renato Elias
Hi Berk, I thought D3 wouldn't repartition the data but it was my mistake. I did some tests here and D3 worked properly, however, I was expecting that it would be possible to remove the internal surfaces, produced by D3, with clean to grid filter. I also tried to play with the Boundary Mode

Re: [Paraview] Gradient of an image

2011-03-03 Thread Jérôme
David, I just commited the ImageLuminance.xml in Peavip. I tried the following pipeline with success : Reader(daveDpeth.png) - ImageLuminance - Gradient The error you get with ImageMagnitude is due to fact that some VTK filter doesn't give a name to the output scalar. There is an old thread on

Re: [Paraview] static linking with python

2011-03-03 Thread Burlen Loring
On 03/03/2011 05:39 AM, Brad King wrote: On 03/02/2011 06:31 PM, Burlen Loring wrote: I'm trying to link paraview static and include python. In the executable link line there are a couple -Wl,-Bdynamic appearing and I am not able to locate their source. Can anyone help figure out where these

Re: [Paraview] static linking with python

2011-03-03 Thread David E DeMarle
Brad I can demonstrate this here... David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Mar 3, 2011 at 4:08 PM, Burlen Loring blor...@lbl.gov wrote: On 03/03/2011 05:39 AM, Brad King wrote: On 03/02/2011 06:31 PM,

Re: [Paraview] mysterious linker error for custom library in custom PV Plugin

2011-03-03 Thread Takuya OSHIMA
I guess 'extern C' is missing in the declaration of fioOpen? Takuya Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: Christine Corbett Moran corb...@physik.uzh.ch Subject: [Paraview] mysterious linker error for