MantisBT - ParaView
View Issue Details
0012071ParaViewBugpublic2011-04-12 10:052011-05-17 20:45
Dave DeMarle 
Utkarsh Ayachit 
normalminoralways
closedfixed 
Development 
4.03.12 
0012071: readers in plugins appear in sources menu
since the collaboration merge, readers in plugins now appear in the sources menu.
To reproduce, load streaming view plugin, look for raw strided reader in sources menu.
No tags attached.
patch 0001-BUG-AnalyzeReader-H5PartReader-NIfTIReader-showed-up.patch (1,994) 2011-05-03 06:21
https://www.vtk.org/Bug/file/8846/0001-BUG-AnalyzeReader-H5PartReader-NIfTIReader-showed-up.patch
Issue History
2011-04-12 10:05Dave DeMarleNew Issue
2011-04-12 10:05Dave DeMarleStatusbacklog => tabled
2011-04-12 10:05Dave DeMarleAssigned To => Sebastiennn Jourdain
2011-04-12 10:34Utkarsh AyachitNote Added: 0026170
2011-04-12 10:35Utkarsh AyachitNote Edited: 0026170bug_revision_view_page.php?bugnote_id=26170#r304
2011-04-13 13:12Utkarsh AyachitStatustabled => @80@
2011-04-13 13:12Utkarsh AyachitFixed in Version => 3.12
2011-04-13 13:12Utkarsh AyachitResolutionopen => fixed
2011-05-02 21:38Alan ScottAssigned ToSebastiennn Jourdain => Utkarsh Ayachit
2011-05-02 21:38Alan ScottNote Added: 0026414
2011-05-02 21:38Alan ScottStatus@80@ => @20@
2011-05-02 21:38Alan ScottResolutionfixed => reopened
2011-05-03 06:21Sven BuijssenFile Added: 0001-BUG-AnalyzeReader-H5PartReader-NIfTIReader-showed-up.patch
2011-05-03 06:28Sven BuijssenNote Added: 0026421
2011-05-09 10:04Utkarsh AyachitNote Added: 0026465
2011-05-09 10:04Utkarsh AyachitStatus@20@ => @80@
2011-05-09 10:04Utkarsh AyachitResolutionreopened => fixed
2011-05-17 20:45Alan ScottNote Added: 0026531
2011-05-17 20:45Alan ScottStatus@80@ => closed

Notes
(0026170)
Utkarsh Ayachit   
2011-04-12 10:34   
(edited on: 2011-04-12 10:35)
I fixed this yesterday.


commit 7e5416cc138abfec6aba3012fccccc6a03df4c30
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Apr 11 16:42:02 2011 -0400

    Readers loaded from plugins were showing up in Sources menu. Fixed that.

(0026414)
Alan Scott   
2011-05-02 21:38   
Nope, still a bug.

Trunk, windows, local server. Start with no plugins loaded.
Tools/ Manage Plugins. Load the H5PartReader. (Hope you don't need to rebuild...)
It will now show up in the sources menu.
(0026421)
Sven Buijssen   
2011-05-03 06:28   
That might be a different problem. I had to add ReaderFactory hints to all my readers' servermanager XML to avoid this, much like in the attached patch. Essentially the same XML as in the GUI XML, but omitting the extensions attribute. Otherwise the extension is listed twice in the file dialog. I'm wondering whether that's intentional. The GUI XML can not be omitted currently (PV git/master branch) either as then the reader is not listed at all in the file dialog.
(0026465)
Utkarsh Ayachit   
2011-05-09 10:04   
commit 8c8971b7a5eb48189486e867f51acec1ad804baf
Merge: 96574f0 9ba0a08
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon May 9 10:03:59 2011 -0400

    Merge topic 'bug_12071'
    
    9ba0a08 Fixed BUG 0012071.

commit 9ba0a082b6ba18de083aa383c016947aa523ad49
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon May 9 10:02:55 2011 -0400

    Fixed BUG 0012071.
    
    Old reader proxies don't have ReaderFactory hints in them. Avoid adding such
    proxies to the sources list as well.
(0026531)
Alan Scott   
2011-05-17 20:45   
Tested local server, Windows, trunk.