MantisBT - ParaView
View Issue Details
0010867ParaViewFeaturepublic2010-06-22 15:062010-07-07 16:44
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.8.13.8.1 
0010867: Python trace - does not include animation
Python trace does not include animation creation/updating.
No tags attached.
related to 0009470closed Utkarsh Ayachit animation + python integration 
Issue History
2010-06-22 15:06Utkarsh AyachitNew Issue
2010-06-22 15:07Utkarsh AyachitRelationship addedrelated to 0009470
2010-06-24 10:05Utkarsh AyachitNote Added: 0021156
2010-06-24 10:05Utkarsh AyachitStatusbacklog => @80@
2010-06-24 10:05Utkarsh AyachitFixed in Version => 3.8.1
2010-06-24 10:05Utkarsh AyachitResolutionopen => fixed
2010-06-24 10:05Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-06-24 10:06Utkarsh AyachitNote Added: 0021157
2010-07-06 22:03Alan ScottNote Added: 0021265
2010-07-06 22:03Alan ScottStatus@80@ => closed
2010-07-07 09:52Utkarsh AyachitNote Added: 0021267
2010-07-07 09:55Utkarsh AyachitFixed in Version3.8.1 => Development
2010-07-07 16:44Utkarsh AyachitNote Added: 0021289
2010-07-07 16:44Utkarsh AyachitFixed in VersionDevelopment => 3.8.1
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0021156)
Utkarsh Ayachit   
2010-06-24 10:05   
commit f5079ab7136a163f08024168bc9946febf7207f5
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Jun 23 10:25:17 2010 -0400

    Fixed BUG 0010867. Added support to trace animation proxies.
    
    * Fixed order in which proxies appear in trace when there were dependencies
      among proxies that were registered (thanks Pat).
    * Keyframes were registered as helper proxies. That made tracing hard. Fixed
      that registering keyframes in "animation" group as well. Now when an cue i
      deleted, it ensures that the keyframes are deleted as well.
    * Added support in trace to record animation proxies and call correct method
      for accessing cues/animation scene.
(0021157)
Utkarsh Ayachit   
2010-06-24 10:06   
Need to move to "release" branch.
(0021265)
Alan Scott   
2010-07-06 22:03   
Looks good to me. Note that this does NOT fix save animation.

Tested local server, windows, trunk.
(0021267)
Utkarsh Ayachit   
2010-07-07 09:52   
commit 08b277534faeead74b3cd8c35074f02bf7a66b95
Author: Pat Marion <pat.marion@kitware.com>
Date: Fri Jun 25 14:58:13 2010 -0400

    Handle the AnimatedProxy prop when it points to a RepresentationAnimationHelper

commit 9e9df17c63575e791d72a4c0fb2b24a1c86f3e1b
Author: Pat Marion <pat.marion@kitware.com>
Date: Wed Jun 23 16:48:14 2010 -0400

    Don't use try/except when calling python from pqPythonTools.cxx
    
    The try/except could hide useful error messages. Let the exceptions
    be thrown and be robust about recognizing them.
(0021289)
Utkarsh Ayachit   
2010-07-07 16:44   
Has been moved to "release" branch.