View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013799ParaView(No Category)public2013-01-17 12:522015-01-11 08:28
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.1 
Summary0013799: Comparitive view doesn't show variables correctly.
DescriptionLinux, master, local server.
Wavelet. Apply. Notice that the outline view is shown.
Right click on the title bar for the 3d window. Convert to 3d View Comparative.
Turn on visibility for Wavelet (this is a bug in another bug report).
Change Representation to Surface.
Try changing Solid Color to RTData. This variable doesn't show up. This is a bug.

The way to show that it should is to split the screen, and display wavelet in a 3d window. If you then select the comparative view, RTData will show up as a color option.
TagsNo tags attached.
ProjectSandia
Topic Name13799_comparative_view_fixes
Typeincorrect functionality
Attached Files

 Relationships
has duplicate 0013800closedUtkarsh Ayachit Comparitive view inspector doesn't work 

  Notes
(0030207)
Utkarsh Ayachit (administrator)
2013-01-22 12:33

commit 87e901648e8eeed54573ba2a4e32b717ab0cfe0d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Jan 22 12:18:36 2013 -0500

    Fixed Overlay mode in Comparative View.
    
    When in Overlay mode, all representations were simply showing the first
    timestep. This is because when the view was updated for (0, 0), it would update
    all representations in it, including those for other locations in the
    comparative grid. The caches for all those representations would be filled and
    subsequence updates would have no effect. This addresses that issue by clearing
    caches for representations at (i, j) location just before updating the
    representations at (i, j) location.
    
    Added a test for the same (ComparativeOverlay).
    
    Change-Id: I05493e4258e54a7dc9b4554c56f40f8271e22f21

commit 70f9e297b00ccb852dbb9bedaa65d3d83c9937fe
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Jan 22 11:57:59 2013 -0500

    BUG 0013799. Variables not showing curretly for Comparative View.
    
    The problem was that the representations in each view were being updated using
    repr->Update() instead of simply letting the view update the representations as
    needed. Since vtkCompositeRepresentation::Update() no longer forwards the update
    request to internal representations, it meant that the UI ended up updating
    using old state of the representations -- hence the missing variables. This
    fixes that issue.
    
    Change-Id: Ia25e7dd8f4d5c0c368692894003567eb8bf79043
(0030257)
Utkarsh Ayachit (administrator)
2013-01-26 10:27

SUMMARY
---------------------------------------------
Topics merged into master:
        0013365-huge-state-file
(VTK) 0013470-CTH-AMR-OutlineFilter
        13311_fix_time_marker
        13784_cleanup_chart_settings_dialog
        13799_comparative_view_fixes
        13811_fix_3Dwidgets
(VTK) 13817_fix_memory_issues
        13818_fix_plot_min_max
(VTK) 13821_fix_leaks_on_exit
        13824_fix_calculator
        PvxFullScreenBorders
        vr-fixInteractors
        vr-missingIncludes
(0030331)
Alan Scott (manager)
2013-02-11 19:26

Tested 3.98.1, local server, Linux.

 Issue History
Date Modified Username Field Change
2013-01-17 12:52 Alan Scott New Issue
2013-01-22 10:03 Utkarsh Ayachit Relationship added related to 0013800
2013-01-22 11:57 Utkarsh Ayachit Relationship replaced has duplicate 0013800
2013-01-22 12:00 Utkarsh Ayachit Topic Name => 13799_comparative_view_fixes
2013-01-22 12:33 Utkarsh Ayachit Note Added: 0030207
2013-01-22 12:33 Utkarsh Ayachit Status backlog => gatekeeper review
2013-01-22 12:33 Utkarsh Ayachit Fixed in Version => git-next
2013-01-22 12:33 Utkarsh Ayachit Resolution open => fixed
2013-01-22 12:33 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-01-26 10:27 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-01-26 10:27 Utkarsh Ayachit Status gatekeeper review => customer review
2013-01-26 10:27 Utkarsh Ayachit Note Added: 0030257
2013-01-30 10:40 Utkarsh Ayachit Fixed in Version git-master => 3.98.1
2013-02-11 19:26 Alan Scott Note Added: 0030331
2013-02-11 19:26 Alan Scott Status customer review => closed
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 274e1691
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 8586b702
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 530dc146
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 70f9e297


Copyright © 2000 - 2018 MantisBT Team