Splats is a Blender extension for generating multi-view training data aimed at Gaussian Splatting and 3D reconstruction. It renders multi-frame sequences from multiple camera positions arranged on a sphere, then exports the results as datasets that reconstruction pipelines can consume.
Cameras are distributed using a Fibonacci sphere pattern, and the add-on applies automatic frustum culling and offers a live camera preview while you set up a shot. It exports per-frame PLY point clouds and produces camera parameters in OpenCV format, covering both the rendered frames and the camera data needed downstream. The stated applications include Gaussian Splatting, NeRF, and photogrammetry.
The current release is version 1.0.1, published in December 2025, with an update that revised the initial default parameters and the user experience. Splats is compatible with Blender 4.2 LTS and newer and is released under the GNU General Public License v3.0 or later. The extension is around 15.5 KB and requests file permission to import and export PLY point clouds and render output files.