Re: [Paraview] Plugin Verification Data Mismatch

2010-02-25 Thread Christian Werner
Good news, everything works finally. I found a way to make Paraview find the necessary ITK libraries. By chance I found some cmake related postings where there was some problem with the LINK_LIBRARIES variable. I was like Gee, this variable looks nice! It could replace my

Re: [Paraview] Compiling without X11 libraries

2010-02-25 Thread Biddiscombe, John A.
Ken From the Mesa web pages ...(snip below), there are 3 driver options for building Mesa,, both Xlib and DRI make use of the X11 libraries, but it is my understanding that if you build mesa with the --with-driver=osmesa Then the offending glx* linkage will not be necessary. You will get a

Re: [Paraview] [ParaView] In-Situ Visualization

2010-02-25 Thread Berk Geveci
It depends on how you want to do it. If you want to keep the data on the GPU memory and perform all of the analysis/visualization on the GPU, VTK is currently not the right tool. Almost all of VTK's filters work on the CPU whereas rendering happens on the GPU. If you are OK with moving data to

Re: [Paraview] isosurface time series data with different value

2010-02-25 Thread Utkarsh Ayachit
This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and then does the necessary updates. There was a bug in the CVS (and 3.6 etc) that is now fixed. Attached is a patch for

Re: [Paraview] Pruned output for extract block

2010-02-25 Thread Utkarsh Ayachit
Paul, If you don't want the ExtractBlock filter to prune the output, you can always simply uncheck the Prune Output checkbox. Utkarsh On Thu, Feb 18, 2010 at 9:45 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, What is the reason for pruning the structure in the Extract Block filter

Re: [Paraview] Pruned output for extract block

2010-02-25 Thread Paul Edwards
Utkarsh, If you do that you will end up with all the empty blocks in the structure. I would like to just see the extracted blocks without losing the original structure. Regards, Paul On 25 February 2010 14:50, Utkarsh Ayachit utkarsh.ayac...@kitware.comwrote: Paul, If you don't want the

Re: [Paraview] Compiling without X11 libraries

2010-02-25 Thread pat marion
I think the latest release of MesaLib using a configure script, but older versions just provided makefiles. I still use the older releases and run 'make linux-osmesa' to get libOSMesa.so and libGLU.so without any dependencies on Xlib. Unfortunately you can't just set libOSMesa.so in place of

Re: [Paraview] Pruned output for extract block

2010-02-25 Thread Utkarsh Ayachit
Ah I c. I don't think there was any strong reason for trimming the tree down. We can definitely add that as an option as well. Any ideas what to call this new option :)? Utkarsh On Thu, Feb 25, 2010 at 9:57 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Utkarsh, If you do that you will end

Re: [Paraview] Stereo mode in version 3.6.1

2010-02-25 Thread Utkarsh Ayachit
It's --stereo for 3.6.1 as well. Utkarsh On Wed, Feb 24, 2010 at 3:13 PM, Augusto Escobar augustomesco...@gmail.com wrote: Hi, I have paraview version 3.6.1 installed in my machine and I normally use it to see a couple of animations from one of my projects. I'm trying to run this animation

Re: [Paraview] EXPERIMENTAL_USER, etc, flags

2010-02-25 Thread Utkarsh Ayachit
The EXPERIMENTAL_USER flag is definitely not related to branding. I believe it's a legacy option (from ParaView 2.6) where certain experimental feature were disabled unless this option was set. I am going to remove it since we don't use it in ParaView3 at all. Utkarsh On Wed, Feb 24, 2010 at

Re: [Paraview] Compiling without X11 libraries

2010-02-25 Thread Biddiscombe, John A.
Pat I don't quite understand that bit below. In what way does cmake care what openGL is being used? I have in the past simply created a symlink libGL which points to libOSMesa - this got rid of glx issues when I was experimenting - but what does CMake 'do' that is causing a problem? (I mean

Re: [Paraview] Pruned output for extract block

2010-02-25 Thread Paul Edwards
I'm terrible with names but. If you would like to keep the default behavior the same then I would suggest an option to Maintain structure. Any good? Thanks, Paul On 25 February 2010 15:09, Utkarsh Ayachit utkarsh.ayac...@kitware.comwrote: Ah I c. I don't think there was any strong reason

Re: [Paraview] Compiling without X11 libraries

2010-02-25 Thread pat marion
Hi John, Search for VTK_USE_OSMESA in VTK/Rendering/vtkGraphicsFactory.cxx. Then look at $build_dir/VTK/vtkToolkits.h to see what is required for VTK_USE_OSMESA to be defined. Pat On Thu, Feb 25, 2010 at 10:14 AM, Biddiscombe, John A. biddi...@cscs.chwrote: Pat I don’t quite understand

Re: [Paraview] Compiling without X11 libraries

