MantisBT - ParaView
View Issue Details
0012773ParaView(No Category)public2011-12-07 14:432012-02-08 17:28
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.14 
Kitware
2773_comparative_view_update_issue
incorrect functionality
0012773: Comparative view not updating when values in the comparative panel are changed.
* Open can.ex2
* Show in Comparative View (2x3)
* Add time-cue
* Change value of (0, 0) to 0.001 from 0. ==> View does not update.
No tags attached.
Issue History
2011-12-07 14:43Utkarsh AyachitNew Issue
2011-12-07 14:43Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-12-07 14:47Utkarsh AyachitTopic Name => 12603_update_color_editor
2011-12-07 14:47Utkarsh AyachitNote Added: 0027780
2011-12-07 14:47Utkarsh AyachitStatusbacklog => gatekeeper review
2011-12-07 14:47Utkarsh AyachitFixed in Version => git-next
2011-12-07 14:47Utkarsh AyachitResolutionopen => fixed
2011-12-09 14:06Utkarsh AyachitTopic Name12603_update_color_editor => 2773_comparative_view_update_issue
2011-12-09 14:20Utkarsh AyachitStatusgatekeeper review => customer review
2011-12-09 14:20Utkarsh AyachitNote Added: 0027793
2011-12-09 14:21Utkarsh AyachitFixed in Versiongit-next => git-master
2012-02-08 17:21Utkarsh AyachitFixed in Versiongit-master => 3.14
2012-02-08 17:28Utkarsh AyachitStatuscustomer review => closed
2012-02-08 17:28Utkarsh AyachitNote Added: 0028231

Notes
(0027780)
Utkarsh Ayachit   
2011-12-07 14:47   
commit c7e2c58779d7d63d33c73f57eb91cc2f83ecd33b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Dec 7 14:44:09 2011 -0500

    Fixed BUG 0012773. Comparative View was not updating correctly.
    
    When the cue was changed, we were not calling MarkModified() on the cue proxy.
    Consequently, the view never thought it was dirty and needed to update and hence
    never did. Fixed that by exposing API from vtkSMComparativeAnimationCueProxy to
    chaneg values and ensuring those methods call MarkModified(). Hidding the access
    to internal vtkPVComparativeAnimationCue so that we don't do similar mistakes
    again.
(0027793)
Utkarsh Ayachit   
2011-12-09 14:20   
merged in master (wherever applicable)
(0028231)
Utkarsh Ayachit   
2012-02-08 17:28   
Closing bugs sitting in "customer review" for a long time.