MantisBT - ParaView
View Issue Details
0016112ParaView(No Category)public2016-05-06 16:502016-07-25 21:44
Sujin Philip 
Cory Quammen 
normalminorhave not tried
closedfixed 
 
5.2 
Sandia
incorrect functionality
0016112: Unhelpfull warning message: "No prominent values for consumer."
To get this error message:
1) Open disk_out_ref.ex2. Apply.
2) Coloring should be by vtkBlockColors field data
3) Add slice filter. Apply. Note that coloring is still by vtkBlockColors.
4) Change cylinder center to 8,0,0. Apply. The warning message should pop-up.

I haven’t been able to reproduce this with field or cell data. The warning is produced in function: vtkSMTransferFunctionProxy::ComputeAvailableAnnotations.
No tags attached.
related to 0015984closed Sujin Philip Clip and slice by cylinder is broken 
Issue History
2016-05-06 16:50Sujin PhilipNew Issue
2016-05-06 16:50Sujin PhilipAssigned To => Utkarsh Ayachit
2016-05-06 16:52Sujin PhilipRelationship addedrelated to 0015984
2016-05-09 14:29Alan ScottNote Added: 0035939
2016-06-19 07:23Cory QuammenNote Added: 0036083
2016-06-19 07:23Cory QuammenStatusbacklog => gatekeeper review
2016-06-19 07:23Cory QuammenResolutionopen => fixed
2016-06-19 07:26Cory QuammenNote Added: 0036084
2016-06-19 07:26Cory QuammenStatusgatekeeper review => backlog
2016-06-19 07:26Cory QuammenResolutionfixed => reopened
2016-06-21 22:22Utkarsh AyachitNote Added: 0036096
2016-06-21 22:22Utkarsh AyachitAssigned ToUtkarsh Ayachit => Cory Quammen
2016-06-21 22:24Utkarsh AyachitNote Edited: 0036096bug_revision_view_page.php?bugnote_id=36096#r1635
2016-06-26 08:50Cory QuammenStatusbacklog => active development
2016-06-27 13:21Cory QuammenNote Added: 0036112
2016-06-27 13:21Cory QuammenStatusactive development => gatekeeper review
2016-06-27 13:21Cory QuammenResolutionreopened => fixed
2016-06-27 13:24Cory QuammenFixed in Version => 5.2
2016-07-25 21:00Alan ScottNote Added: 0036576
2016-07-25 21:44Utkarsh AyachitStatusgatekeeper review => customer review
2016-07-25 21:44Utkarsh AyachitStatuscustomer review => closed

Notes
(0035939)
Alan Scott   
2016-05-09 14:29   
May be OK to show these types of warnings in debug mode, but NOT OK to show in release mode! Only reason it would ever be OK is if algorithms fall apart, and then the algorithm should be fixed.
(0036083)
Cory Quammen   
2016-06-19 07:23   
I could not reproduce this in master.
(0036084)
Cory Quammen   
2016-06-19 07:26   
Oops, scratch that. The warning message appears as described in the initial report.
(0036096)
Utkarsh Ayachit   
2016-06-21 22:22   
(edited on: 2016-06-21 22:24)
Cory, can you take a look at this? I think that warning should just be removed. It happens because the code is trying to reset range, but the dataset ended up having empty output. It's not a error/issue to enounter such a case. The code should handle it by not resetting any color range, which is what it currently does anyways.

See this: https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Rendering/vtkSMTransferFunctionProxy.cxx#L420 [^]

(0036112)
Cory Quammen   
2016-06-27 13:21   
Fix merged in master.
(0036576)
Alan Scott   
2016-07-25 21:00   
I tested it tonight, it looks good. OK to close.