Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-09 Thread Léo Pessanha
So, I was able to build using 'paraviewweb/src/' and installing forcibly mout, axios and hammerjs packages. Now there's other js errors that I am going after like /plotly.js\ and global reference ones ! It's definitely not a simple task to build an example of paraviewweb as a standalone app.

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-09 Thread Léo Pessanha
So I am not sure of the first path yet. Is it 'paraviewweb/src/' or 'paraviewweb/src/Component'? I have the exactly same result using full path or starting with 'paraviewweb' Using: import CompositeComponent from 'paraviewweb/src/'; > import BGColorComponent from >

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-09 Thread Sebastien Jourdain
The import should start with 'paraviewweb' then you provide the full path from there like: import BGColorComponent from 'paraviewweb/src/Component/Native/ BackgroundColor'; On Wed, Aug 9, 2017 at 6:24 PM, Léo Pessanha wrote: > Hi! I did the changes. The only

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-09 Thread Léo Pessanha
Hi! I did the changes. The only thing I am not sure it's the right paths in the imports of ${ROOT}/src/index.js import CompositeComponent from '..'; > import BGColorComponent from '../../BackgroundColor'; > > Should I change this paths? I did try import CompositeComponent from

Re: [Paraview] [vtkusers] SafeDownCast does not work properly

2017-08-09 Thread Utkarsh Ayachit
Maximilian, That's not a reasonable expectation. Mesh **isa** vtkPolyData, and not vice-versa. Look at docs for dynamic_cast in C++. In spirit, SafeDownCast is essentially the same thing. Utkarsh On Wed, Aug 9, 2017 at 2:12 PM, Maximilian Weiherer < weiherer.maximil...@gmx.de> wrote: > Hi

[Paraview] Rendering/Screenshot with "deep color" (REPOST)

2017-08-09 Thread Jonathan Borduas
Dear Paraviewers, As seen in the attached image, we can see the transitions between the different grays that occur with a 24bits-per-pixel screenshot export of ParaView. While most image editing software and printer support 32bits-per-pixel such as Ms Paint and Photoshop. Most GPU

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Sebastien Jourdain
If you just want to run it on your desktop, just download a ParaView binary and you will be all set. The only thing with Ubuntu 16, is that the documentation explaining how to make services and configure apache might be slightly off. Also the ansible provisioning script won't work, but everything

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Evans, Llion
Ok, thanks. I guess to get it to work on the free tier I’d need to rebuild with mesa. I’d rather not go down that path as I’m not knowledgeable enough. That means I need to go back to trying to install on my local machine, but I was having difficulty getting Visualizer to start properly on

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Sebastien Jourdain
Yes, you need a g2 On Wed, Aug 9, 2017 at 10:10 AM, Evans, Llion wrote: > I found the error below (there was a new entry for each time I refreshed > the page on the browser). > > > > ERROR: In /home/kitware/Dashboards/buildbot/paraview-debian4dash- >

[Paraview] Fwd: add dataset names as a field to the groupdataset

2017-08-09 Thread Shayan Nikoohemat
Is it possible automatically assign block numbers in a group data set to a new field and replace them with each data set name? For example I have data sets of points: wall1, wall2 , ceiling, floor and then I make a group dataset: groupDatasets1 = GroupDatasets(Input=[wall_1, floor_1, ceiling_1,

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Evans, Llion
I found the error below (there was a new entry for each time I refreshed the page on the browser). ERROR: In /home/kitware/Dashboards/buildbot/paraview-debian4dash-linux-shared-release_qt4_superbuild/source-paraview/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 333

Re: [Paraview] Paraview source and its associated qt version

2017-08-09 Thread Cory Quammen
On Wed, Aug 9, 2017 at 5:34 AM, Andrew Nicholson wrote: > Cory, > > Thanks for the info. Is there anywhere I can find this out when I download > the source? At the point of download? We don't list required versions on the downloads page I'm afraid. We do list some

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Sebastien Jourdain
Did you look at the logs on the server to see if you could have some hints on what could be the issue? On Wed, Aug 9, 2017 at 8:32 AM, Evans, Llion wrote: > Hi Seb/Claude, > > Hopefully this should be an easy answer. > > I’ve been trying to get Visualizer up and running on

Re: [Paraview] ParaviewWeb on EC2

2017-08-09 Thread Evans, Llion
Hi Seb/Claude, Hopefully this should be an easy answer. I’ve been trying to get Visualizer up and running on aws. I used the ami mentioned below (ami-34f3f65e) and can load the page in a browser which brings up the 'ParaViewWeb' logo and a spinning cog. After a short while I get an error

[Paraview] Question about plugins with Catalyst and Python scripts

2017-08-09 Thread yvan . fournier
Hello, We have been using Catalyst (with Python coprocessing scripts) in our code for quite a while now, and am trying to see how to make thing more user-friendly. One of the main issues we have is that if plugins are loaded in ParaView when using the Coprocessing Generator plugin, extra lines

Re: [Paraview] Screenshot resolution and 2D actors size

2017-08-09 Thread Wilhelm Lionel
Yes, it gives exactly the same output. I would be happy to send you my python script but I'm unfortunatly not allowed to do this for confidentiality reasons. I will see if I can reproduce the same behaviour with another dataset/script that I could share. Thanks a lot ! Lionel