|
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
|
|
|