-
EkaiiVision 4.0.0 (offline) Stable
released this
2026-05-27 21:09:54 +00:00 | 0 commits to main since this releaseOffline-hardened build of VoxelVision 4.0.0 (Erasers45-Studios) — a Blender add-on that converts 3D models into Minecraft blocks and exports to
.schem, Axiom.bp, and.mcstructure.This build is identical to the official one except for two changes (below). It is not affiliated with or endorsed by Erasers45-Studios; if you use it, buy the original.
Download
EkaiiVision_4.0.0_offline.zip
SHA-256:e67cd3a4af4690711b4f0d3ec8f67cf32dd7c5aa98f6bef2df516759b11d341aInstall in Blender 5.x: Edit > Preferences > Get Extensions > (top-right) Install from Disk. Full setup guide for Windows/macOS/Linux is in the README.
Changes from the official build
- The three "Open URL" buttons (FAQ / BakeLab / Discord) are removed. They were the only code in the add-on that opened a network connection. With them gone the add-on makes no outbound requests.
- The geometry-node append path is changed from a hardcoded Windows separator (
... + r'\NodeTree') toos.path.join(..., 'NodeTree'). The original breaks the Convert step on macOS/Linux; this build works on Windows, macOS and Linux.
Nothing else is modified. All source, the asset
.blend, the vendored Python modules and the.pycare kept as shipped.Audit
Before patching, the official build was reviewed: file inventory, static AST scan of all 29
.py, bytecode disassembly of all 43.pycagainst their source, and extraction of the script embedded in the asset.blend.Findings: no network imports anywhere, no telemetry, no license/activation check, no DRM, no obfuscation, no writes outside the add-on directory. VoxelVision gates paid content by shipping a larger asset library, not by any online check — which is why it runs fully offline. Of the 43
.pyc, 42 are byte-identical to their source and one differs only by a leftover unused import.Runtime check on Blender 5.1.2 (macOS), with the whole Blender process tree monitored via
lsof: Generate Block Database, Convert, and Export Schematic all completed with zero internet sockets opened.Full report:
reports/AUDIT.md. Reproducible patcher:patch_ekaiivision.py.Features in 4.0 (from the official changelog)
- Mod support: use blocks, stairs and slabs from any mod plus any vanilla version; build a block database for any version or mod from within the add-on.
- Generators reworked as a stackable modifier system (reorder and combine).
- New generators: Scatter Object, Spawn Grass, Curve to Wall, Ambient Occlusion, Overlay; Universal Tree gained walls; Linear/Radial gradients now work in 3D space.
- Color-attribute blending modes and a Preview Color material.
- Export of rotation states for stairs, fences, walls and slabs, and export of modded blocks.
- Python modules packed into the add-on (no pip/network needed).
Quick start
Install, press N in the 3D view, open the VoxelVision tab, click Generate Blocks once, select your model, click Turn Selected Into Blocks, then Export Schematic.
Built from official
voxelvision_4.0.0.zip(SHA-256925c6b99c0f90e7486fb5580c9457fa0a197d42ae5c8d88e9130173f952cada0). GPL-2.0-or-later.Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads