View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015638ParaView(No Category)public2015-08-11 15:282015-09-09 22:12
ReporterAlan Scott 
Assigned ToDan Lipsa 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version4.4Fixed in Version4.4 
Summary0015638: find data Cell/ Point labels is sticky between datasets
Description* Master, Linux, local server.
* Open bake.e, all vars on, apply.
* Find Data/ Point Labels/ select T. Close Find Data.
* Delete bake.e.
* Open can.exo. All vars on. Apply.
* Select points on. Slice over can.exo.

We will get millions of warnings as follows:

Warning: In /projects/viz/paraview/src/ParaView/4.4.0-junk2/ParaView4/VTK/Rendering/Label/vtkLabeledDataMapper.cxx, line 439
vtkLabeledDataMapper (0x484d650): Could not find label array (T) in input.


When we have nothing in the pipeline browser, shouldn't the state for Find Data be cleared?

* Now, try to turn off T. It doesn't exist in the Find Data / Point Data list!
TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035118)
Dan Lipsa (developer)
2015-09-01 17:41

commit aeb64657928074c3c954ba655faac4e690b67f47
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Sep 1 17:32:50 2015 -0400

    BUG 0015638: Interactive selection does not update selection label array name.
    
    vtkSMInteractiveSelectionPipeline is a singleton, however interactive selection labels are
    the same as selection labels which are stored in the representation - so they change
    from object to object.
    We copy the interactive selection array name (used for labels) from the current i
    representation which which is stored per (object,view).
(0035119)
Dan Lipsa (developer)
2015-09-01 17:44
edited on: 2015-09-01 17:45

Another bug is the following:
* Load bake.e
* Choose in Selection Display Inspector, Point Labels, T
* Select Point On, click to select a point
* In Properties for bake.e deselect T, Apply

You get the following message:
Warning: In /home/danlipsa/src/ParaView/VTK/Rendering/Label/vtkLabeledDataMapper.cxx, line 439
vtkLabeledDataMapper (0x3e28290): Could not find label array (T) in input.

This affects both selection and interactive selection.

(0035122)
Dan Lipsa (developer)
2015-09-02 13:58

commit 116f82c53f4d3bf23f20155c5b29035569d3065f
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Wed Sep 2 13:52:34 2015 -0400

    BUG 0015638: Updating a reader does not update label array name.
    
    Certain readers allow you to select fields you want to load from the file.
    If initially all fields are loaded, we select one of them as array to label with,
    and then reload the data without that field and error is produced.
    
    This is fixed by listening to dataUpdated() and removing the label if the array
    was removed from the data.
(0035172)
Dan Lipsa (developer)
2015-09-03 21:27

https://gitlab.kitware.com/paraview/paraview/merge_requests/349 [^]
(0035196)
Alan Scott (manager)
2015-09-09 22:12

Tested local server, Linux, master.

 Issue History
Date Modified Username Field Change
2015-08-11 15:28 Alan Scott New Issue
2015-08-11 15:29 Alan Scott Status backlog => todo
2015-08-11 15:29 Alan Scott Target Version => 4.4
2015-08-31 15:57 Utkarsh Ayachit Assigned To => Dan Lipsa
2015-08-31 16:50 Dan Lipsa Status todo => active development
2015-09-01 17:41 Dan Lipsa Note Added: 0035118
2015-09-01 17:44 Dan Lipsa Note Added: 0035119
2015-09-01 17:45 Dan Lipsa Note Edited: 0035119
2015-09-02 13:58 Dan Lipsa Note Added: 0035122
2015-09-03 21:27 Dan Lipsa Note Added: 0035172
2015-09-04 09:13 Utkarsh Ayachit Status active development => customer review
2015-09-04 09:13 Utkarsh Ayachit Fixed in Version => git-master
2015-09-04 09:13 Utkarsh Ayachit Resolution open => fixed
2015-09-06 12:17 Utkarsh Ayachit Fixed in Version git-master => 4.4
2015-09-09 22:12 Alan Scott Note Added: 0035196
2015-09-09 22:12 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team