MantisBT - ParaView
View Issue Details
0010650ParaViewBugpublic2010-04-30 11:562010-07-07 17:08
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.8.13.8.1 
0010650: Time related issues with loading state with after changing the data file in the state
* Save a pvsm with a timeseries.
* Edit the pvsm to point to a new file with a different number of timesteps
* load the state
* The animation still preserves old timesteps, even if the user didn't explicitly set them before. If the user explicitly sets the end times, they need to preserved, of course.
No tags attached.
Issue History
2010-04-30 11:56Utkarsh AyachitNew Issue
2010-04-30 12:09Utkarsh AyachitNote Added: 0020490
2010-04-30 12:09Utkarsh AyachitStatusbacklog => @80@
2010-04-30 12:09Utkarsh AyachitFixed in Version => 3.8.2
2010-04-30 12:09Utkarsh AyachitResolutionopen => fixed
2010-04-30 12:09Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-05-04 18:29Alan ScottNote Added: 0020566
2010-05-04 18:29Alan ScottStatus@80@ => closed
2010-06-15 09:44Utkarsh AyachitTarget Version3.8.2 => 3.8.1
2010-06-15 09:45Utkarsh AyachitFixed in Version3.8.2 => 3.8.1
2010-07-07 09:55Utkarsh AyachitFixed in Version3.8.1 => Development
2010-07-07 10:03Utkarsh AyachitNote Added: 0021270
2010-07-07 17:08Utkarsh AyachitNote Deleted: 0021270
2010-07-07 17:08Utkarsh AyachitNote Added: 0021297
2010-07-07 17:08Utkarsh AyachitFixed in VersionDevelopment => 3.8.1

Notes
(0020490)
Utkarsh Ayachit   
2010-04-30 12:09   
commit 37d7ca1c97b35759c14de7ce903e6e2cb71cfb08
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Apr 30 12:06:31 2010 -0400

    Fixed BUG 0010650. Issues with loading states.
    
    When a state file was loaded with a changed data file that had a different set
    of timesteps that the one when the state was saved, the application still
    preserved the old timesteps. Fixed that by:
    * not loading states for information properties.
    * after state is loaded triggering callbacks from timekeeper so that animation
      scene and others update the time ranges to override those from the state when
      acceptable i.e. user didn't explicitly set them (detectable by the lock
      properties).
(0020566)
Alan Scott   
2010-05-04 18:29   
Assuming correct, since I don't have two files with different number of time steps that have the same variable names.
(0021297)
Utkarsh Ayachit   
2010-07-07 17:08   
moved to release branch