Re: [Paraview] Feasibility of and documentation on implementing a Paraview Client.

2016-08-15 Thread corinna reuter
On Mon, Aug 15, 2016 at 9:39 PM, Magnus Elden wrote: > Hi, > > > > For various reasons I aim to replace the standard client of paraview and > use the data and rendering servers as is. As such I need to implement the > client that communicates with the servers. > You

Re: [Paraview] [EXTERNAL] Merging two datasets

2016-08-15 Thread Scott, W Alan
Not sure if this would work, but how about just moving the variables from one dataset to the other? This is done with the Append Attributes filter. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Salazar De Troya, Miguel Sent: Monday, August 15, 2016 6:20 PM To:

[Paraview] Merging two datasets

2016-08-15 Thread Salazar De Troya, Miguel
Hello, I have two data sets that share the same mesh and are both cell data. I want to put them together in a single dataset so I can extract a selection of cells given a criteria from one of the original datasets and then apply a filter to the other dataset. I tried doing GroupDataSet, but it

Re: [Paraview] Paraview with osmesa cmake issue

2016-08-15 Thread Shawn Waldon
Hi Chris, What are you passing in for $*? CMake, when run in a directory without a CMakeCache file interprets the current directory as the build directory and its last (non -ed) argument as the source directory. HTH, Shawn On Mon, Aug 15, 2016 at 4:34 PM, Christopher Neal

[Paraview] Paraview with osmesa cmake issue

2016-08-15 Thread Christopher Neal
Hi, I’m trying to compile a version of Paraview that uses osmesa. I downloaded the ParaView soruce, and I’m following the directions from: http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D The tutorial gives a sample bash script for compiling with mesa. The only trouble that I’m

[Paraview] Feasibility of and documentation on implementing a Paraview Client.

2016-08-15 Thread Magnus Elden
Hi, For various reasons I aim to replace the standard client of paraview and use the data and rendering servers as is. As such I need to implement the client that communicates with the servers. I have been unable to find any documentation on this and I would appreciate pointers to any

[Paraview] Catalyst example pops up render window when running

2016-08-15 Thread Christopher Neal
Hi, I’m trying to run an example case for Catalyst to test my build. The case that I’m interested in is the ‘CxxFullExample’.  There is a SampleScripts directory that comes with the example. It seems to run fine. I used Paraview 5.1 to open the .vtu output file from the example and

Re: [Paraview] Cannot access information from second input array in a XML custom filter

2016-08-15 Thread Utkarsh Ayachit
See the attached plugin XML. You just need to specify the array index as default_values other it gets initialized to 0. On Mon, Aug 15, 2016 at 1:17 PM, Evan Kao wrote: > Hey guys, > > Just a bump in case anyone who can answer my question missed this. > Basically, is it

Re: [Paraview] Cannot access information from second input array in a XML custom filter

2016-08-15 Thread Evan Kao
Hey guys, Just a bump in case anyone who can answer my question missed this. Basically, is it possible to specify two input array drop down menus in a Custom Filter XML file and get the array information from both? I can get two drop down menus in the Properties panel, but can only get

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Utkarsh Ayachit
Hmm okay. I am going to report this as an issue. Clearly there are some missing links when it comes to building examples with Catalyst editions. https://gitlab.kitware.com/paraview/paraview/issues/16823 On Mon, Aug 15, 2016 at 12:13 PM, Christopher Neal wrote: > When I

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Christopher Neal
When I try that command I see the following after I type ‘make’: /home/neal/software/ParaView/Examples/Catalyst/CxxOverlappingAMRExample/FEAdaptor.cxx:4:23: fatal error: vtkAMRBox.h: No such file or directory #include ^ compilation terminated.

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Utkarsh Ayachit
In that case, try the following instead from a clean directory to build the examples using the Catalyst edition. cmake -DParaView_DIR:PATH=/home/neal/software/Catalyst/Catalyst-v5.1.0-Base-Enable-Python-Essentials_build -DBUILD_FORTRAN_EXAMPLES:BOOL=ON

Re: [Paraview] Private pipeline

2016-08-15 Thread Moreland, Kenneth
Wow! Thousands of objects in your pipeline browser? You must have some scripts to generate all those objects (or spend hours each time setting up your pipelines). There is no way in to get the pipeline browser to group sections of the pipeline or show subsections of it. It is conceivable to

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Christopher Neal
The catalyst edition was built at: /home/neal/software/Catalyst/Catalyst-v5.1.0-Base-Enable-Python-Essentials_build /home/neal/software/ParaView_build is where I built a version of Paraview with Catalyst, development files, and no gui. On 8/15/16, 11:41 AM, "Utkarsh Ayachit"

Re: [Paraview] Private pipeline

