Re: [Paraview] How to overlay charts on 3D scene

2016-07-28 Thread Utkarsh Ayachit
Charts overlaid in 3D views are not supported in ParaView. On Thu, Jul 28, 2016 at 9:53 PM, Seong Mo Yeon wrote: > Can Paraview overlay charts on 3D render view as shown in vtk document > www.na-mic.org/Wiki/images/1/18/NA-MIC-VTK-Charts-2011.pdf? > > --- > Sent from

[Paraview] How to overlay charts on 3D scene

2016-07-28 Thread Seong Mo Yeon
Can Paraview overlay charts on 3D render view as shown in vtk document www.na-mic.org/Wiki/images/1/18/NA-MIC-VTK-Charts-2011.pdf? ---Sent from Boxer | http://getboxer.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] VRPN plugin

2016-07-28 Thread stephaneンドング メファネ
Hello, Since MPI is now included in the windows binary versions of paraview, I would like to know if there are any plan to also Include the VRPN plugin in the windows Binary soon.If not, why? (I've been failing Building Paraview on Win7 with VS2013 so far\(ToT)/) Ndong-Mefane Stephane,

Re: [Paraview] .plugin options

2016-07-28 Thread Utkarsh Ayachit
Less the better. Since users cannot "unload" plugins loaded by default,it's better to keep the list minimal. Users can always change a plugin to be automatically loaded, if they tend to use it frequently. On Thu, Jul 28, 2016 at 2:51 PM, Scott, W Alan wrote: > What plugins

Re: [Paraview] Paraview 5.1.2 download is nowhere to be seen

2016-07-28 Thread Utkarsh Ayachit
http://www.paraview.org/download/ On Thu, Jul 28, 2016 at 7:56 PM, Seong Mo Yeon wrote: > I can't find the download link according to the 5.1.2 release note. > > > > > --- > Sent from Boxer | http://getboxer.com > ___ > Powered

[Paraview] Paraview 5.1.2 download is nowhere to be seen

2016-07-28 Thread Seong Mo Yeon
I can't find the download link according to the 5.1.2 release note. ---Sent from Boxer | http://getboxer.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[Paraview] Link DISPLAY properties such as ColorArrayName and plots

2016-07-28 Thread Dennis Conklin
All, I can't figure out how to do this, maybe it's possible. People get multiple views up with a different model in each and they would like to link ColorArrayName so that they can paint each with a variable, then change 1 window to a different variable and have all windows update. I have

Re: [Paraview] [EXTERNAL] Re: [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Scott, W Alan
Rick/All, Here is what I do, which worked. Not sure if it will help, but here it is. I am behind a firewall, and cannot pull from git with SuperBuild. This is on clusters. cMakeVars = cMakeVars +\ '-DCMAKE_INSTALL_PREFIX:PATH='+pvInstallDir+' '+\ '-DBUILD_TESTING:BOOL=OFF '+\

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
I made slight change to my build script - turned GIT=OFF to GIT=ON, and I seem to have a clean build Changed this: cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/angel/pv-test/5.1.2 \ -Ddownload_location=`pwd`/../Downloads \ DParaView_FROM_GIT=OFF \

[Paraview] .plugin options

2016-07-28 Thread Scott, W Alan
What plugins should I turn on by default? This is done in the lib/paraview/.plugins file. I usually turn on Moments (no idea why) and H5PartReader (for a user). Should Surface LIC be turned on by default also? What else? Thanks, Alan ___

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Meh! I created the lib/paraview-5.1 directory and the build gets further along then dies again. If I look at the output — the initial make is stuffing files into lib/paraview-5.0 - then the make install seems to correctly push to the release directory in lib/paraview-5.1 -- Up-to-date:

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Utkarsh - yes I was building 5.1.2 in a totally clean directory - as I said, I also downloaded clean SuperBuild sources prior to doing the build. Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Phone: 410-278-6266 -Original

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Utkarsh Ayachit
You are doing a clean build, right? In an empty directory and not just "make clean". Utkarsh On Thu, Jul 28, 2016 at 2:06 PM, Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) wrote: > OK - but it is creating lib/paraview-5.0 which I believe is a mistake of

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
OK - but it is creating lib/paraview-5.0 which I believe is a mistake of some sort ….. I can’t believe that it’s anything in my CMAKE command: cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/angel/pv-test/${version} \ -Ddownload_location=`pwd`/../Downloads \ -DParaView_FROM_GIT=OFF \

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Utkarsh Ayachit
Not sure, but I cannot reproduce the issue. Can you do this: > mkdir -p /home/angel/PV/5.1.2/Build/install/lib/paraview-5.1 ensure that the directory is created and then try again. I wonder if that directory is not being created for some reason. On Thu, Jul 28, 2016 at 1:18 PM, Angelini,

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Yes, the changes to both of those files are in place. Here’s what I ran prior to the build: git clone http://paraview.org/ParaViewSuperbuild.git cd ParaViewSuperbuild git checkout v5.1.2 I then ran cmake using cmake-3.5.2 I can see that the build is using the 5.1.2 tar ball [ 97%]

Re: [Paraview] [EXTERNAL] Re: [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Scott, W Alan
Strange. I built with Superbuild yesterday, and used install, and here is what I get for the libraries: /.../lib/paraview-5.1 Note that my build is behind a firewall, thus I have to hand copy everything manually. Could this be the difference? Alan -Original Message- From: ParaView

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Utkarsh Ayachit
Can you confirm that your ParaView superbuild has this commit (https://gitlab.kitware.com/paraview/paraview-superbuild/commit/bf831e2e2b4c3a6a764c63f65759884eb287b3f6)? On Thu, Jul 28, 2016 at 12:51 PM, Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) wrote:

Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
There still seems to be something misconfigured deep down in the Superbuild configuration files.We saw this in the 5.1.0 build as well. The install directory has install/lib/paraview-5.0 rather than install/lib/paraview-5.1. I downloaded clean Superbuild source directory before this

Re: [Paraview] qt5 issues on OSX

2016-07-28 Thread Utkarsh Ayachit
Thanks for reporting, Fabian. Please stay tuned. We'll be working on making the superbuild work with Qt5 better in coming days as we official migrate to Qt 5. On Thu, Jul 28, 2016 at 9:58 AM, Fabian Wein wrote: > Hello, > > I have an up-to-date OS X system (10.11) and try to

[Paraview] cannot open large vtu file

2016-07-28 Thread Zhang, Guanfeng (GE Global Research)
Hi, I have been using Paraview to display my unstructured data in vtu files. Paraview gives me an error when I try to open a large vtu file (>6GB): a reader for ".vtu" could not be found, plesase choose one: (followed by lists of file types, ) Any ideas on how to open large vtu files?

[Paraview] ANN: ParaView 5.1.2 available for download

2016-07-28 Thread Utkarsh Ayachit
Folks, ParaView 5.1.2 is now available for download [1]. Please refer to the release notes on the Kitware blog [2]. As always, we look forward to your feedback [3]. Also stay tuned to the Kitware Blog [4] for upcoming features and enhancements to ParaView, ParaView Catalyst, ParaViewWeb and much

[Paraview] qt5 issues on OSX

2016-07-28 Thread Fabian Wein
Hello, I have an up-to-date OS X system (10.11) and try to compile PVSB by myself using the system clang compiler. I use psvb v5.1.2 and only enable paraview and qt. I compile with export VERBOSE=1 It is known, that qt4 does not compile any more with clang on OSX. The standard qt5 version in