MantisBT - ParaView
View Issue Details
0009471ParaViewFeaturepublic2009-09-01 04:412011-10-14 11:28
Stephane P 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
Development 
3.10 
ParaViS
9471_python_animation_track
incorrect functionality
0009471: python animation track
Add a new kind of track : a fully programmable python track. The user has to provide the "tick(time)" method in python, which will be called when the cue is active.
No tags attached.
Issue History
2009-09-01 04:41Stephane PNew Issue
2010-06-15 09:06Utkarsh AyachitFixed in Version => 3.10
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature
2011-06-23 11:44Utkarsh AyachitProject => ParaViS
2011-07-08 10:46Utkarsh AyachitStatusexpired => backlog
2011-07-08 10:46Utkarsh AyachitResolutionopen => reopened
2011-07-08 10:46Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-07-08 10:46Utkarsh AyachitStatusbacklog => todo
2011-08-11 10:12Utkarsh AyachitStatustodo => active development
2011-08-15 17:36Utkarsh AyachitTopic Name => 9471_python_animation_track
2011-08-15 17:36Utkarsh AyachitType => incorrect functionality
2011-08-16 16:40Utkarsh AyachitNote Added: 0027369
2011-08-16 16:40Utkarsh AyachitStatusactive development => gatekeeper review
2011-08-16 16:40Utkarsh AyachitResolutionreopened => fixed
2011-08-19 16:49Utkarsh AyachitStatusgatekeeper review => customer review
2011-08-19 16:49Utkarsh AyachitNote Added: 0027400
2011-08-26 11:34Stephane PNote Added: 0027430
2011-10-14 11:28Stephane PStatuscustomer review => closed

Notes
(0027369)
Utkarsh Ayachit   
2011-08-16 16:40   
commit 7110a19eb30a74c94352472faea2332657d527c3
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Aug 11 11:07:44 2011 -0400

    Fixed BUG 0009471. Addded support for python-animation track.
    
    Added support for a Python animation track that accepts a python script.
(0027400)
Utkarsh Ayachit   
2011-08-19 16:49   
merged into master.
(0027430)
Stephane P   
2011-08-26 11:34   
The functionnality is very usefull.
Adding some help would be nice (in a toolptip in the dislaog box, and in the "animation" entry in the online help (F1) ).