gitwtfhub

wtf is blendy?

djenta/blendy — explained in plain English

Analysis updated 2026-05-18

2PythonAudience · vibe coderComplexity · 2/5Setup · moderate

TL;DR

A local AI tutor for Blender that gives guidance based on your scene and screenshots, without ever writing or running scripts itself.

Mindmap

mindmap
  root((Blendy))
    What it does
      Local Blender AI tutor
      Reads scene and screenshots
      Never edits your file
    Tech stack
      Blender
      LM Studio
      Gemma
    Use cases
      Guided Blender learning
      Check progress vs target
      Private local advice
    Audience
      Blender beginners
    Setup
      Needs Windows and LM Studio
      Load a chat model

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

Why would anyone build with this?

REASON 1

Get step by step guidance while learning Blender, with help checking your progress against the current scene.

REASON 2

Ask a local AI model for advice on 3D modeling without sending your work to an external service.

REASON 3

Attach reference images and get feedback on whether your scene matches the intended visual target.

REASON 4

Keep ongoing project goals and constraints in a notebook that persists across chat sessions.

What's in the stack?

PythonBlenderLM StudioGemma

How it stacks up

djenta/blendy0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPythonPython
Setup difficultymoderatemoderateeasy
Complexity2/52/52/5
Audiencevibe codergeneralgeneral

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

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires Windows, Blender 4.x or newer, and LM Studio running a local model with its server enabled.

No license information was included in what was shown, so terms of use are unclear.

Wtf does this do

Blendy is a desktop tutor app that connects Blender, the free 3D modeling program, to an AI chat model running privately on your own computer through a program called LM Studio. It is meant purely as a teacher and guide: it can look at your current Blender scene and screenshots of your window to give advice, but it never writes or runs Blender scripts on its own, so it will not change your project for you. To use it, you need a Windows computer, Blender version 4 or newer, and LM Studio set up with its local server turned on and a chat model loaded. The project recommends the Gemma 4 family of models because they can understand screenshots and use Blendy's built in reference tools, though Blendy checks whatever model you have loaded and adjusts which features it offers based on what that model can actually do. After installing Blendy with its Windows installer, a small add-on appears inside Blender's sidebar, letting you launch the Blendy desktop app directly from there. The add-on creates a small local bridge so the desktop app can read your current scene. If the sidebar tab does not appear automatically, the README walks through enabling the add-on manually from Blender's preferences, or installing it from a backup zip file included in the release. While chatting, you describe what you are working on, follow suggested checkpoints, and can ask Blendy to check your current progress against a screenshot of the live scene, ask for help when stuck, or ask exactly where in Blender to look for a certain tool. A notebook feature lets you save goals and ongoing decisions that persist across sessions, and Blendy warns you if you switch to a different saved file so old context does not get mixed in by mistake. Everything runs locally by default, with external web search off unless you turn it on, and the README lists in detail what data stays stored on your own computer, including chat history, scene facts, and temporary screenshots that get deleted right after use.

Yoink these prompts

Prompt 1
Walk me through installing Blendy and connecting it to LM Studio on Windows.
Prompt 2
Explain what Blendy can and cannot do compared to an AI tool that writes Blender scripts directly.
Prompt 3
Help me set up LM Studio with a Gemma model so Blendy can use screenshots and tools.
Prompt 4
What should I check if the Local AI tab does not appear in Blender's sidebar after installing Blendy?

Frequently asked questions

wtf is blendy?

A local AI tutor for Blender that gives guidance based on your scene and screenshots, without ever writing or running scripts itself.

What language is blendy written in?

Mainly Python. The stack also includes Python, Blender, LM Studio.

What license does blendy use?

No license information was included in what was shown, so terms of use are unclear.

How hard is blendy to set up?

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

Who is blendy for?

Mainly vibe coder.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.