MantisBT - ParaView
View Issue Details
0013405ParaView(No Category)public2012-08-28 11:022012-10-29 17:05
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
3.14.1 
3.98.03.98.0 
TBD
13405_slac_reader_timerange_issue
incorrect functionality
0013405: Start/End time not set to TIME_RANGE (SLAC reader)
When a pipeline source reports a TIME_RANGE key without a TIME_STEPS key, ParaView should take the time range and set the start and end times to that range. That does not seem to be happening. At least, that does not seem to be happening for vtkSLACReader.

To see the problem in effect, load the mesh and mode file located in VTKLargeData/Data/SLAC/ll-9cell-f523. (I find it easiest to load these files using the special open dialog in the SLACTools plugin.) When loaded, this reader should be reporting a time range starting at 0 and ending at 4.06994e-10. Instead, the start and end time both remain at 1.
No tags attached.
Issue History
2012-08-28 11:02Ken MorelandNew Issue
2012-08-28 11:02Ken MorelandAssigned To => Utkarsh Ayachit
2012-09-04 16:35Utkarsh AyachitTopic Name => 13405_slac_reader_timerange_issue
2012-09-04 16:35Utkarsh AyachitNote Added: 0029127
2012-09-04 16:35Utkarsh AyachitStatusbacklog => gatekeeper review
2012-09-04 16:35Utkarsh AyachitFixed in Version => git-next
2012-09-04 16:35Utkarsh AyachitResolutionopen => fixed
2012-09-07 14:50Utkarsh AyachitFixed in Versiongit-next => git-master
2012-09-07 14:50Utkarsh AyachitStatusgatekeeper review => customer review
2012-09-07 14:50Utkarsh AyachitNote Added: 0029146
2012-09-07 23:25Ken MorelandStatuscustomer review => closed
2012-09-07 23:25Ken MorelandFixed in Versiongit-master => 4.0
2012-10-29 17:05Utkarsh AyachitFixed in Version4.0 => 3.98.0
2012-10-29 17:05Utkarsh AyachitTarget Version => 3.98.0

Notes
(0029127)
Utkarsh Ayachit   
2012-09-04 16:35   
commit 419f6df72b22ea9c82bb6e19e6b0f8b9a7ceac1f
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Sep 4 16:33:37 2012 -0400

    BUG 0013405. TimeRange not being updated correctly.
    
    pqSLACDataLoadManager was not calling UpdatePipelineInformation() after it
    changed properties that lead to new timerange information. As a consequence, the
    GUI was not detect the change in time range. Fixed that. This fixes BUG 0013405.
(0029146)
Utkarsh Ayachit   
2012-09-07 14:50   
merged in master if applicable