MantisBT - ParaView
View Issue Details
0010948ParaViewBugpublic2010-07-07 09:542011-09-01 13:31
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.8.13.12 
0010948: Python animation: does not work with "Opacity" and "Visibility"
Python scripting does not work for animating Opacity and Visibility. When tracing the trace is generated correctly, but the resulting script does not work since the functionality still remains to be added.
No tags attached.
Issue History
2010-07-07 09:54Utkarsh AyachitNew Issue
2010-07-07 09:54Utkarsh AyachitStatusbacklog => tabled
2010-07-07 09:54Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-07-29 10:54Utkarsh AyachitNote Added: 0021547
2010-07-29 10:54Utkarsh AyachitStatustabled => @80@
2010-07-29 10:54Utkarsh AyachitFixed in Version => Development
2010-07-29 10:54Utkarsh AyachitResolutionopen => fixed
2010-07-29 10:54Utkarsh AyachitNote Added: 0021548
2010-07-29 11:27Utkarsh AyachitNote Added: 0021550
2010-08-04 16:46Alan ScottNote Added: 0021654
2010-08-04 16:46Alan ScottStatus@80@ => closed
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 3.12

Notes
(0021547)
Utkarsh Ayachit   
2010-07-29 10:54   
commit fa13d3ceadf761acae3705e184ee442034fb784b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Jul 8 13:23:03 2010 -0400

    Fixed BUG 0010948. Animation of representation properties now works from Python.
    
    * Handled animating slice-type and similar properties.
    
    * GetAnimationTrack() works for Visibility and Opacity.
    
      Added logic to simple.py to locate/create RepresentationAnimationHelper for a
      source proxy when needed by GetAnimationTrack().
    
      Added code to pqProxy to discover helper proxies registered from Python. This
      was essential since GetAnimationTrack() could result in creation of an
      RepresentationAnimationHelper which the GUI wasn't aware of resulting in the
      AnimationView showing up incorrectly for such tracks.
(0021548)
Utkarsh Ayachit   
2010-07-29 10:54   
needs to move to release branch.
(0021550)
Utkarsh Ayachit   
2010-07-29 11:27   
commit 8f1bca6b4cbfd5a59c5bdf9ec73bda5405d9b8be
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Jul 29 11:25:28 2010 -0400

    Added test for testing animation API from Python.
(0021654)
Alan Scott   
2010-08-04 16:46   
Trusting Utkarsh to do it correctly.