MantisBT - ParaView
View Issue Details
0006689ParaView(No Category)public2008-04-01 09:322009-05-13 13:59
Utkarsh Ayachit 
Alan Scott 
normalminoralways
closedfixed 
 
3.43.4 
0006689: Custom filters with no input can never be instantiated
Create a custom filter from a source (say sphere source). It still shows up in the filters menu and is never enabled.
No tags attached.
xml SourceCustomFilter.xml (3,378) 2008-04-03 11:12
https://www.vtk.org/Bug/file/6384/SourceCustomFilter.xml
Issue History
2008-04-01 09:32Utkarsh AyachitNew Issue
2008-04-01 09:32Utkarsh AyachitStatusbacklog => tabled
2008-04-01 09:32Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-04-01 10:47Utkarsh AyachitStatustabled => @80@
2008-04-01 10:47Utkarsh AyachitResolutionopen => fixed
2008-04-01 10:47Utkarsh AyachitNote Added: 0011014
2008-04-02 19:09Alan ScottStatus@80@ => @20@
2008-04-02 19:09Alan ScottResolutionfixed => reopened
2008-04-02 19:09Alan ScottNote Added: 0011053
2008-04-03 11:12Utkarsh AyachitFile Added: SourceCustomFilter.xml
2008-04-03 11:13Utkarsh AyachitNote Added: 0011058
2008-04-03 11:13Utkarsh AyachitStatus@20@ => tabled
2008-04-03 11:13Utkarsh AyachitAssigned ToUtkarsh Ayachit => Alan Scott
2008-04-03 11:14Utkarsh AyachitStatustabled => @20@
2008-04-07 17:31Alan ScottStatus@20@ => closed
2008-04-07 17:31Alan ScottNote Added: 0011126
2008-04-07 17:31Alan ScottResolutionreopened => fixed
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011014)
Utkarsh Ayachit   
2008-04-01 10:47   
If a custom filter is created with no inputs, then it gets
added to the "sources" group and is available in the sources menu.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqCustomFilterDefinitionWizard.cxx,v <-- Qt/Components/pqCustomFilterDefinitionWizard.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Qt/Components/pqCustomFilterManager.cxx,v <-- Qt/Components/pqCustomFilterManager.cxx
new revision: 1.8; previous revision: 1.7
(0011053)
Alan Scott   
2008-04-02 19:09   
I cannot replicate the fix. This bug seems to be intact to me.

Local client, it acts as stated here.
Client/Server, it crashes paraview.
(0011058)
Utkarsh Ayachit   
2008-04-03 11:13   
Really weird. I tried on linux/vista/builtin/client-server. This seems to work fine for me.

Try playing the attached test. Make sure that there's no custom filter named "UDANewSource" before running the test.
(0011126)
Alan Scott   
2008-04-07 17:31   
Tested local client. If you don't have an input to a custom filter, it goes in
the source area.