git404hub

what is blender-3d-plugin fr?

ssobol77/blender-3d-plugin — explained in plain English

Analysis updated 2026-05-18

1PythonAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A Blender add-on that validates, optimizes, and exports mobile ready 3D assets for game engines like Godot, Unity, and Unreal, plus Flutter and Android apps.

vibe map

mindmap
  root((repo))
    What it does
      Optimizes 3D assets
      Exports to game engines
      Validates asset structure
    Tech stack
      Python
      Blender add-on
      Node.js installer
    Use cases
      Prepare mobile game assets
      Export to Godot or Unity
      Export to Unreal Engine
    Audience
      3D artists
      Game developers
    Setup
      Install Blender 4.3+
      Enable add-on in preferences
      Optional AI agent adapters

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Prepare 3D models built in Blender for use in mobile games without excess file weight.

VIBE 2

Export optimized assets directly to Godot, Unity, or Unreal Engine.

VIBE 3

Export mobile ready 3D assets for Flutter or Android apps.

VIBE 4

Use an AI coding tool adapter to work with the plugin through Claude Code, Codex CLI, or Kimi.

what's the stack?

PythonBlenderNode.js

how it stacks up fr

ssobol77/blender-3d-plugin0xustaz/streamgatea-bissell/unleash-lite
Stars111
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity3/54/54/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Blender 4.3 or newer and Python 3.11 or newer, the packaged CLI installer is not yet published, so it must be installed from source.

You can use and modify this freely, but any software you build using it and distribute must also be released under the same GPL version 2 license.

in plain english

Blender Mobile 3D Plugin is an add-on for Blender, the free 3D modeling program, that prepares and exports 3D models so they run well in mobile games. It is aimed at teams who build assets in Blender and then need to bring them into a game engine such as Godot, Unity, or Unreal Engine, or into a mobile app built with Flutter or for Android, without the models being too heavy or badly formatted for a phone to handle. To use it, you need Blender version 4.3 or newer and Python 3.11 or newer. Regular use inside Blender's own interface does not require any AI assistant at all: you simply download the release file from GitHub, install it through Blender's own Add-ons preferences screen, and enable it. For teams that do want AI assistance, the project also offers optional adapters so AI coding tools such as Claude Code, Codex CLI, or Kimi can work with the plugin, plus a separate integration called blender-mcp for agent based workflows. The repository also includes a command line installer, written for both Node.js and Python, that can find an existing Blender installation on your computer, download or use an offline copy of the release file, check that the file is valid, and then install, update, remove, or diagnose problems with the add-on. As of this writing, the packaged versions of this installer have not yet been published to npm or PyPI, so anyone who wants to try it now needs to install it from the source code directly rather than through a simple one line command. The project is organized into separate folders for the core plugin code, asset presets for different target platforms, data schemas, a command line wrapper, tests, and documentation available in English, Polish, Russian, and Traditional Chinese. Blender Mobile 3D Plugin is released under the GPL version 2 license.

prompts (copy fr)

prompt 1
Help me install the Blender Mobile 3D Plugin add-on into my Blender installation.
prompt 2
Explain how to export an optimized 3D asset from Blender to Unity using this plugin.
prompt 3
Show me how to set up the blender-mcp adapter for agent based workflows.
prompt 4
Walk me through installing the command line installer for this plugin from source.

Frequently asked questions

what is blender-3d-plugin fr?

A Blender add-on that validates, optimizes, and exports mobile ready 3D assets for game engines like Godot, Unity, and Unreal, plus Flutter and Android apps.

What language is blender-3d-plugin written in?

Mainly Python. The stack also includes Python, Blender, Node.js.

What license does blender-3d-plugin use?

You can use and modify this freely, but any software you build using it and distribute must also be released under the same GPL version 2 license.

How hard is blender-3d-plugin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is blender-3d-plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.