Re: [Paraview] Paraview's Calculator and FieldData

2010-04-28 Thread Aurélien Marsan
That's done here : http://paraview.org/Bug/view.php?id=10631 Le 27 avril 2010 20:21, Utkarsh Ayachit utkarsh.ayac...@kitware.com a écrit : That's a reasonable request. Feel free to add it to the bug tracker: http://paraview.org/Bug Utkarsh 2010/4/26 Aurélien Marsan aur.mar...@gmail.com:

Re: [Paraview] Sanity Check - Parallel GPU rendering

2010-04-28 Thread Philippe
On Wed, Apr 28, 2010 at 7:43 AM, Shree Kumar shree.sh...@gmail.com wrote: Hi Paul, On Tue, Apr 27, 2010 at 5:06 PM, Paul McIntosh paul.mcint...@internetscooter.com wrote: Hi All, I am trying to get parallel GPU accelerated volume rendering happening and I just want to confirm my

Re: [Paraview] Bugs/features to consider/close

2010-04-28 Thread Christian Werner
Hi! We could definitely use a Iterative Clostes Points Interface in Paraview here. You have my vote for this feature request. Best regards, Christian David Doria wrote: Is there any interest in adding these registration functionalities to Paraview:

Re: [Paraview] Sanity Check - Parallel GPU rendering

2010-04-28 Thread Shree Kumar
On Wed, Apr 28, 2010 at 1:27 PM, Philippe philippe.ra...@gmail.com wrote: There's another way to make *real* parallel GPU rendering. If you want to use the power of some GPU from unrelated cards (non-SLI but in the same computer) or from some graphical nodes, you can use VirtualGL with

Re: [Paraview] Sanity Check - Parallel GPU rendering

2010-04-28 Thread Philippe
On Wed, Apr 28, 2010 at 10:34 AM, Shree Kumar shree.sh...@gmail.com wrote: On Wed, Apr 28, 2010 at 1:27 PM, Philippe philippe.ra...@gmail.comwrote: There's another way to make *real* parallel GPU rendering. If you want to use the power of some GPU from unrelated cards (non-SLI but in the

[Paraview] BUG :Infinite Loop when MultiBlockDataSet.SetBlock with a NumberOfBlock 0

2010-04-28 Thread Aurélien Marsan
Hello, A funny bug. I wanted to do MultiBlockDataSet.SetBlock(numbloc, ...) with numbloc 0 This operation has taken all the memory of the cluster I work on and all my colleages too. Fortunately I closed all processes before the drama. Something to avoid this infinite loop would be

Re: [Paraview] [Feature request] Expanding PVD File Components

2010-04-28 Thread Favre Jean
From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] On Behalf Of Olumide [50...@web.de] Sent: Wednesday, April 28, 2010 2:03 PM To: paraview@paraview.org Subject: Re: [Paraview] [Feature request] Expanding PVD File Components Thanks. Erm ... what does a *.vts file look like?

Re: [Paraview] BUG :Infinite Loop when MultiBlockDataSet.SetBlock with a NumberOfBlock 0

2010-04-28 Thread Robert Maynard
SetBlock expects an unsigned integer for the block number. Passing in -1 causes the unsigned integer to rollover and become 4294967295. 2010/4/28 Aurélien Marsan aur.mar...@gmail.com Hello, A funny bug. I wanted to do MultiBlockDataSet.SetBlock(numbloc, ...) with numbloc 0 This

Re: [Paraview] ParaView 3.8 RC1 needs more elaborate FindHDF5.cmake

2010-04-28 Thread Dave Partyka
There is a FindHDF5 that is built into CMake, I think 2.8, that was re-written and vastly improved in the not so distant past. When we switch VTK/ParaView to require CMake 2.8 we can remove the one in ParaView which will then use the one included in CMake. I haven't gotten the go ahead but it is

Re: [Paraview] Cave mode for 3.8

