[Paraview] Plugin Writing

Michael Jackson mike.jackson at bluequartz.net
Mon Dec 22 10:11:53 EST 2008


That code is in the gui xml file that your plugin provides I believe.

Something like:
<ParaViewFilters>
   <Filter name="myGreatFilter" />
</ParaViewFilters>


_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



On Dec 22, 2008, at 8:28 AM, Benjamin Schindler wrote:

> Hi
>
> I've got a plugin which compiles cleanly, but the menu entry for the  
> plugin is not shown (The plugin is being loaded - I checked strace.  
> So PV_PLUGIN_PATH is set correctly)
>
> Since I have no clue where the problem could be - is there some  
> debugging switch that enables some kind of error messages? paraview  
> is completely silent and doesn't tell a thing when the plugin wasn't  
> able to load
>
> Thanks
> Benjamin
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list