Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-17 Thread Sebastien Jourdain
No worries. Thanks Claude for your help on the mailing list... ;-) On Tue, Jan 17, 2017 at 8:52 AM, claude wrote: > Thank you Sebastien! Good catch. > > One addition to make sure the path to the file is correct: in the JS of > the HTML file in the gist, I specified data as

Re: [Paraview] vtkSocketCommunicator (0x9be6300): Could not receive tag. 1

2017-01-17 Thread Mehrdad Yousefi
Dear Cory, Yes, exactly I know your point and I'm sure that I compiled VTK 7.1 with ParaView 5.2 from the source and I do not use the global VTK which is installed on my machine. So there should be another cause for these strange errors! Best, Mehrdad On Tue, Jan 17, 2017 at 1:37 PM Cory

Re: [Paraview] vtkSocketCommunicator (0x9be6300): Could not receive tag. 1

2017-01-17 Thread Cory Quammen
Hi Mehrdad, If you are compiling the ParaView git repository, please make sure that you run 'git submodule udpate --init' in the git repository to ensure that VTK is up to date on both the client and server. Not doing this has been responsible for this kind of error in a number of cases in the

Re: [Paraview] vtkSocketCommunicator (0x9be6300): Could not receive tag. 1

2017-01-17 Thread Mehrdad Yousefi
Hi Mathieu, Yes I tried the binary version on my server but same result. Now I compiled ParaView 5.2 from source on my local machine exactly as the same of my server and when I opened my file, I got these error on the client and server sides respectively:

Re: [Paraview] Filter for interactive spreadsheet?

2017-01-17 Thread Andy Bauer
Hi Cornelis, I'm confused a bit. With PV 5.2 when I do Extract Selection with preserve topology on I only get the vtkInsidedness array out from that -- do you also get your other field arrays? I had to use the Append Attributes filter to get all of the arrays back into a single filter output.

[Paraview] Increase number of slices for volume rendering ...

2017-01-17 Thread Niklas Röber
Hi, for GPU based volume rendering, is there a way to increase the number of slices to enhance the overall quality of the rendering? If this can not directly be done in the GUI, would it be possible to adjust a scaling factor in the code? Thanks and Cheers, Niklas smime.p7s Description:

[Paraview] Floating point exception when using "Interpret Values As Categories"

2017-01-17 Thread philipp jung
Dear Paraview Team, I am currently working on a custom plugin which returns Polydata with an attached UnsignedCharArray as respective categories for all points. I want to map these categories to colors using the "Interpret Values As Categories" feature. When I enable "Interpret Values As

Re: [Paraview] packing superbuild 5.2 fails on openSUSE due to ldconfig

2017-01-17 Thread Ben Boeckel
On Tue, Jan 17, 2017 at 11:19:40 +0100, Fabian Wein wrote: > ldconfig is on openSUSE and Ubuntu /sbin/ldconfig but sbin in on > openSUSE not in the user path. For me a link in $HOME/bin helped but > maybe using the full path > would work on all unix systems?! I guess we'll go with the full

[Paraview] Reminder: HPC Visualization Survey to Deliver Better ParaView Experience

2017-01-17 Thread Sandy McKenzie
Greetings! If you have not already, please complete a short survey (less than 5 minutes) to help Kitware and NVIDIA understand the various aspects of the data that is visually analyzed by ParaView users. Survey link: https://www.surveymonkey.com/r/HPCVizSurvey As a reminder, this survey is

[Paraview] packing superbuild 5.2 fails on openSUSE due to ldconfig

2017-01-17 Thread Fabian Wein
ctest -R cpack fails on openSUSE but works on Ubuntu CMake Error at /home/fwein/code/cfs_paraview/metabuild/build/cpack/paraview/TGZ/build/cmake_install.cmake:46 (message): Failed to install pvdataserver: Traceback (most recent call last): File

Re: [Paraview] Filter for interactive spreadsheet?

2017-01-17 Thread Cornelis Bockemühl
Once again: I just see that I received more information than just the assertion error: "" Traceback (most recent call last): File "", line 4, in File "D:\Users\cbockenm\Documents\BTest\ParaView\OwnBinaries\ParaView 5.1.2\lib\site-packages\paraview\calculator.py", line 122, in execute

Re: [Paraview] Filter for interactive spreadsheet?

2017-01-17 Thread Andy Bauer
Hi Cornelis, How would you like to select the single or group of values to change? Also, how would you like to change them (e.g. the same transformation for each or each with its own transformation)? These two questions are meant to guide you to do what you want in ParaView. You probably want to

[Paraview] Help in customizing Paraview Web's buttonbar. Please!

2017-01-17 Thread Gabriel Álvarez Castro
Hi, Can someone tell us how to customize the Paraview Web buttonbar, please? Exactly we would be interested in hiding Show File List and Show Save Options buttons. Can someone say to us which section of code could we edit to do this? Thank you very much in advance,

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-17 Thread Lodron, Gerald
I now have it (but don’t know why, an explanation would be great), my solution was deleting RequestData and using same pipeline as copied from vtkJPEGReader/vtkImageReader2 with request information: int vtkROSImageSource::RequestInformation( vtkInformation * vtkNotUsed(request),