2010-04-28 Thread Aashish Chaudhary
Someone can write a very simple client using VRPN ( http://www.cs.unc.edu/Research/vrpn) for ParaView. Eric, do you know the hardware these folks are using for tracking? ~Regards, Aashish On Wed, Apr 28, 2010 at 1:28 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: There's no tracking

Re: [Paraview] Download ParaView source via Git access

2010-04-28 Thread Utkarsh Ayachit
Thanks Jean. It has now been fixed. Utkarsh On Wed, Apr 28, 2010 at 12:54 AM, Favre Jean jfa...@cscs.ch wrote: All, The new link in http://www.paraview.org/paraview/resources/software.html for the new source code access has a typographic error Download ParaView source via Git access:  

Re: [Paraview] Bugs/features to consider/close

2010-04-28 Thread Moreland, Kenneth
Bug 9020 sounds like it is describing the functionality of the programmable source filter. How is it different? -Ken On 4/27/10 4:48 PM, David Doria daviddo...@gmail.com wrote: Is there any interest in adding these registration functionalities to Paraview:

Re: [Paraview] Bugs/features to consider/close

2010-04-28 Thread David Doria
On Wed, Apr 28, 2010 at 2:56 PM, Moreland, Kenneth kmo...@sandia.gov wrote: Bug 9020 sounds like it is describing the functionality of the programmable source filter.  How is it different? -Ken I see how I used a confusing example. I was suggesting that there be a Sources - Polygon. Thanks,

Re: [Paraview] Cave mode for 3.8

2010-04-28 Thread Eric E. Monson
Hey Aashish, Here is the info I got from David Zielinski, who is the programmer and technical expert on our 6-sided VR cave here at Duke: We are using an intersense is-900. We currently have both VRPN and trackd installed. Also, for stereo cameras in VR to work correctly they need to be

Re: [Paraview] Cave mode for 3.8

2010-04-28 Thread Aashish Chaudhary
On Wed, Apr 28, 2010 at 3:37 PM, Eric E. Monson emon...@cs.duke.edu wrote: Hey Aashish, Here is the info I got from David Zielinski, who is the programmer and technical expert on our 6-sided VR cave here at Duke: We are using an intersense is-900. We currently have both VRPN and trackd

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread Biddiscombe, John A.
unloading a plugin from memory and reloading it is not supported (and probably never will be) Restart pv to reload the plugin JB -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of David Doria Sent: 28 April 2010 23:07 To:

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread Utkarsh Ayachit
Remove doesn't unload a plugin, it simply removes it from the list. In fact unloading a plugin is not supported (and won't be supported anytime soon). You've have to restart ParaView. Utkarsh On Wed, Apr 28, 2010 at 5:06 PM, David Doria daviddo...@gmail.com wrote: Consider that I have built a

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread David E DeMarle
Remove just removes it from the menu, it does not remove the library from the running process. To remove the plugin you have to subsequently quit ParaView and restart. Removing the library at run time like you want is not on the forseeable horizon. My understanding is that once the symbols from

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread David Doria
On Wed, Apr 28, 2010 at 5:11 PM, David E DeMarle dave.dema...@kitware.com wrote: Remove just removes it from the menu, it does not remove the library from the running process. To remove the plugin you have to subsequently quit ParaView and restart. Removing the library at run time like you

Re: [Paraview] vtkPVTrivialProducer issues

2010-04-28 Thread wastrel
Thanks. I just tired it and it seems to work. But how does the writer figure out the input object? Is there any detailed documentation on pvpython? Thanks, Ken On Sun, Apr 25, 2010 at 6:37 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Here's a modified version of the script,

Re: [Paraview] vtkPVTrivialProducer issues

2010-04-28 Thread pat marion
You can read about python scripting in paraview here: http://www.paraview.org/Wiki/ParaView/Python_Scripting Paraview has the concept of an active source. Making a source the active source in python is like selecting it in the gui. For all operations, if no input is specified, the active

Re: [Paraview] vtkPVTrivialProducer issues

2010-04-28 Thread wastrel
I have read that, but wonder if there is any more detailed and systematic document available. Thanks. Ken On Wed, Apr 28, 2010 at 5:58 PM, pat marion pat.mar...@kitware.com wrote: You can read about python scripting in paraview here: http://www.paraview.org/Wiki/ParaView/Python_Scripting

Re: [Paraview] vtkPVTrivialProducer issues

2010-04-28 Thread pat marion
There is always pydoc. Just run help(paraview.simple) in the console. Pat On Wed, Apr 28, 2010 at 9:14 PM, wast...@gmail.com wrote: I have read that, but wonder if there is any more detailed and systematic document available. Thanks. Ken On Wed, Apr 28, 2010 at 5:58 PM, pat marion

Re: [Paraview] [Bug] color edits in toolbar not visible in object inspector

2010-04-28 Thread Olumide
Would someone please log the bug bug. I would like to do this myself, but I'm having difficulty logging into mantis. The first time I tried to create an account, I got no response (perhaps the system did not like my number-heavy email address). Now mantis tells me that my address is use.

Re: [Paraview] Sanity Check - Parallel GPU rendering

2010-04-28 Thread Shree Kumar
On Thu, Apr 29, 2010 at 7:02 AM, Paul McIntosh paul.mcint...@internetscooter.com wrote: I think the Overview cat of the VirtualGL's documentation will me more comprehensible than my english : http://www.virtualgl.org/vgldoc/2_2evolving/#hd002 So this will able you to use as many as