MantisBT - ParaView
View Issue Details
0010488ParaViewBugpublic2010-03-30 09:492011-05-17 20:35
David Doria 
Utkarsh Ayachit 
normalminoralways
closedfixed 
Development 
3.12 
0010488: XML plugins not loaded at startup
I added some paths to my PV_PLUGIN_PATH. When I start Paraview, in the
plugin manager I see the .so plugins in those paths, but not the .xml
plugins.

Bu ".so plugin" I mean I have a .h, .cxx, and .xml file that I have compiled
into a .so file. By ".xml plugin" I ONLY have a .xml file that is using
existing vtk .cxx/.h files. In the plugin manager, when you load a new
plugin, you have to change the file type drop down box to ".xml" to
load an xml file directly.
No tags attached.
Issue History
2010-03-30 09:49David DoriaNew Issue
2011-05-09 17:13Utkarsh AyachitNote Added: 0026473
2011-05-09 17:13Utkarsh AyachitStatusbacklog => @80@
2011-05-09 17:13Utkarsh AyachitFixed in Version => 3.12
2011-05-09 17:13Utkarsh AyachitResolutionopen => fixed
2011-05-09 17:13Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-05-17 20:35Alan ScottNote Added: 0026527
2011-05-17 20:35Alan ScottStatus@80@ => closed

Notes
(0026473)
Utkarsh Ayachit   
2011-05-09 17:13   
commit 18120623b8890fdc78190112b20817caf9412e25
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon May 9 17:06:55 2011 -0400

    Added support to load XML-only plugins.
    
    Using same path for xml plugins as the compiled plugins. This fixes BUG 0012165,
    BUG 0010488 and BUG 0010835.
(0026527)
Alan Scott   
2011-05-17 20:35   
Taking Utkarsh's word for it.