MantisBT - ParaView
View Issue Details
0010835ParaViewBugpublic2010-06-16 04:442011-05-17 20:34
Jerome Velut 
Utkarsh Ayachit 
normalminoralways
closedfixed 
PCLinuxFedora 13
Development 
3.12 
0010835: Autoload doesn't work for XML-only plug-ins
When enabling VTK filters in ParaView with a simple XML description of the proxy, the 'Autoload' checkbox has no effect: The plug-in has to be reloaded each time ParaView starts.
- Go to 'Tools' -> 'Manage plugins'
- Click 'Load new'
- Choose '*.xml' in the combobox 'Files of type'
- Select the attached 'SplineFilter.xml' and press 'Ok'
A SplineFilter plug-in should appear in the plug-ins list.
- Click on '+' to deploy the 'SplineFilter' options
- Check 'Auto Load'
- Close the Plugin Manager
- Close ParaView
- Restart ParaView -> The SplineFilter plug-in is not loaded.
1- It is reproducible with any XML proxy description.
2- Creating a dynamic library with ADD_PARAVIEW_PLUGIN based on that XML is a workaround, but it necessitates a build step.
3- A similar bug is described here: http://public.kitware.com/Bug/view.php?id=9803 [^] but concern binary plug-in. Thus it is not a duplicate

No tags attached.
related to 0010665closed Utkarsh Ayachit Plugins built for server not listed 
xml SplineFilter.xml (1,784) 2010-06-16 04:44
https://www.vtk.org/Bug/file/8193/SplineFilter.xml
Issue History
2010-06-16 04:44Jerome VelutNew Issue
2010-06-16 04:44Jerome VelutFile Added: SplineFilter.xml
2011-02-14 10:01Robert MaynardRelationship addedrelated to 0010665
2011-02-14 16:26Sean ZiegelerNote Added: 0025425
2011-05-09 17:12Utkarsh AyachitNote Added: 0026472
2011-05-09 17:12Utkarsh AyachitStatusbacklog => @80@
2011-05-09 17:12Utkarsh AyachitResolutionopen => fixed
2011-05-09 17:12Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-05-09 17:13Utkarsh AyachitFixed in Version => 3.12
2011-05-17 20:34Alan ScottNote Added: 0026526
2011-05-17 20:34Alan ScottStatus@80@ => closed

Notes
(0025425)
Sean Ziegeler   
2011-02-14 16:26   
Just discovered this one... any chance it will be fixed in time for 3.10.0-rc2?
(0026472)
Utkarsh Ayachit   
2011-05-09 17:12   
commit ebd0057c757fedd8e96c2c9477e6f1d14eab4957
Merge: dbaa49a 1812062
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon May 9 17:10:43 2011 -0400

    Merge topic 'fix_xml_plugins'
    
    1812062 Added support to load XML-only plugins.

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.
(0026526)
Alan Scott   
2011-05-17 20:34   
Tested local server, trunk, Windows.