Changes between Version 3 and Version 4 of Examples/ParaviewAnimating


Ignore:
Timestamp:
06/14/18 11:45:39 (6 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/ParaviewAnimating

    v3 v4  
    99As usual, when you want to write a Python script for ParaView from scratch, and have no idea where to start, it make sense to open the ParaView GUI, start a Python trace, and prototype the desired setup in the GUI interactively. When you want to generate an animation, you have to deal with the Animation View, obviously.
    1010
    11 [[Image(ParaView_AnimationView.jpg, align=left, margin=10)]]\\
     11[[Image(ParaView_AnimationView.jpg, margin=10)]]\\
    1212
    1313Unfortunately, ParaView is not willing to include all interactive settings in the trace. Some are just skipped, e.g. settings regarding the "TimeKeeper1 - Time" are NOT reflected in the trace. For this reason it makes sense to take a more closer look at the mechanisms and Python classes working behind the scene.