Re: [Paraview] custom view plugin - minimal example needed

2018-01-25 Thread Kolja Petersen
Dear Mathieu, I may be missing the point of your suggested code. I asked whether plugins can provide views beyond the existing RenderViews, on 15 January I sent a code snippet to the list to show my successful attempts that implement a new RenderView and ask how to replace it with a generic view

Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-25 Thread SeongMo
Dear Andy Bauer, For the color map issue, I think ParaView 5.4.1 resolved it. But, I could not figure out annotate time filter issue. may be it is just simple problem but I am not sure. Coprocess routine is as follows and python script is attached. It would be appreciated if you make some

[Paraview] OpenGL Vendor

2018-01-25 Thread Scott, W Alan
With a remote server running on a cluster, what does the Help/ About/ Connection Information/ OpenGL Version string mean? Where is this found? Isn't this the version of OpenGL compiled into the pvserver? What is the name of this library, and any idea how I can find what is being used? I

Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-25 Thread Ufuk Utku Turuncoglu (BE)
Hi Seongmo, I am using following steps to add annotation to Catalyst, 1 - Create a ProgrammableFilter 2 - Add following code to it (don’t forget to modify epoc) import paraview.simple import paraview.servermanager import datetime import locale # get output port and copy it to input out =

Re: [Paraview] python mismatch with superbuild on os x

2018-01-25 Thread Nicolas Vuaille
Hi, I don't know if there is a proper fix but there is a CMake option to bypass this check: set PYTHON_I_KNOW_WHAT_IM_DOING to true may solve the problem. Nicolas 2018-01-25 5:35 GMT+01:00 Cory Quammen : > On Wed, Jan 24, 2018 at 12:57 PM, Sgouros, Thomas >