[feat] Add tach animation view option, to select the view used for animation

Add the possibility to specifify the view to use in case of multi-view use.

import paraview.simple as smp
import lidarviewcore.temporal_animation_cue_helpers as tach

# [...]

# e.g typically view_name="LidarGridView1" view_type="LidarGridView"
tach.params["animation_view"] = smp.FindViewOrCreate(view_name, view_type) 

# [...]
Edited by Timothée Couble

Merge request reports

Loading