[Paraview] .cube files in pvbatch

2015-01-29 Thread Insley, Joseph A.
Hi, I am trying to render a gaussian cube file using pvbatch, and am not having much luck. Using the GUI, I load a .cube file, and apply the contour filter to the Gridded Data portion of the file. I can save the state as a pvsm and reload that state using the GUI, and things work as expected.

Re: [Paraview] Writer plugin?

2015-01-29 Thread David Thompson
Hi David > > > > > > > ? Nope. Thanks, David ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep me

Re: [Paraview] Writer plugin?

2015-01-29 Thread David Thompson
Hi John, > I used to make my writers the same as filters ... > Adding the writer as a filter is an easy option! Thanks! Changing the ProxyGroup to "filters" and the WriterProxy element to a SourceProxy seems to have worked. I still want to understand why I can't expose it as a writer, but at le

Re: [Paraview] Fwd: Visualization in ParaView/VisIt

2015-01-29 Thread Armin Wehrfritz
I just stumbled across this interesting blog: http://berkgeveci.github.io/2015/01/08/h5py-writer-reader/ If you have some kind of python knowledge, especially the "HDF5Reader" part should be very interesting for you. For this you don't even need the XDMF files. -Armin On 01/28/2015 10:55 PM

[Paraview] Multiple scalar dropdown menus in object panel, PV 3.14.1

2015-01-29 Thread Vanmoer, Mark W
Hi Paraview, This is for a ParaView 3.14.1 plugin. I have an object panel gui with two dropdown menus for selecting scalars. I tried following the example from this older list thread: http://public.kitware.com/pipermail/paraview-developers/2011-February/000947.html The menus show up correctly

[Paraview] Issue with invisible source and deleting filter.

2015-01-29 Thread Anton . Piccardo-Selg
Hi,I am running into an issue with a source that I set to invisible in the code. The following code starts with a source and a filter, then swaps the source against an new source and changes the visibility of the new source to invisible. When I manually change the visibility in the pipeline b

Re: [Paraview] [Paraview-developers] Super build Problem

2015-01-29 Thread Ben Boeckel
On Wed, Jan 28, 2015 at 13:01:30 -0700, Joshua Murphy wrote: > I have posted this question once before, but everyone was probably > busy with the 4.3.1 releaseā€¦ So here goes again. > > I am trying to build the superbuild on the NCAR visualization cluster > Caldera for development work. I need to

Re: [Paraview] Writer plugin?

2015-01-29 Thread David E DeMarle
? David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jan 29, 2015 at 7:13 AM, Biddiscombe, John A. wrote: > David > > I used to make my writers the same as filters and even allow t

Re: [Paraview] Writer plugin?

2015-01-29 Thread Biddiscombe, John A.
David I used to make my writers the same as filters and even allow them to shallow copy their input to the output. Then in paraview they can appear in the filters menu and can be inserted in the middle of a pipeline and each time a render is activated, the writer would be triggered. (I used it

Re: [Paraview] Average data from multiple nodes

2015-01-29 Thread Pedro Ceccon Thurler
Alan, I'm a beginner user of paraview. I don't know if there is such tool, but I think you can do that other way. You can plot all the variables you want for each point and, then, export to a csv file. After you do that, you can manipulate the numbers the way you want, so you can take all that valu