Changes between Version 11 and Version 12 of Examples/ParaviewAnimating


Ignore:
Timestamp:
07/09/18 16:52:04 (6 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/ParaviewAnimating

    v11 v12  
    115115As already mentioned, a !KeyFrameAnimationCue connects the property of a pipeline object to the cue.
    116116This connection is defined via the attributes !AnimatedProxy (proxy of the pipeline object) and !AnimatedPropertyName (name of the connected property), though typically you do not have to set these attributes on your own. Instead they are set when constructing a !KeyFrameAnimationCue by calling !GetAnimationTrack(...) (see use case below).
    117 Similar to the !AnimationScene, every cue also has the properties !StartTime and !EndTime. Typically these properties do not have to be identical to the corresponding ones of !AnimationScene. When !TimeMode is set to 'Normalize' (which is the default), the start and end time of the animation scene is linearly interpolated to the interval ![StartTime, EndTime]. Default values are StartTime=0 and EndTime=1.
     117Similar to the !AnimationScene, every cue also has the properties !StartTime and !EndTime. Typically these properties do not have to be identical to the corresponding ones of !AnimationScene. When !TimeMode is set to 'Normalize' (which is the default), the start and end time of the animation scene is linearly interpolated to the interval [!StartTime, !EndTime]. Default values are !StartTime=0 and !EndTime=1.
    118118
    119119=== !KeyFrameAnimationCue Use Case ===
     
    163163}}}
    164164
    165 Reset the timetrack to use the AnimationScene clock time again:
     165Reset the timetrack to use the !AnimationScene clock time again:
    166166{{{
    167167#!python