Re: [Paraview] Paraview plugin doesn't load the GUI.

2013-01-11 Thread Utkarsh Ayachit
I don't think ParaView ever supported loading UI files directly as so. If you want to specify a custom GUI, you'll have to compile a plugin and then load it. The XML loading mechanism is only for bringing in Proxy XMLs for simple plugins. Utkarsh On Fri, Jan 11, 2013 at 9:46 AM, Nico Kruithof wr

Re: [Paraview] Paraview plugin doesn't load the GUI.

2013-01-11 Thread Nico Kruithof
The HelixSource plugin doesn't contain a CMakeLists.txt file so the shared library isn't compiled. Nico On Fri, Jan 11, 2013 at 3:36 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > If the plugin is composed of C++ code (ui or processing code), what need > to be loaded is the co

Re: [Paraview] Paraview plugin doesn't load the GUI.

2013-01-11 Thread Sebastien Jourdain
If the plugin is composed of C++ code (ui or processing code), what need to be loaded is the compiled library (.dll/.so/.dylib) not the xml. The XML is just when you want to expose some VTK classes to the ParaView GUI with auto generated panel. To build the ParaView examples you will need to creat

[Paraview] Paraview plugin doesn't load the GUI.

2013-01-11 Thread Nico Kruithof
Hello, I'm trying to get the HelixSource plugin loaded (Examples/Plugings/HelixSource). In paraview I added the plugin: Tools->Manage plugins->add helix.xml. The plugin is loaded as I can create a helix, however the modified user interface (HelixSource.ui) is not used. For example, the python code