2010-02-25 Thread pat marion
There is also this in VTK/Rendering/CMakeLists.txt: IF (VTK_USE_X AND OPENGL_gl_LIBRARY) SET(KitOpenGL_SRCS ${KitOpenGL_SRCS} vtkXOpenGLRenderWindow.cxx) SET (KIT_LIBS ${KIT_LIBS} ${OPENGL_gl_LIBRARY} ) ELSE (VTK_USE_X AND OPENGL_gl_LIBRARY) IF (VTK_OPENGL_HAS_OSMESA

Re: [Paraview] isosurface time series data with different value

2010-02-25 Thread Berk Geveci
I love Python... On Thu, Feb 25, 2010 at 9:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and then does

Re: [Paraview] Stereo mode in version 3.6.1

2010-02-25 Thread Utkarsh Ayachit
I tried the 3.6.1 linux 32 binaries and seems to work for me. What platform binaries are you using? On Thu, Feb 25, 2010 at 11:13 AM, Augusto Escobar augustomesco...@gmail.com wrote: Hi, again. I did it, but paraview seems to do nothing different at all. 2010/2/25 Utkarsh Ayachit

Re: [Paraview] Compiling without X11 libraries

2010-02-25 Thread Dave Partyka
Probably a good idea considering several have had to reinvent this wheel more than once. On Thu, Feb 25, 2010 at 11:16 AM, Moreland, Kenneth kmo...@sandia.govwrote: Thanks everyone for your help. I’m pretty sure I got past this issue. I did have to “hack” VTK/CMake/vtkUseX.cmake as you

Re: [Paraview] crash when trying to use opacity and remote rendering

2010-02-25 Thread Burlen Loring
I'd seen that too, there's a bug report http://www.paraview.org/Bug/view.php?id=10164 Ricardo Reis wrote: When setting the opacity for a value different than 1 with a pvserver the pvserver just crashes. This a version compiled from the CVS, running on a debian machine with NVidia Quadro

Re: [Paraview] Displaying point coordinates

2010-02-25 Thread Utkarsh Ayachit
Read: This was a 'bug' that I fixed just yesterday. Utkarsh On Wed, Feb 24, 2010 at 11:07 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: There's a strange inconsistency, though: When I use the standard spreadsheet view (with points selected or not) for a default sphere source, I see

Re: [Paraview] povray exporter

2010-02-25 Thread Fabian Braennstroem
Hi, me again :-) Does no one have any hint? Thanks and Regards! Fabian On 02/21/2010 11:16 AM, Fabian Braennstroem wrote: Hello, I just tested the povray exporter for glyphs. It seems, that the exporter does not include the coloring depending on the variable!? Maybe, I am missing some option

[Paraview] crash when trying to use opacity and remote rendering

2010-02-25 Thread Ricardo Reis
When setting the opacity for a value different than 1 with a pvserver the pvserver just crashes. This a version compiled from the CVS, running on a debian machine with NVidia Quadro graphic board. I've added in attach what what the pvserver spits while going down in flames. best,

Re: [Paraview] crash when trying to use opacity and remote rendering

2010-02-25 Thread Ricardo Reis
On Thu, 25 Feb 2010, Utkarsh Ayachit wrote: Ricardo, What was the type of dataset you were setting this opacity on? Can you reproduce it with one of the built-in sources or dataset? I read a scalar data set, written in ensight. I did a surface contour. The data is written has an ortogonal

Re: [Paraview] crash when trying to use opacity and remote rendering

2010-02-25 Thread Utkarsh Ayachit
I've committed a fix. Feel free to give it a try. /cvsroot/ParaView3/ParaView3/Servers/Filters/vtkOrderedCompositeDistributor.cxx,v -- Servers/Filters/vtkOrderedCompositeDistributor.cxx new revision: 1.11; previous revision: 1.10

Re: [Paraview] Volume reader

2010-02-25 Thread Utkarsh Ayachit
For vtkImageData filters, you need to override RequestInformation method to provide information about whole_extents, spacing and origin. Look at VTK/Graphics/vtkRTAnalyticSource.cxx as an example. Ideally, your RequestData() method should also look at the extents that were actually requested and

Re: [Paraview] povray exporter

2010-02-25 Thread Fabian Braennstroem
Thanks for your help! Regards! Fabian On 02/25/2010 09:50 PM, David E DeMarle wrote: I will ping the author, and I will take a look when I get back into town next week. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu,

Re: [Paraview] Combining pieces into one dataset?

2010-02-25 Thread Biddiscombe, John A.
Thomas, Unfortunately, it sounds like what you have got is two datasets separated by a one cell wide gap. Unless you find a way to tell ParaView that there are cells that exist in the gap, then it can't guess. Even if you append grids, you'll end up with all the cells correct except for the