View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016023ParaView(No Category)public2016-03-09 14:202016-06-09 10:58
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version5.1Fixed in Version5.1 
Summary0016023: Make time value and index available in Python Calculator
DescriptionYou should be able to reference the time value and time index from within the Python Calculator. This is similar to the bindings available in the Python annotation filter.

This might necessitate an advanced option in the properties panel on whether to reexecute the filter if the time changes but the data does not.
TagsNo tags attached.
ProjectTBD
Topic Name
Typefeature
Attached Files

 Relationships

  Notes
(0035931)
Utkarsh Ayachit (administrator)
2016-05-06 14:07

Fixed by: https://gitlab.kitware.com/paraview/paraview/merge_requests/762 [^]

commit 02ed5c3cefa70dc0f53374030444cfb846c013ae
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri May 6 13:35:09 2016 -0400

    BUG 0016023: Add support for time value/index to Python Calculator.
    
    This adds support for `t_value`, `t_index` with aliases
    `time_value` and `time_index` respectively.
    
    Following the pattern with the Python annotation filter, these are added
    only using data time values, thus are only provided if the input data
    has time information.


Ken, following the pattern with annotation filter, the t_index, t_value keys are only added using the values from the input data, hence it doesn't need to reexecute if the input data didn't change. Hence no advanced option is necessary for now.

If we decide to add options for "requested time", then such an option may be needed.
(0036022)
Alan Scott (manager)
2016-05-27 15:30

Closing untested.

 Issue History
Date Modified Username Field Change
2016-03-09 14:20 Ken Moreland New Issue
2016-03-09 14:28 Utkarsh Ayachit Target Version => 5.1
2016-05-06 13:34 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2016-05-06 13:34 Utkarsh Ayachit Status backlog => active development
2016-05-06 14:07 Utkarsh Ayachit Note Added: 0035931
2016-05-06 14:07 Utkarsh Ayachit Status active development => gatekeeper review
2016-05-06 14:07 Utkarsh Ayachit Fixed in Version => git-master
2016-05-06 14:07 Utkarsh Ayachit Resolution open => fixed
2016-05-19 17:27 Utkarsh Ayachit Status gatekeeper review => customer review
2016-05-27 15:30 Alan Scott Note Added: 0036022
2016-05-27 15:30 Alan Scott Status customer review => closed
2016-06-09 10:58 Utkarsh Ayachit Fixed in Version git-master => 5.1


Copyright © 2000 - 2018 MantisBT Team