View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015588ParaView(No Category)public2015-07-16 21:182015-09-06 12:17
ReporterAlan Scott 
Assigned ToDan Lipsa 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version4.4Fixed in Version4.4 
Summary0015588: Interactive selection goes crazy.
DescriptionThis one is touchy, do exactly as follows:

* Linux, master, local server.
* Sources/ Sphere. Apply.
* Interactive Points On - select a point. Any point will do. Click.
* Now, still in interactive points on mode, open the Find Data dialog.
* Click Cell Labels, and turn on Cell Labels for ID.
* Now, slice the mouse back over the (still selecting points) sphere.

You get bazillions of warnings as follows:
Warning: In /projects/viz/paraview/src/ParaView/4.4.0-junk/ParaView4/VTK/Rendering/Label/vtkLabeledDataMapper.cxx, line 439
vtkLabeledDataMapper (0x66fe3c0): Could not find label array (vtkOriginalCellIds) in input.

This


Additional Information
commit 2b9c5a427a73d6f85bb8390f28d7571ba13bea3c
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Fri Aug 7 13:28:25 2015 -0400

    BUG 0015588: Mute warnings from label mapper.
    
    When selecting points and showing cell array labels the label mapper issues an warning
    that the array does not exist. This may be confusing for the user, so we mute these
    warnings.
TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034798)
Alan Scott (manager)
2015-07-16 21:33

Push back if this gets nasty.
(0034806)
Utkarsh Ayachit (administrator)
2015-07-19 15:59

Developer note:

The issue is not related to interactive selection. When making a point-based selection, we don't have original cell information. Now, if the user is requesting labeling by cell ids, it fails with an error message. We can silence the error, but how do we indicate to the user that cell-based labeling is not possible with the current mode of selection?
(0034901)
Alan Scott (manager)
2015-08-05 22:15

I would think that would be fine. If a user selects a point, and said user then turns on labeling for cells, it should just be silent. This is also true of select points on, when we have labeling for cells turned on. Just shut the warning up.

Another option would be to bring up a warning, with said warning having a check box that said don't display this again.
(0034910)
Utkarsh Ayachit (administrator)
2015-08-06 16:55

Dan,

Let's have warning muted -- from ParaView's representation if possible, rather than changing it in VTK. I think it makes sense for VTK to warn about missing arrays.
(0034954)
Utkarsh Ayachit (administrator)
2015-08-11 13:40

Merged:

https://gitlab.kitware.com/paraview/paraview/merge_requests/286 [^]
(0034955)
Alan Scott (manager)
2015-08-11 14:30

Correct.

Tested local server, Linux, master.

 Issue History
Date Modified Username Field Change
2015-07-16 21:18 Alan Scott New Issue
2015-07-16 21:33 Alan Scott Note Added: 0034798
2015-07-16 21:33 Alan Scott Status backlog => todo
2015-07-16 21:33 Alan Scott Target Version => 4.4
2015-07-16 21:33 Alan Scott Description Updated
2015-07-19 15:59 Utkarsh Ayachit Note Added: 0034806
2015-08-05 22:15 Alan Scott Note Added: 0034901
2015-08-06 16:54 Utkarsh Ayachit Assigned To => Dan Lipsa
2015-08-06 16:55 Utkarsh Ayachit Note Added: 0034910
2015-08-07 10:57 Dan Lipsa Status todo => active development
2015-08-07 13:32 Dan Lipsa Additional Information Updated
2015-08-07 13:42 Dan Lipsa Additional Information Updated
2015-08-09 10:54 Dan Lipsa Additional Information Updated
2015-08-11 13:40 Utkarsh Ayachit Note Added: 0034954
2015-08-11 13:40 Utkarsh Ayachit Status active development => customer review
2015-08-11 13:40 Utkarsh Ayachit Fixed in Version => git-master
2015-08-11 13:40 Utkarsh Ayachit Resolution open => fixed
2015-08-11 14:30 Alan Scott Note Added: 0034955
2015-08-11 14:30 Alan Scott Status customer review => closed
2015-09-06 12:17 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team