[Paraview] Axis grid

2016-09-06 Thread Scott, W Alan
A user needs to put an axis around one or more single parts (i.e., blocks or filter outputs). Is this possible? If not, we need to add this feature. This is a showstopper for him with newer versions of ParaView. An example is he wants to show an axis around the can part of can.exo.

Re: [Paraview] Status of BoxLib AMR reader

2016-09-06 Thread Gallagher, Timothy P
Hi Utkarsh, Have you had a chance to take a look at this yet? I will have some time later this week to pick it back up -- just wanted to check if there was anything new about it before I dove back in. Thanks, Tim From: Utkarsh Ayachit

Re: [Paraview] Compiling Catalyst Examples

2016-09-06 Thread Hermano ...
Sorry. My mistake! I've cleaned up my build directory and enabled the python flag during configuration. I assumed it was enabled but I guess there was something wrong with my python installation. I've compiled and the examples are know in the /bin dir of the build tree. Thank you very much!

Re: [Paraview] Building Paraview 5.2.1 on Windows (Visual Studio)

2016-09-06 Thread Charles Boivin
Utkarsh, Thanks for your reply. I eventually managed to get something working, but I had to turn off shared libraries. Is there any reason why switching to shared libs would break things (aside from the obvious -- i.e. wrong DLL being picked up)? Does Qt have to be built with shared libs as

Re: [Paraview] Building Paraview 5.2.1 on Windows (Visual Studio)

2016-09-06 Thread Utkarsh Ayachit
> Is there any reason why switching to shared libs would break things (aside > from the obvious -- i.e. wrong DLL being picked up)? None that I can think of. > Does Qt have to be built with shared libs as well for this to work (Qt is > built statically -- which I wouldn't think would be a

Re: [Paraview] Building Paraview 5.2.1 on Windows (Visual Studio)

2016-09-06 Thread Utkarsh Ayachit
Are you building Debug ParaView with Release Qt? That won't work. If not, make sure your PATH is clean and is not bringing in other versions of Qt, ParaView. We build/test with VS2013 with no issues. I personally have built with VS2015 with no issues to report either -- although in both cases we

Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-09-06 Thread David Lonie
Hi Claire, Sure, if you can send me the files I'll push them for review/merging. Thanks, Dave On Tue, Sep 6, 2016 at 3:53 AM, GUILBAUD Claire wrote: > Hi David, > > The trouble happens when ParaView is compiled with > VTK_ALL_NEW_OBJECT_FACTORY=ON. > It seems there is a

Re: [Paraview] Reload button in paraviw

2016-09-06 Thread Utkarsh Ayachit
Rahul, It's under development. You can build from source, if you're keen. Or wait till the changes get merged in `master` and try the nightly binaries. The feature is targeted for 5.2 release slated for Oct/Nov timeframe. ___ Powered by www.kitware.com

Re: [Paraview] Compiling Catalyst Examples

2016-09-06 Thread Andy Bauer
Please keep the conversations on the mailing list so that everyone that wants to can participate. Do you have Python and MPI enabled for your ParaView build? Sharing your CMakeCache.txt from your build directory may help diagnose the problem. On Sun, Sep 4, 2016 at 11:18 AM, Hermano ...

[Paraview] Reload button in paraviw

2016-09-06 Thread Rahul Kumar Soni
The particular feature discussed in following link is not available in the latest paraview. When can I expect this much awaited feature in the standard paraview. Is there a way to get it early. https://gitlab.kitware.com/paraview/paraview/merge_requests/1000 -- Regards [image: photo] *Rahul K

[Paraview] Embedding Python source as Modules And Python Programmable Filter

2016-09-06 Thread Felipe Bordeu
Hi, I have a home made plugin and I have some python code to do post processing. Now I want to embed this pythons routines in my plugin (using the Embedding Python Source As Modules of http://www.paraview.org/Wiki/ParaView/Plugin_HowTo). this work great, if I open a python console (using the GUI)

Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-09-06 Thread GUILBAUD Claire
Hi David, The trouble happens when ParaView is compiled with VTK_ALL_NEW_OBJECT_FACTORY=ON. It seems there is a naming problem when using factories: the name used in the New method is not the same as the one used in the destructor. One of my colleague fixed it: in VTK/Common/Core, he modified