MantisBT - ParaView
View Issue Details
0010598ParaViewFeaturepublic2010-04-22 19:572010-07-07 17:00
David Doria 
Robert Maynard 
normalminoralways
closedfixed 
Development 
3.8.13.8.1 
0010598: SpreadSheet view doesn't work unless there is PointData
If you make a source (I tested with a cone source), split the view to
show a spreadsheet view, and select a point on the cone, nothing shows
up in the spreadsheet view. In fact, under Attribute the only option
is FieldData. If you do something so that the points get PointData
(e.g. GenerateSurfaceNormals), you can then select a point and see the
normal, coordinate, and point ID of the selected point. I'd suggest it be changed so that the coordinate and ID could be seen even if the object doesn't have any
PointData.
No tags attached.
Issue History
2010-04-22 19:57David DoriaNew Issue
2010-04-23 13:10Ken MorelandNote Added: 0020377
2010-04-30 14:35Utkarsh AyachitStatusbacklog => tabled
2010-04-30 14:35Utkarsh AyachitAssigned To => Robert Maynard
2010-04-30 14:41Utkarsh AyachitNote Added: 0020497
2010-05-17 13:08Robert MaynardNote Added: 0020762
2010-05-17 13:08Robert MaynardStatustabled => @80@
2010-05-17 13:08Robert MaynardFixed in Version => 3.8.2
2010-05-17 13:08Robert MaynardResolutionopen => fixed
2010-05-17 16:39Robert MaynardNote Added: 0020765
2010-05-17 16:39Robert MaynardStatus@80@ => @20@
2010-05-17 16:39Robert MaynardResolutionfixed => reopened
2010-05-17 16:40Robert MaynardNote Added: 0020766
2010-05-17 16:40Robert MaynardStatus@20@ => @80@
2010-05-17 16:40Robert MaynardResolutionreopened => fixed
2010-05-17 21:16Alan ScottNote Added: 0020771
2010-05-17 21:16Alan ScottStatus@80@ => closed
2010-06-15 09:45Utkarsh AyachitFixed in Version3.8.2 => 3.8.1
2010-06-15 09:45Utkarsh AyachitTarget Version => 3.8.1
2010-07-07 09:55Utkarsh AyachitFixed in Version3.8.1 => Development
2010-07-07 10:15Utkarsh AyachitNote Added: 0021275
2010-07-07 10:16Utkarsh AyachitNote Edited: 0021275
2010-07-07 10:17Utkarsh AyachitNote Added: 0021276
2010-07-07 16:59Utkarsh AyachitNote Deleted: 0021276
2010-07-07 17:00Utkarsh AyachitNote Added: 0021293
2010-07-07 17:00Utkarsh AyachitFixed in VersionDevelopment => 3.8.1
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0020377)
Ken Moreland   
2010-04-23 13:10   
The issue is identical for cell data. You should be able to see a list of cell ids in the spreadsheet view regardless of whether there is any other cell data. This is helpful when selecting cells.
(0020497)
Utkarsh Ayachit   
2010-04-30 14:41   
Robert,

First step: In the proxy (extended_filters, BlockDeliveryPreprocessor), the FieldDataDomain under the property "FieldAssociation", is the one that automatically updates itself based on whether there are point/cell arrays etc. I believe vtkSMFieldDataDomain should look at the number of points/cells etc. to determine whether that attribute is valid.

Second step: ensure that vtkBlockDeliveryPreprocessor does the right thing and produce atleast cell ids and point ids even when no arrays are present. It works for points since it always add the co-ordinate array. Not sure about cells and other attributes.
(0020762)
Robert Maynard   
2010-05-17 13:08   
ParaView commit SHA1: 8ec3c226438f390393aea0deb822fd5e48ef7639
(0020765)
Robert Maynard   
2010-05-17 16:39   
Reopening to update the commit sha, as bugs existed with the initial implementation.
(0020766)
Robert Maynard   
2010-05-17 16:40   
Fixed the bugs with the updated vtkSMFieldDataDomain breaking histograms. Also added cell id's to volume data.

ParaView Commit SHA1: ec01c2c3417ab79ce2d9bccbc49c8c9b9534516e
(0020771)
Alan Scott   
2010-05-17 21:16   
Tested local server, trunk, Windows.
(0021275)
Utkarsh Ayachit   
2010-07-07 10:15   
(edited on: 2010-07-07 10:16)
Note #0020762: is pointing to incorrect SHA. The correct SHA is

commit 3162a331e1bb27ddf14be76991628317c8cb1041
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Thu May 13 15:14:10 2010 -0400

    Bug: 10598 SpreadSheet view always data for cells and points
    
    Now when looking at a spread sheet you will always have cell ids under cells. and point ids and coords under points.

(0021293)
Utkarsh Ayachit   
2010-07-07 17:00   
Moved to "release" branch