MantisBT - ParaView
View Issue Details
0009671ParaViewFeaturepublic2009-10-07 11:212010-01-20 18:28
Ken Moreland 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
 
3.83.8 
0009671: Plugin Manager should list plugins compiled/distributed with ParaView
When ParaView is compiled or installed, any plugin located in ParaView3/Plugins and is compiled should be listed in the Plugin Manager by default even though they are not loaded by default. This makes it easier for users to find these plugins and enable them.
No tags attached.
related to 0010005closed Utkarsh Ayachit .pv-plugin-config (or something similar) to tell ParaView the list of distributed plugins 
Issue History
2009-10-07 11:21Ken MorelandNew Issue
2009-12-07 16:34Alan ScottNote Added: 0018719
2009-12-07 16:34Alan ScottPrioritynormal => high
2009-12-09 09:48Utkarsh AyachitRelationship addedrelated to 0010005
2009-12-10 15:27Utkarsh AyachitStatusbacklog => tabled
2009-12-10 15:27Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-12-10 15:29Utkarsh AyachitNote Added: 0018804
2009-12-10 15:29Utkarsh AyachitStatustabled => @80@
2009-12-10 15:29Utkarsh AyachitFixed in Version => 3.8
2009-12-10 15:29Utkarsh AyachitResolutionopen => fixed
2009-12-10 17:07Utkarsh AyachitNote Added: 0018806
2009-12-10 17:07Utkarsh AyachitStatus@80@ => tabled
2009-12-29 11:18Utkarsh AyachitNote Added: 0019008
2009-12-29 11:18Utkarsh AyachitStatustabled => @80@
2010-01-20 18:28Alan ScottNote Added: 0019231
2010-01-20 18:28Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0018719)
Alan Scott   
2009-12-07 16:34   
This is going to be required for the Prism plugin for 3.8.0, so I am making it a higher priority. Needs to be in PV 3.8.0.
(0018804)
Utkarsh Ayachit   
2009-12-10 15:29   
Added support for a ".plugins" xml file
that is provided next to the paraview executable that lists the packaged plugins
which are listed by the plugin manager by default.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMPluginManager.h,v <-- Servers/ServerManager/vtkSMPluginManager.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMPluginManager.cxx,v <-- Servers/ServerManager/vtkSMPluginManager.cxx
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Qt/Core/pqApplicationCore.h,v <-- Qt/Core/pqApplicationCore.h
new revision: 1.43; previous revision: 1.42
/cvsroot/ParaView3/ParaView3/Qt/Core/pqApplicationCore.cxx,v <-- Qt/Core/pqApplicationCore.cxx
new revision: 1.95; previous revision: 1.94
/cvsroot/ParaView3/ParaView3/Qt/ApplicationComponents/pqParaViewBehaviors.cxx,v <-- Qt/ApplicationComponents/pqParaViewBehaviors.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Plugins/CMakeLists.txt,v <-- Plugins/CMakeLists.txt
new revision: 1.50; previous revision: 1.49
/cvsroot/ParaView3/ParaView3/CMake/ParaViewPlugins.cmake,v <-- CMake/ParaViewPlugins.cmake
new revision: 1.59; previous revision: 1.58
/cvsroot/ParaView3/ParaView3/Applications/ParaView/CMakeLists.txt,v <-- Applications/ParaView/CMakeLists.txt
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.120; previous revision: 1.119
(0018806)
Utkarsh Ayachit   
2009-12-10 17:07   
Issues still exist on mac locating the plugins from build directory. So reopening this.
(0019008)
Utkarsh Ayachit   
2009-12-29 11:18   
Fixed mac issues. Simply run ParaView with -dr option to see if the plugin list is loaded correctly.
(0019231)
Alan Scott   
2010-01-20 18:28   
Assuming it works, since I don't have a mac.