Re: [Paraview] Question about plugins with Catalyst and Python scripts

2017-08-16 Thread Mathieu Westphal
Hi Yvan I understand your catalyst issue but I do not see any other solutions. Regarding loading a plugin from python, it actually is quite simple : >>> from paraview.simple import * >>> LoadPlugin("path/to/lib.so") Best regards, Mathieu Westphal On Wed, Aug 9, 2017 at 12:29 PM,

[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