[Paraview] (no subject)

2009-12-16 Thread Adriano Gagliardi
Hi, Can anyone explain why the following warnings are appearing when I open the Python Shell? This only appears to be happening on my machine in interactive mode (using pvpython or pvbatch, I don't get these messages). from paraview.simple import * Warning: Clip is being overwritten. This may

Re: [Paraview] (no subject)

2009-12-16 Thread Sven Buijssen
Hi Adriano, Sounds familiar to me. I reported this a while back to Mantis: http://www.paraview.org/Bug/view.php?id=9549 Sven - Original Message - From: Adriano Gagliardi agaglia...@ara.co.uk To: 'ParaView' paraview@paraview.org Sent: Mittwoch, 16. Dezember 2009 10:23:25 Subject:

[Paraview] Paraview 3.6.1 crashes !

2009-12-16 Thread Christophe Peyret
Hello, I'm using paraview 3.6.1 for ppc on Mac OS X 10.5.8. Every things worked.. until last friday. Now, I'm facing problem with the scalar data range, when I try to edit it (click on edit color map button), it crashes ! here is the beginning of the log crash : Process: paraview

[Paraview] multiple vector arrays for point data

2009-12-16 Thread Paul Edwards
Hi, Is it possible to have multiple vector arrays for point data? By using the SetVector method it will overwrite any previous vector values. The other option I have tried is to use AddArray but this does not work properly with a transform as the vector array added with SetVector will get

[Paraview] time series

2009-12-16 Thread Didier Roissé
Hello, I write a plugin reader. And this reader reads data which is time dependent. So in RequestInformation I set the different values for steps and the min and max value of time like this : for(int i=0;inbtimesteps;i++)

Re: [Paraview] time series

2009-12-16 Thread Biddiscombe, John A.
Have a look at the time presentation on the paraview wiki under IEEE 2008 tutorial. you need XML + RequestInformation and then it should work JB From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Didier Roissé Sent: 16 December 2009 13:04 To:

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Berk Geveci
That's strange. Are you positive that you set LD_LIBRARY_PATH correctly and you also exported the variable (assuming you are using bash/ksh/zsh)? -berk On Tue, Dec 15, 2009 at 11:52 PM, Huan Sun h...@math.psu.edu wrote: Hi, Thanks for the help. Somehow cmake didn't find the correct mpiexec

Re: [Paraview] (no subject)

2009-12-16 Thread Berk Geveci
Hi Adriano, Are you loading any plugin or do you have any custom filters? -berk On Wed, Dec 16, 2009 at 4:23 AM, Adriano Gagliardi agaglia...@ara.co.uk wrote: Hi, Can anyone explain why the following warnings are appearing when I open the Python Shell? This only appears to be happening on

Re: [Paraview] Paraview 3.6.1 crashes !

2009-12-16 Thread Utkarsh Ayachit
Try running with -dr command line argument (You'll have to run from a terminal specifying the full executable path ParaView.app/MacOS/Contents/... and the add '-dr') Does that help? Utkarsh On Wed, Dec 16, 2009 at 9:50 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Are you saying the

Re: [Paraview] (no subject)

2009-12-16 Thread Adriano Gagliardi
Hi Berk, Yeah, I have custom plugins and filters that are loaded automatically. I've done some checking after the pointer from Sven, and it is definitely the custom filters that are causing the issue. I tested filters that were created with version 3.5.0 and 3.6.2-RC1 and both give these warnings

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Lofthouse, Andrew J Maj USAF AETC AFIT/ENY
I'm using Paraview 3.6.1 on Fedora 12, and came across the problem referenced in a previous message to this list (http://www.paraview.org/pipermail/paraview/2009-September/013774.html) in that the legend labels seem to be drawn over each other. I've attached a screenshot showing this behavior.

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Dave Partyka
At a system level is the font dpi higher on fedora (there is typically some gui way to adjust this)? Do any other labels render like that, or just legends? On Wed, Dec 16, 2009 at 10:02 AM, Lofthouse, Andrew J Maj USAF AETC AFIT/ENY andrew.loftho...@afit.edu wrote: I'm using Paraview 3.6.1 on

Re: [Paraview] (no subject)

2009-12-16 Thread Utkarsh Ayachit
There was a bug in the python module due to which it reported the wrong name as being overridden. Now it should report the correct name -- I've committed a fix. You'd get this error if you named a custom filter with the same name as the name (or label) or any other existing proxy. Utkarsh On

Re: [Paraview] (no subject)

2009-12-16 Thread Adriano Gagliardi
Thanks, Utkarsh. === Adriano Gagliardi MEng PhD Project Scientist Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644 E-mail: agaglia...@ara.co.uk Url: www.ara.co.uk -Original Message- From: Utkarsh

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Joshua Wu
It seems like you need to fix two things, just like what berk said, your LD_LIBRARY_PATH is not set correctly. You need to add the path to the mpi library to LD_LIBRARY_PATH, for example my LD_LIBRARY_PATH has /usr/voltaire/mpi/lib if that still doesn't work, its most likely that the cmake

Re: [Paraview] time series

2009-12-16 Thread Didier Roissé
Thanks John. I try , but I have problem with this: this-ActualTimeStep = vtkstd::find_if( this-TimeStepValues.begin(), this-TimeStepValues.end(), vtkstd::bind2nd( WithinTolerance( ), requestedTimeValue )) - this-TimeStepValues.begin(); I have always this following build error :

Re: [Paraview] time series

2009-12-16 Thread Didier Roissé
Thanks, I forgot the include. 2009/12/16 Moreland, Kenneth kmo...@sandia.gov This problem sounds totally unrelated to the first problem you reported. Do you have #include vtkstd/algorithm at the top of your reader? find_if is declared in this header. -Ken On 12/16/09 9:02 AM, Didier

[Paraview] Bundleing PyQt/Sip with ParaView (on Mac)

2009-12-16 Thread Dave Partyka
Hi All, We are trying to figure out the ideal way to organize various python files in a ParaView bundle. The files that we will need are: Python.frameWork/Version/2.3/bin/sip (executable) Python.frameWork/Versions/2.3/share/sip/PyQt/*.sip (text files) /Library/Python/2.3/site-packages/sip.so

Re: [Paraview] time series

2009-12-16 Thread Biddiscombe, John A.
Didier, The find_if thing is really becuase in older paraview versions when the UPDATE_TIME_STEP was sent, it was sometimes rounded to float/double and slightly different from the declared value of time that the reader (for example) had really generated. All it does is find the closest time

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Huan Sun
Hi, I just found it's because I switched back and forth between tcsh and bash and my library path is only defined in bash. It's working now. Thanks again for all the help! best, Huan On Wed, 2009-12-16 at 08:18 -0700, Joshua Wu wrote: It seems like you need to fix two things, just like what

Re: [Paraview] Parallel Data Redistribution

2009-12-16 Thread burlen
oops typo: The ooc reader is a vtkObject. burlen wrote: Hey John, Also : for dynamic load balancing, I'd like to instruct several reader to read the same piece - since the algorithm controls (for example) the particles the algorithm can internally communicate information about what to do

Re: [Paraview] seg fault while building paraview cvs

2009-12-16 Thread Utkarsh Ayachit
Hmm, oddly the qhelpgenerator is segfaulting. Not sure why. Does the configured /local/data/jfavre/ParaView3Build/Documentation/paraview.qhp look reasonable? Utkarsh On Wed, Dec 16, 2009 at 4:34 PM, Favre Jean jfa...@cscs.ch wrote: While building pv on a linux system (2.6.24-25-generic #1 SMP

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Andrew Lofthouse
My apologies of this message appears twice -- I tried to send it from my work account earlier today, but it looks like it didn't go through. I'm using Paraview 3.6.1 on Fedora 12, and came across the problem referenced in a previous message to this list

[Paraview] particle animation

2009-12-16 Thread Pei-Ying Hsieh
Dear ParaView experts: I did a simple calculations of particle motion under magnetic fields using perl. I would like to plot the particles as a function of time. What format should I use to save for paraview to be able to read in? The particles has attributes of: size, time, coordinate in X,

[Paraview] Regarde mon profil Facebook

2009-12-16 Thread Simo Sirou
Bonjour Paraview, J'ai créé mon profil Facebook sur lequel je peux publier mes photos, mes vidéos et des événements. Je souhaite vous ajouter à mes amis pour que vous puissiez y accéder. Pour cela, vous devez d'abord vous inscrire à Facebook ! Vous pourrez ensuite créer votre propre profil.