Engineering Dynamics Company
Recon Toolkit™
Accident Reconstruction Tools for Blender
Data-driven animation and analysis for accident reconstruction in Blender.
This guide walks through installing the add-on, finding its panels, and completing the common tasks step by step.
Recon Toolkit turns recorded crash data — EDR reports, motion tables, survey points — into animated Blender scenes, and adds the measurement and visualization tools reconstructionists need to present motion clearly.
| Tool | What it does |
|---|---|
| EDR Data Importer / Entry | Animate an object from Time, Speed, Yaw Rate or Time, Speed, Steering Wheel Angle data, or follow an existing path using a Time, Speed profile |
| Motion Data Importer | Animate an object from Time, X, Y, Z, Roll, Pitch, Yaw rows |
| Point Importer | Place numbered, labelled markers from a survey coordinate list, connected into polylines |
| Motion Path Tools | Generate, remove, toggle, and convert Blender motion paths to editable 3D curves |
| Timed Location Markers | Drop triangle markers (with optional time labels) at a fixed time interval along an animated object's motion |
| Scale Objects | Scale an object so two selected vertices match a known real-world distance |
| Speed + Acceleration | Bake speed and acceleration from an animated object to animated custom properties on a helper empty |
The add-on targets Blender 4.x and uses only Blender's bundled Python modules — no extra installation.
ReconToolkit-<version>.zip file.The add-on's preferences let you rename the sidebar tab — set it to an existing tab's name to share a tab with other add-ons.
On Blender 4.2+ the same zip also installs as an extension (Preferences → Get Extensions → Install from Disk), and updates automatically when added from the EDC Software repository.
Every importer reads CSV files the same forgiving way:
t, time; spd, speed; yaw rate, yawrate).Load a file first, then confirm or adjust the column mapping before importing.
Use EDR Data Importer / Entry to drive a vehicle from event-data-recorder output. You can import a CSV or hand-enter rows.
Time, Speed, Yaw Rate rows.Time, Speed, Steering Wheel Angle; set the wheelbase and steering-gear ratio so the bicycle model can derive yaw.Time, Speed profile.Speeds are read as mph in Imperial scenes and m/s in Metric scenes (see Units and scale). Imported rows are stored on the animated object.
Use Motion Data Importer when you already have a full pose per timestamp (Time, X, Y, Z, Roll, Pitch, Yaw).
Imported rows are stored on the animated object.
Use Point Importer to bring a survey coordinate list into the scene.
Use Scale Objects to bring imported geometry to real-world scale.
Use Speed + Acceleration to read motion off an animated object for HUD-style readouts or analysis.
SpeedData_<object>.Units are chosen automatically from the scene, or can be forced.
Recon Toolkit respects the scene's Unit System (Scene Properties → Units):
Set your unit system before importing so speeds and distances are interpreted correctly. Use Scale Objects to match imported geometry to real-world dimensions.
Bundled in examples/ for trying each importer:
| File | Use with |
|---|---|
EDR_YawRate_Example.csv | EDR importer, Yaw Rate mode |
EDR_SteeringAngle_Example.csv | EDR importer, Steering Wheel Angle mode |
EDR_Combined_Example.csv | EDR importer, column mapping (all four columns) |
XYZRPY_Example.csv | Motion Data Importer |
XYZ_Points_Example.csv | Point Importer |
Recon Toolkit™ is a trademark of Engineering Dynamics Company (Anthony Cornetto). The source code is GPL v2 or later. Recon Toolkit is a reconstruction and visualization aid, not a substitute for professional engineering judgment — independently validate every result. See the bundled LICENSE file for licensing and the full disclaimer.
Official builds, updates, and support are provided by Engineering Dynamics Company; visit edccorp.com or contact EDC support.