MantisBT - ParaView
View Issue Details
0014187ParaView(No Category)public2013-07-25 13:322015-01-11 08:24
Alejandro Ribes 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
4.0 
4.1 
ParaViS
14187_fix_animation_cache_default
incorrect functionality
0014187: Information on data arrays not update when changing time steps
Load a file with time steps for instance can1.ex or FileSeries/blow*
from ParaviewData. Apply.

In "Information" panel, we focus on data arrays values.

Click many times on icon "Next frame" in order to go next time steps.
=> Values are well updated for "DISPL".

Click many times on icon "Previous frame" in order to go previous time
steps.
=> Values are not updated.

Click again on "Next frame".
=> Values are not updated anymore.
No tags attached.
? bug.14187.m4v (1,634,206) 2013-07-29 10:30
https://www.vtk.org/Bug/file/9488/bug.14187.m4v
Issue History
2013-07-25 13:32Alejandro RibesNew Issue
2013-07-25 13:32Alejandro RibesAssigned To => Utkarsh Ayachit
2013-07-29 10:30Utkarsh AyachitFile Added: bug.14187.m4v
2013-07-29 10:30Utkarsh AyachitNote Added: 0031357
2013-08-01 12:02Utkarsh AyachitNote Deleted: 0031357
2013-08-01 12:19Utkarsh AyachitTopic Name => 14187_fix_animation_cache_default
2013-08-01 12:19Utkarsh AyachitNote Added: 0031381
2013-08-01 12:19Utkarsh AyachitStatusbacklog => gatekeeper review
2013-08-01 12:20Utkarsh AyachitNote Added: 0031382
2013-08-05 12:20Utkarsh AyachitFixed in Version => git-master
2013-08-05 12:21Utkarsh AyachitStatusgatekeeper review => customer review
2013-08-05 12:21Utkarsh AyachitNote Added: 0031386
2013-09-18 14:53Alan ScottNote Added: 0031602
2013-09-18 14:53Alan ScottStatuscustomer review => closed
2013-09-18 14:53Alan ScottResolutionopen => fixed
2013-11-01 13:18Utkarsh AyachitFixed in Versiongit-master => 4.1
2015-01-11 08:24Utkarsh AyachitSource_changeset_attached => ParaView master 4dd9f34c
2015-01-11 08:24Utkarsh AyachitSource_changeset_attached => ParaView master 31232529

Notes
(0031381)
Utkarsh Ayachit   
2013-08-01 12:19   
commit 31232529b044bb529a6160fbb139c45c18969378
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Aug 1 12:09:52 2013 -0400

    BUG 0014187. Fix default to not cache animations.
    
    ParaView by default caches animation geometry. With cached geomtry the
    data-ranges cannot be shown correctly. Since geometry-caching happens under the
    covers it difficult for users to understand what's going on with data-ranges.
    Hence, we change the default to not cache. Thus when users do turn on
    geometry-caching, they can be made away that that will affect data ranges.
    
    Change-Id: I4445fb0f9c71f6701edd1db3bbcb779c75419adf
(0031382)
Utkarsh Ayachit   
2013-08-01 12:20   
Alejandro,

The problem arises due to geometry caching which is ON by default. I've pushed a change to disable caching by default and add a note to the settings dialog to warn users about the potentially incorrectly data-ranges when changing timesteps.
(0031386)
Utkarsh Ayachit   
2013-08-05 12:21   
SUMMARY
---------------------------------------------
Topics merged into master:
        14187_fix_animation_cache_default
        14198_easy_add_annotations
        14198_easy_add_contour_values
        fix_manta_benchmark
        pqContourWidget_better_widget_checking
(0031602)
Alan Scott   
2013-09-18 14:53   
Tested master, Linux, local server. Yep, Cache Geometry is now off by default.