split_animate
Combine 3D simulations and time-series graphs in a grid layout, outputting a timestep-synchronized animation as GIF or PNG.
Instructions
Create a split-pane synchronized animation with multiple views.
Render 2-4 panes in a grid layout, combining 3D visualizations with time-series graphs. All panes are timestep-synchronized and output as a single GIF or PNG sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to simulation file (PVD, foam, etc.) | |
| panes | Yes | List of pane definitions (render or graph) | |
| layout | No | Grid layout {"rows": 2, "cols": 2, "gap": 4} | |
| fps | No | Frames per second (15-60) | |
| time_range | No | [start, end] physics time range | |
| speed_factor | No | Playback speed (1.0=real-time, 5.0=5x fast-forward) | |
| resolution | No | Total output [width, height] in pixels | |
| gif | No | Generate animated GIF (True) or PNG sequence only (False) |