E57 Point Cloud Importer reads .e57 point cloud files directly into Blender's native PointCloud object format. The ASTM E57 format is a compact, vendor-neutral standard for storing point clouds, images and metadata produced by 3D imaging systems such as LiDAR and laser scanners, designed as a universal format for interoperability between point cloud processing software.
On import, the extension converts E57 data into Blender's PointCloud geometry. It can extract RGB color and map it to the points, pull surface normals and build a toggleable Shader Node tree for orientation visualization, and set the base point radius from the import menu. It also creates and assigns a Principled BSDF material with proper attribute routing. The required Python dependencies are bundled per platform, so no internet connection is needed during installation.
The extension targets Blender 5.0.1 and newer, ships as separate packages for Windows, Linux and macOS Apple Silicon, and is licensed under GPL-3.0. Developed by Quentin Misslin.