Hello dear paraview developers!
I want to have some complex logic and integration with other systems, with my python scripts
How can I manage my C++/VTK plugin from Python?
Thanks
Hello dear paraview developers!
I want to have some complex logic and integration with other systems, with my python scripts
How can I manage my C++/VTK plugin from Python?
Thanks
Hi,
not sure what you mean by “manage” but in Python scripting you can LoadPlugin or LoadPlugins. See simple.plugin module (note, this module was only “simple” and was splitted recently, unreleased for now)
(also note the need to specify the ns=globals() to access your proxies as usual)