Maps Model Importer V0.4.0 ((full)) -
Maps Models Importer v0.4.0
is a pivotal version of the open-source Maps Models Importer Blender add-on, created by Élie Michel . This tool enables the extraction of 3D photogrammetry data—including terrain and textured buildings—from Google Maps and Google Earth for use in 3D creative workflows. Core Requirements for v0.4.0
- Maps Model Importer v0.4.0 is a release update for a tool that ingests, converts, and integrates geographic/model data into the Maps ecosystem (map renderers, visualization pipelines, or internal model stores).
- Focus of this version: improved format support, reliability fixes, performance gains, and clearer developer ergonomics.
- Import speed: 4.7x faster for 1km² tiles (average from 42 seconds down to 8.9 seconds on an M2 Macbook Pro).
- Memory allocation: 62% less peak RAM usage due to streaming tile processing instead of whole-scene loading.
- Crash reduction: Memory-related crashes dropped by 83% according to telemetry data (with opt-in reporting).
- New stricter validation may surface previously ignored malformed attributes—review import logs after upgrading.
- If relying on implicit type coercions, test with representative data since coercion rules are now more conservative.
hardware instancing
Furthermore, the tool now supports for repeated elements (lamp posts, trees, manhole covers) during the import phase, not as a post-process. In our tests, a 10km² area of suburban Los Angeles dropped from 18GB of VRAM usage to just 2.4GB after enabling v0.4.0’s instancing. maps model importer v0.4.0
- Exposes import metrics (features processed, errors, avg processing time per batch) via logs and optional JSON summary output.
- Integrates with common logging stacks by emitting structured log entries when verbose mode is enabled.
CLI Examples
Validation against 10GB+ datasets (e.g., OpenStreetMap New York). Maps Models Importer v0