MantisBT - ParaView
View Issue Details
0008076ParaView(No Category)public2008-11-10 18:262016-08-12 09:57
Utkarsh Ayachit 
Utkarsh Ayachit 
highminorhave not tried
closedmoved 
 
 
0008076: Coloring with Partial Arrays
When coloring a composite dataset with partial arrays, currently color is assigned to blocks without the selected array by making up a value (0). Instead, in such cases, no scalar coloring should be applied to the block (revert to solid coloring).
No tags attached.
Issue History
2008-11-10 18:26Utkarsh AyachitNew Issue
2008-11-10 18:26Utkarsh AyachitStatusbacklog => tabled
2008-11-10 18:26Utkarsh AyachitAssigned To => Zhanping Liu
2009-02-17 15:00Utkarsh AyachitCategory3.6 => 3.8
2009-05-13 13:41Utkarsh AyachitTarget Version => 3.8
2010-11-19 14:02Utkarsh AyachitNote Added: 0023448
2010-11-19 14:02Utkarsh AyachitStatustabled => @80@
2010-11-19 14:02Utkarsh AyachitFixed in Version => 3.10
2010-11-19 14:02Utkarsh AyachitResolutionopen => fixed
2010-11-29 10:05Utkarsh AyachitNote Added: 0023569
2010-11-29 10:05Utkarsh AyachitAssigned ToZhanping Liu => Robert Maynard
2010-11-29 10:05Utkarsh AyachitStatus@80@ => backlog
2010-11-29 10:06Utkarsh AyachitStatusbacklog => tabled
2010-11-29 10:06Utkarsh AyachitFixed in Version3.10 => 3.10.shortlist
2010-11-29 10:06Utkarsh AyachitFixed in Version3.10.shortlist =>
2010-11-29 10:06Utkarsh AyachitTarget Version3.8 => 3.10.shortlist
2010-11-30 16:33Utkarsh AyachitPrioritynormal => high
2010-12-01 16:52Robert MaynardAssigned ToRobert Maynard => Utkarsh Ayachit
2011-01-19 11:39Utkarsh AyachitNote Added: 0024921
2011-06-16 13:10Zack GalbreathCategory => (No Category)
2014-10-10 10:53Cory QuammenNote Added: 0033628
2015-01-02 10:43Utkarsh AyachitFixed in Version => 4.3
2016-08-12 09:57Kitware RobotNote Added: 0037603
2016-08-12 09:57Kitware RobotStatusbacklog => closed
2016-08-12 09:57Kitware RobotFixed in Version4.3 =>
2016-08-12 09:57Kitware RobotResolutionfixed => moved

Notes
(0023448)
Utkarsh Ayachit   
2010-11-19 14:02   
This is fixed now.
(0023569)
Utkarsh Ayachit   
2010-11-29 10:05   
Try this pipeline:

Cone->Elevation |
                |-> Group DataSets -> Color By Elevation
Sphere |

You'll see that the Sphere shows up with some color. this is happening since vtkOpenGLScalarsToColorsPainter changes the OpenGL state and does not restore all variables back to previous values resulting in bleeding of some state attributes affecting the color.

This can be misleading and should be fixed.
(0024921)
Utkarsh Ayachit   
2011-01-19 11:39   
This almost works now, except that the last used color bleeds into the block where the array is missing.
(0033628)
Cory Quammen   
2014-10-10 10:53   
The last color still bleeds into the block where the array is missing.
(0037603)
Kitware Robot   
2016-08-12 09:57   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.