Re: [Paraview] EXTERNAL: Re: ParaView in stereo with NVidia 3D Vision

2015-09-08 Thread Jim.Eliot
Hi Cory, Building ParaView with VTK_REPORT_OPENGL_ERRORS makes the error message go away, but still no stereo. The image it plots looks like a regular non-stereo image. Kind regards, Jim From: Cory Quammen [mailto:cory.quam...@kitware.com] Sent: 08 September 2015 02:19 To: Eliot Jim AWE

[Paraview] Plot over Line source

2015-09-08 Thread no name
Hey there I have some hundred VTU files and I want to plot some data in a graph (Plot over Line - POL) next to it. The Problem is, the data from these POLs is coming from a simple log file, basically conaining only x and y values (like two np.arrays). I can transform the arrays via from

[Paraview] The approach of Paraview's parallel rendering

2015-09-08 Thread 周恒众
Hello everyone . Recently, I do some research about parallel rendering . I want to know how paraview do the parallel rendering . Does it use sort last or sort first ,or both . I know it use IceT at last . If Icet is a sort last libaray , it should transfer the final pixel to the

Re: [Paraview] [EXT] Re: How to find the nearest quad element?

2015-09-08 Thread Dennis Conklin
All, So I have taken a shot at this and have a few questions. I have multiple blocks of quads and I need to find the nearest quad for every hex in the model (also multiple blocks). The purpose of this is to assign the Normal to the nearest quad to each hex My approach was: 1. Create 2

[Paraview] H5Part files

2015-09-08 Thread Amit Goel
Hi I am new to paraview and H5part file format. Can someone please guide me towards a link or tutorial that guides step by step for visualizing h5part files ? I have tried searching on google or opening the H5part files by myself but couldnt get anywhere. Regards Amit

Re: [Paraview] Add texture to obj files

2015-09-08 Thread Martín Huarte E
Dear Cory. Thanks for the tip. I've tried, but there seems to be a problem, as after trying what you suggested, the grid does not show the texture correctly... it looks like a solid, black, color. Meshlab has no such problems... still trying to figure this out. Thanks again. My best, Martín On

Re: [Paraview] Add texture to obj files

2015-09-08 Thread Cory Quammen
Martin, Is it possible to share a sample file and texture? That would be a great help in figuring out what might be going wrong. Thanks, Cory On Tue, Sep 8, 2015 at 4:10 PM, Martín Huarte E wrote: > Dear Cory. Thanks for the tip. I've tried, but there seems to be a >

[Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread David Trudgian
Hi, After working through the information on the web I've built Paraview 4.3.1 with OSMesa support, osmesa 10.5.4 with llvmpipe, and libGlu 9.0.0. MPI is OpenMPI 1.8.3 and everything is compiled using the Intel 2015 compiler suite. A Paraview build using MPI and standard OpenGL is working

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread David Trudgian
Utkarsh, Thanks for the note. Glad to know that we might not be the only ones with the issue. I’m working on getting a debug build and callstack now. Just thought I’d post first in case anyone had any ideas. -- David Trudgian Ph.D. Computational Scientist, BioHPC UT Southwestern Medical Center

Re: [Paraview] H5Part files

2015-09-08 Thread Utkarsh Ayachit
Amit, There's a "H5PartReader" plugin that you can load using the "Tools | Manage Plugins" dialog. Once the plugin has been loaded, you can open *.h5part files using the H5Part reader using the File | Open dialog. Utkarsh On Tue, Sep 8, 2015 at 3:09 PM, Amit Goel wrote: >

Re: [Paraview] How to extract one face from an hexa in python ?

2015-09-08 Thread Utkarsh Ayachit
Selection extraction isn't supported yet (well not gracefully anyways) through the Python API. However, you can use the following for similar effect: OpenDataFIle(...) ExtractSurface() GenerateIds() threshold1 = Threshold() threshold1.Scalars = ['CELLS', 'Ids'] threshold1.ThresholdRange = [4.5,

[Paraview] ANNOUNCE: Kitware is hiring

2015-09-08 Thread Berk Geveci
Hi folks, We are looking to hire visualization developers to our Scientific Computing team. If you are a talented visualization researcher and developer with strong C++ skills, please consider applying. You will join a great team and work on many interesting and challenging technical problems -

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread David Trudgian
Hi, Built a debug version. On the client side I now noticed the following warning on the console after I acknowledge the error dialog: Generic Warning: In /home2/dtrudgian/paraview/ParaView-v4.3.1-source/VTK/Rendering/Parallel/vtkSynchronizedRenderers.cxx, line 730 Only 3 or 4 component

Re: [Paraview] Paraview 4.3.1, VR Plugin and VRPN

2015-09-08 Thread Niklas Röber
Dear Aashish, > > I'm a little stuck. I was trying to connect our tracking system > for a large VR wall with ParaView. The tracking runs fine with > Avizo from Fei (using dtrack), but I wanted to use it for ParaView > too. We have tracked glasses and a flystick for interaction.

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread Utkarsh Ayachit
Oddly, I was communicating with someone about a similar issue, but haven't been able to get to the root cause. Do you have a debug build of ParaView? Would it be possible to get a callstack to when than error message is popped up? Utkarsh On Tue, Sep 8, 2015 at 2:26 PM, David Trudgian <

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread Utkarsh Ayachit
Mind attaching the CMakeCache.txt from the server build? BTW, this is totally different error than what we started with. The original issue was that the client was complaining about recursive paint. Seems to me the pvserver build is a little messed up right now. On Tue, Sep 8, 2015 at 4:24 PM,

Re: [Paraview] Plot over Line source

2015-09-08 Thread Cory Quammen
Hi Richard, You won't be able to set a vtkDataArray subclass as the input to a PlotOverLine filter. Instead, you should read the log files in a Programmable Source, and connect the Programmable Source to the PlotOverLine filter. See Chapter 13 of the ParaView Guide [1]. Hope that helps, Cory

Re: [Paraview] The approach of Paraview's parallel rendering

2015-09-08 Thread David E DeMarle
ParaView uses IceT and does sort last compositing. ParaView gives IceT color and depth buffers from each node, IceT quickly gives us a depth composited image. There are exceptions, but in general we do not do anything special with regards to load balancing. Rather, we read in the data in parallel

Re: [Paraview] PV 4.1 animating plot over line using global max/min

2015-09-08 Thread Stephen Wornom
- Original Message - > From: "Kenneth Moreland" > To: "Stephen Wornom" , "ParaView list" > > Sent: Thursday, September 3, 2015 6:35:42 PM > Subject: Re: [Paraview] PV 4.1 animating plot over line using global max/min >

[Paraview] Paraview 4.3.1, VR Plugin and VRPN

2015-09-08 Thread Niklas Röber
Hi, I'm a little stuck. I was trying to connect our tracking system for a large VR wall with ParaView. The tracking runs fine with Avizo from Fei (using dtrack), but I wanted to use it for ParaView too. We have tracked glasses and a flystick for interaction. The communication of the tracking

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-08 Thread Utkarsh Ayachit
Matthieu, There indeed seems to be some issue with 4.3 editions. Since the code worked as expected with the latest ParaView 4.4-RC2, here's what I did: 1. Created a pull request to update the CatalystExamples code to build with 4.4-RC2 here

Re: [Paraview] Right axis range doesn't appear

2015-09-08 Thread Utkarsh Ayachit
It's an "advanced" property. Simply search for it by name in the Properties panel or hit the "gear" button next to the search bar to see all the properties available. On Tue, Sep 8, 2015 at 2:12 AM, Sergi Mateo Bellido < sergi.mateo.bell...@gmail.com> wrote: > Hi! > > I'm having problems to plot

Re: [Paraview] PV 4.1 animating plot over line using global max/min

2015-09-08 Thread Moreland, Kenneth
Sorry. I missed the version you were using. The location of that option moved to where I described in ParaView 4.2. In ParaView 4.1, that option is in a separate "View Settings" dialog box. To get that dialog box, click the button on the left of the thin toolbar directly above the plot view.

Re: [Paraview] Paraview 4.3.1, VR Plugin and VRPN

2015-09-08 Thread Aashish Chaudhary
Dear Niklas, On Tue, Sep 8, 2015 at 9:57 AM, Niklas Röber wrote: > Hi, > > I'm a little stuck. I was trying to connect our tracking system for a > large VR wall with ParaView. The tracking runs fine with Avizo from Fei > (using dtrack), but I wanted to use it for ParaView too.

[Paraview] Programmable Filter with Multiple Inputs

2015-09-08 Thread Dennis Conklin
All, I'm a little uncertain about Programmable Filters with multiple inputs. I had been assuming that if I had 2 inputs, then inputs[0] is the input that's higher up in the Pipeline Browser, and inputs[1] is the lower input in the Pipeline Browser, but that does not always seem to be the

Re: [Paraview] How to extract one face from an hexa in python ?

2015-09-08 Thread houssen
No idea ? No known python example / code snippet ? Franck Le 2015-09-07 9:42, houssen a écrit : How to extract one face from an hexa in python ? I have an hexa read from an xmd file. In the ParaView GUI, I use the ExtractSurface filter to get the skin of it. Then I select one face. Then I use

Re: [Paraview] Right axis range doesn't appear

2015-09-08 Thread Sergi Mateo Bellido
It worked perfectly. Thanks!! Sergi On 09/08/2015 05:21 PM, Utkarsh Ayachit wrote: It's an "advanced" property. Simply search for it by name in the Properties panel or hit the "gear" button next to the search bar to see all the properties available. On Tue, Sep 8, 2015 at 2:12 AM, Sergi

Re: [Paraview] The approach of Paraview's parallel rendering

2015-09-08 Thread 周恒众
Thank you! I know the paraview have the D3 filter , If I don't use the D3 filter , Does the paraview use the Icet to sort last ? I find that all nodes need to know all the datas . In this situation , if sort-last, I think that every node don't need all the datas , why should this? At

Re: [Paraview] No module named paraview...

2015-09-08 Thread Ben Boeckel
On Wed, Sep 09, 2015 at 09:18:26 +0800, Ruggiero Guida wrote: > I am trying to run paraview scripts from the command line without using the > specific pvpython from paraview (this one works). Look at the paths in the output of: >>> import sys >>> sys.path from pvpython. You may be

[Paraview] No module named paraview...

2015-09-08 Thread Ruggiero Guida
Hi I am trying to run paraview scripts from the command line without using the specific pvpython from paraview (this one works). This is my setup: Mac OS X 10.10.5 Paraview 4.3.1 Python 2.7.10 :: Anaconda 2.3.0 (x86_64) I have tried several solutions that are supposed to work

Re: [Paraview] EXTERNAL: Re: ParaView in stereo with NVidia 3D Vision

2015-09-08 Thread Aashish Chaudhary
Jim, Can you provide information on Display as well? - Aashish On Tue, Sep 8, 2015 at 5:01 AM, wrote: > Hi Cory, > > > > Building ParaView with VTK_REPORT_OPENGL_ERRORS makes the error message go > away, but still no stereo. The image it plots looks like a regular >

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-08 Thread Dorier, Matthieu
Hi Utkarsh, Thanks a lot, I'll give it a try. Matthieu From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Tuesday, September 08, 2015 9:52 AM To: Dorier, Matthieu Cc: Andy Bauer; paraview@paraview.org Subject: Re: [Paraview] Isosurface and slicing with

Re: [Paraview] Read EnsightGold with different timesteps

2015-09-08 Thread Braun Fabian
Hi all, As I haven't yet received a reaction onto my previously reported problem on crashing ParaView when reading EnsighGold *.case files (see email below) I would like to enquire again if no one has a solution to this problem or at least is aware of this as a known bug? I would be happy to

Re: [Paraview] Programmable Filter with Multiple Inputs

2015-09-08 Thread Utkarsh Ayachit
Dennis, That's indeed a problem, currently the order of inputs for the Programmable Filter is cryptic and inconsistent. I am going to see what I can do to fix this. It's a major annoyance. http://www.paraview.org/Bug/view.php?id=15710 Utkarsh On Tue, Sep 8, 2015 at 11:01 AM, Dennis Conklin

Re: [Paraview] [EXT] Re: Programmable Filter with Multiple Inputs

2015-09-08 Thread Dennis Conklin
Utkarsh, Ok, thanks for that information. For my present case I can do some testing to determine which is which, but that limits how general purpose I can make a PF with multiple inputs.There is not always a reasonable test which is known ahead of time. Dennis From: Utkarsh Ayachit