Production-ready Blender add-on for preparing and exporting optimized 3D assets for mobile games.
- Blender 4.3+
- Python 3.11+
- Blender UI usage does not require an AI agent
- Optional agent adapter support: Hermes, Claude Code, Codex CLI, Kimi/Kimi K2
- Optional
blender-mcpadapter for agent-based workflows
- Download the release ZIP from
https://github.com/SSobol77/blender-3d-plugin/releases - In Blender:
Edit > Preferences > Add-ons > Install...and select the ZIP - Enable
Blender Mobile 3D
cp -r blender-3d-plugin/plugin-core ~/.hermes/skills/creative/blender-mobile-3d-pluginThe repository also ships a real, tested installer CLI for both npm and
Python that discovers a Blender installation, downloads or takes an
offline release ZIP, verifies its checksum and structure, and installs,
updates, uninstalls, or diagnoses (doctor) the add-on through Blender's
own extension APIs. Full command/option/exit-code reference:
docs/installer-contract.md.
These packages are not yet published to npm or PyPI. Once released, the intended interface is:
npx @glaeron/blender-mobile-3d installpipx install blender-mobile-3d
blender-mobile-3d installuvx blender-mobile-3d installUntil then, install from source for local testing:
cd installers/python && pip install -e . && blender-mobile-3d install --offline ../../dist/blender_mobile_3d-1.0.0.zip
cd installers/npm && npm install && node bin/blender-mobile-3d.js install --offline ../../dist/blender_mobile_3d-1.0.0.zipGPL-2.0-only. See LICENSE in the repository root.
blender-3d-plugin/
blender_mobile_3d/ production package/core
presets/ target/asset presets
schemas/ manifest and preset schemas
scripts/ CLI wrapper
tests/ unit and integration tests
docs/ multilingual documentation
plugin-core/ agent-compatible compatibility package
Full documentation:
