You can get most of what you want very easily by using the custom filter feature. To create a custom filter that is a composite of Extract Time Steps
and Temporal Interpolator
, do the following:
- Add both the
Extract Time Steps
andTemporal Interpolator
filters to your data as you are doing now. Make sure that you set options that you want hidden, such asSelection Mode
andTime Step Interval
to the value that you want. - Select both the
Extract Time Steps
andTemporal Interpolator
filter in thePipeline Browser
(using shift-click). - Select
Tools
->Create Custom Filter...
. This will start a wizard to help you create your custom filter. - In the first box of the wizard, select a name for your filter (such as “Temporal Select and Interpolate”). Click
Next
. - In the next two boxes of the wizard, use the default definition of the inputs and outputs (i.e. hit
Next
twice). - In the final box of the wizard, select the properties you want exposed. For example, click on
ExtractTimeSteps1
and then selectTime Step Range
from theProperty
chooser. Then click the+
button. - Now click
Finish
The new filter that you created is now available in the alphabetical filters list (and the quick search box). If you go to Tools
-> Manage Custom Filters
, you can export your custom filter and import it into other instances of ParaView.