2016-08-15 Thread Шагит Зиганшин
If I'm working in multiple layouts my pipeline browser becomes a list of thousands of loosely coupled objects. I wish each layout had own “custom“ pipeline browser, is it possible to make it as part of plug-in? Shagit Ziganshin From: Moreland, Kenneth Sent: Monday,

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Utkarsh Ayachit
Chris, Cool. There's indeed a bug in the install rules. I'll have to it fixed. BTW, I am assuming /home/neal/software/ParaView_build is the direcotory where you build the Catalyst edition, is that correct? On Mon, Aug 15, 2016 at 11:38 AM, Christopher Neal wrote: > Hi

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Christopher Neal
Hi Utkarsh, I pointed to my ParaView_build directory and the examples compile without any errors. cmake -DCMAKE_PREFIX_PATH=/home/neal/software/ParaView_build -DBUILD_FORTRAN_EXAMPLES:BOOL=ON /home/neal/software/ParaView/Examples/Catalyst/ Hope this helps, Chris Neal On 8/15/16, 11:19 AM,

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Christopher Neal
I’m not sure I understand 100% what you’re asking me to do. Do you want me to copy the Catalyst examples directory from my ParaView source tree into my Catalyst ‘Essentials’ edition source tree and then run the configure command? Or do you want me to point the ParaView build for the

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Utkarsh Ayachit
Chris, I suspect there's a bug in the "install development files" for a Catalyst edition. Can you try pointing the ParaView_DIR for the Catalyst Examples to the Catalyst build directory instead? Does that work? Utkarsh On Mon, Aug 15, 2016 at 11:07 AM, Christopher Neal

Re: [Paraview] Private pipeline

2016-08-15 Thread Moreland, Kenneth
I am not sure I totally understand by a “private pipeline,” but I think you mean that you have a pipeline that you set up in ParaView over and over again and you would like to add a button or something to ParaView to automatically create this pipeline with one click. The short answer is, yes.

Re: [Paraview] ParaviewWeb security

2016-08-15 Thread Sebastien Jourdain
Hi Sven, We do take security seriously. Several actions have been made to make the exposed protocols more secured. It is true, that legacy protocol like ParaViewWebPipelineManager does not check for code injection. But that protocol is deprecated and will be removed for the next ParaView release

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Christopher Neal
Hi Utkarsh, I have one more question related to the Catalyst edition. I have compiled the ‘Essentials’ build. I used the command below(for reference) to configure the edition, and everything seems to work out. ./../Catalyst-v5.1.0-Base-Enable-Python-Essentials/cmake.sh

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-15 Thread Christopher Neal
Hey guys, I don’t know if it helps, but the way that I’ve been able to get around the issue is to: 1.) Make a directory in the ParaView build directory called ‘tempbin’ 2.) Copy all binaries from the ParaView ‘bin’ directory into ‘tempbin’ 3.) Delete all files in ‘bin’ 4.) Create symbolic

Re: [Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-15 Thread Utkarsh Ayachit
Chris, Some thing like this should do the trick: > [...]/cmake.sh -DCMAKE_INSTALL_PREFIX:PATH=/tmp/install [... path to Catalyst > src ...] Utkarsh On Fri, Aug 12, 2016 at 5:49 PM, Christopher Neal wrote: > Hi All, > > > > I was wondering what the appropriate way

Re: [Paraview] [Non-DoD Source] Re: Qt version support update 2016

2016-08-15 Thread michal wozniak
Hi, I'm currently using qt 5.6 with vs 2015 and python 2.7 and everything is building correctly. I still didn't try QT 5.7. On Windows, you need to make sure your PATH are set correctly. Verify that your CMake PATH isn't set before your qt or else your ParaView executable will find some qt dll

Re: [Paraview] Plot3D Function Files

2016-08-15 Thread Berk Geveci
Dear Michael, Even though this doesn't exist, it would be relatively easy to add. This would be through this reader: http://www.vtk.org/doc/nightly/html/classvtkPlot3DMetaReader.html I suggest that you create a feature request on the VTK issue tracker: https://gitlab.kitware.com/vtk/vtk/issues

[Paraview] Private pipeline

2016-08-15 Thread Шагит Зиганшин
Hello, I am looking for a way how to implement a private pipeline for a particular layout. is it possible to do this as part of third-party plug-in? Thank you Shagit Ziganshin ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] [Non-DoD Source] Re: Qt version support update 2016

2016-08-15 Thread Shawn Waldon
Mega Mind, I have a project that is using ParaView with Qt 5.7 on Windows. Of course we use VS 2013 still, so that may be the difference. It still sounds like you forgot to set the PARAVIEW_QT_VERSION to 5. If this is 4 (the default), the CMake scripts will ignore Qt5. I think it may be smart

Re: [Paraview] Paraview Build python dependency

2016-08-15 Thread Utkarsh Ayachit
With superbuild, I'd strongly recommend using Ninja instead of the VS IDE. Ninja should also ensure that CPU utilization is maximum. Utkarsh On Thu, Aug 11, 2016 at 5:35 PM, michal wozniak wrote: > thanks > > > > I am currently trying the superbuild process. I usually

[Paraview] Parallel rendering in the cave

2016-08-15 Thread Max Reimann
I am trying to get parallel rendering to work in ParaView 5.1 in a multi-display environment (cave) and keep getting this error when connecting from a client to a single or multiple render servers. "" ERROR: In