[Paraview] Specify value for CMAKE_INSTALL_PREFIX when compiling Catalyst?

2016-08-12 Thread Christopher Neal
Hi All, I was wondering what the appropriate way to specify a value for the cmake variable CMAKE_INSTALL_PREFIX is when compiling a Catalyst edition.  The editions make use of a cmake.sh script, and I’ve just been manually adding the variable to that file because I can’t quite figure out

Re: [Paraview] load plugin through python scripts

2016-08-12 Thread 曹智选
The problem is still not solved. I added ns=globals() and tried both remote=False and remote=True. Neither of them works. The same error message persist: Plot[plotname] = H5PartReader(FileName=maindirectory+subdirectory+name) NameError: global name 'H5PartReader' is not defined 2) I also tried to

Re: [Paraview] Custom widget integration in Paraview

2016-08-12 Thread Cory Quammen
Corinna, Does this example help? paraview/Examples/Plugins/PropertyWidgets Basically, you define a custom Qt widget for a property and in the proxy XML tell ParaView to use the custom widget for the property with the "panel_widget" attribute. HTH, Cory On Fri, Aug 12, 2016 at 6:58 AM, corinna

Re: [Paraview] Catalyst - missing some basic filters

2016-08-12 Thread Andy Bauer
Hi, This is the classic 80% / 20% software problem where 80% of the users only use 20% of the capabilities but each 20% is significantly different. As for creating your own Catalyst edition, that is definitely possible. There's some information at

Re: [Paraview] load plugin through python scripts

2016-08-12 Thread Sebastien Jourdain
you need to provide your globals to LoadPlugin, so it can add H5PartReader into the main scope. Otherwise, you will need to use the full path which should be something along that servermanager.sources.H5PartReader def LoadPlugin(filename, remote=True, ns=None): """Loads a ParaView plugin

Re: [Paraview] PV Web scrollwheel for zoom, wrong legend

2016-08-12 Thread Sebastien Jourdain
1) Yes, the client code should send the proper event to the server. But that event might not be properly handle by the ParaView backend while it is for VTK. Look at ${pv_src}/Web/Python/paraview/web/protocols.py #ParaViewWebMouseHandler vs ${pv_src}/VTK/Web/Python/vtk/web/protocols.py

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

2016-08-12 Thread David Lonie
Oops, I sent that too quickly -- the vtkBuffer.h line should actually be: vtkTemplateTypeMacro(vtkBuffer, vtkObject) with the template argument. Dave ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Qt version support update 2016

2016-08-12 Thread Shawn Waldon
To use Qt5, you have to set the PARAVIEW_QT_VERSION variable to 5 (it still defaults to 4, which is why cmake is complaining). Note that some things may be buggy when building against Qt5, I don't know the full list of current issues, just that there are some. Also note that you have to specify

Re: [Paraview] load plugin through python scripts

2016-08-12 Thread 曹智选
No, I have this in the scripts. 2016-08-11 19:52 GMT-04:00 Sebastien Jourdain < sebastien.jourd...@kitware.com>: > Are you missing? > > from paraview.simple import * > > On Thu, Aug 11, 2016 at 4:10 PM, 曹智选 wrote: > >> Hi, >> I am trying to write a python scripts to

[Paraview] Custom widget integration in Paraview

2016-08-12 Thread corinna reuter
Hello, I am looking for a possibility how to integrate a custom widget into the ParaView UI. (It is basically a text widget displaying properties of a custom filter. In addition to the standard property widgets I have to modify the widget's notification system. But these are implementation

[Paraview] How about developing a Paraview forum

2016-08-12 Thread Mega Mind
Mailing lists are horrible. Is it 1990? Time to upgrade. A forum in the form of question and answer such as http://stackoverflow.com/ would be good and a good place to start looking is this page that answered the question of good open source question and answer forums:

[Paraview] Qt version support update 2016

2016-08-12 Thread Mega Mind
Has the Qt version support advanced close to 5.7 yet? Cmake throws error that Qt 4.x required but read on mailing list some guys are using Qt 5.x. I'm installing Qt 4.8.1 but the only option seems to be x86 and for Visual Studio 2010. Trying to build on Win7 64bit with MSVisual Studio 2015

[Paraview] PV Web scrollwheel for zoom, wrong legend

2016-08-12 Thread Daniel Zuidinga
Hi, I have 2 questions for paraview web (pv web visualizer). 1. Can I activate mouse wheel for zooming? 2. I have wrong values (0) at the legend when webgl is enabled. Can you give me a hint where to look at the code for a bugfix? regards Daniel ___

Re: [Paraview] ParaView over the internet

2016-08-12 Thread Patrick Bégou
Hi Fan, at work we are using paraview remotely efficiently by two ways: - from a cluster: launching pvserver (using mpi for large datasets) and connecting from a laptop/desktop paraview session. This requires very small network bandwith (tested from my home via ADSL for a 1024³ dataset) but

Re: [Paraview] Slicing a sphere based on longitudes and latitudes

2016-08-12 Thread Lester Anderson
Thanks Ken, sorry for the basic query On 11 August 2016 at 17:01, Moreland, Kenneth wrote: > Lester, > > Once again, this problem can be solved with some basic geometry. Basically > you want to slice by a plane that goes through the origin (0, 0, 0) and the > two points