MantisBT - ParaView
View Issue Details
0002149ParaView(No Category)public2005-08-12 16:202009-12-09 22:04
Ryan 
Berk Geveci 
normalmajoralways
closednot fixable 
 
 
0002149: LA: Calculator fails to handle identical attribute names
When the "Append Attributes" filter is applied to two datasets which have attributes with the same name, the calculator only shows one instance of the attribute name. This means you cant distinguish between one dataset and another when the attribute names are the same. Perhaps there should be a prefix with the datasets name in the calculator scalar and vector menus?
No tags attached.
Issue History
2009-12-09 14:51Berk GeveciProject@3@ => ParaView
2009-12-09 22:04Berk GeveciNote Added: 0018785
2009-12-09 22:04Berk GeveciStatustabled => closed
2009-12-09 22:04Berk GeveciResolutionopen => not fixable
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0002915)
Berk Geveci   
2005-08-17 16:15   
This is not a GUI issue. VTK datasets cannot have two attributes with the same name because the attributes are accessed by name and name has to be unique. We could fix the VTK filter. Should we do it?
(0018785)
Berk Geveci   
2009-12-09 22:04   
We will have a better way of dealing with this in the future. Probably using the Python calculator, which will take multiple inputs.