<div dir="ltr">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.<div style>The XML is just when you want to expose some VTK classes to the ParaView GUI with auto generated panel.</div>
<div style><br></div><div style>To build the ParaView examples you will need to create a new build tree like as follow.</div><div style><br></div><div style>mkdir build-examples</div><div style>cd build-examples</div><div style>
ccmake ../src-paraview/<span style="font-family:arial,sans-serif;font-size:13px">Examples</span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">make</span></div><div style><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">And then load the generated library inside </span>build-examples/<span style="font-family:arial,sans-serif;font-size:13px">Plugings/</span><span style="font-family:arial,sans-serif;font-size:13px">HelixSource</span></div>
<div style><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">Seb</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Jan 11, 2013 at 4:29 AM, Nico Kruithof <span dir="ltr">&lt;<a href="mailto:Nico@nghk.nl" target="_blank">Nico@nghk.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br><br>I&#39;m trying to get the HelixSource plugin loaded (Examples/Plugings/HelixSource). In paraview I added the plugin: Tools-&gt;Manage plugins-&gt;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 and the output data type are still shown. Are there other things that I need to set up?<span class="HOEnZb"><font color="#888888"><br clear="all">

<br>Nico Kruithof<br>Visualisation expert, SURFsara.nl<br><br>
</font></span><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>