MantisBT - ParaView
View Issue Details
0005652ParaView(No Category)public2007-09-04 15:022009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0005652: Loading state produces error - duplicate custom filter
To reproduce:
* Load the attached state
* Exit paraview
* Re-start and load the attached state:

Duplicate compound proxy definition added

What are we to do with custom filter clashes?
No tags attached.
? Torus.pvsm (61,398) 2007-09-04 15:02
https://www.vtk.org/Bug/file/6137/Torus.pvsm
Issue History
2007-09-04 15:02Berk GeveciNew Issue
2007-09-04 15:02Berk GeveciFile Added: Torus.pvsm
2007-11-30 14:13Utkarsh AyachitStatusbacklog => tabled
2007-11-30 14:13Utkarsh AyachitAssigned To => Utkarsh Ayachit
2007-12-28 11:43Utkarsh AyachitStatustabled => @80@
2007-12-28 11:43Utkarsh AyachitResolutionopen => fixed
2007-12-28 11:43Utkarsh AyachitNote Added: 0010028
2008-01-03 18:47Alan ScottStatus@80@ => closed
2008-01-03 18:47Alan ScottNote Added: 0010068
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
(0010028)
Utkarsh Ayachit   
2007-12-28 11:43   
When a custom filter definition is loaded from state and
one with same name already exists, we check the two definitions for an exact
match. If they are identical no errors are raised. The comparison is a literal string comparison done after dumping the two definitions to a string.

NOTE: don't use attached state since it's a old state and we don't support backwards compatibility with custom filters.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- vtkSMProxyManager.cxx
new revision: 1.71; previous revision: 1.70
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManagerInternals.h,v <-- vtkSMProxyManagerInternals.h
new revision: 1.10; previous revision: 1.9
(0010068)
Alan Scott   
2008-01-03 18:47   
Assumed fixed.