|
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 |
|