
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
blender-kit
Advanced tools
Agentic Blender 4.x development boilerplate - Python REPL/CLI, HTTP bridge, scene inspector, headless rendering
Agentic Blender 4.x development boilerplate — Python REPL/CLI, HTTP bridge, scene inspector, headless rendering.
npx blender-kit <project-dir>
cd <project-dir>
This scaffolds a new project and installs the blender-dev CLI.
blender-dev config set blenderPath /path/to/blender
blender-dev config get
blender-dev config path
blender-dev download-engine # show download instructions
Config is stored at ~/.blender-kit/config.json.
| Command | Description |
|---|---|
blender-dev run [script] | Run a Python script headlessly (default: scripts/main.py) |
blender-dev render [script] | Run render script headlessly (default: scripts/render.py) |
blender-dev setup | Install flake8 and black via pip |
blender-dev lint [files...] | Lint Python files with flake8 |
blender-dev format [files...] | Format Python files with black |
blender-dev download-engine | Show Blender 4.3 download instructions |
The bridge runs an HTTP server on port 6009 inside Blender.
| Command | Description |
|---|---|
blender-dev repl | Interactive Python REPL against running Blender |
blender-dev eval <expr> | Evaluate a Python/bpy expression |
blender-dev info | Show Blender version, scene name, object count |
blender-dev scene | Dump active scene tree |
blender-dev objects | List all objects with name/type/location |
blender-dev set <path> <prop> <value> | Set an object property |
blender-dev select <name> | Select object by name |
blender-dev call <path> <method> [args] | Call a bpy method |
blender-dev render-settings | Show render engine, resolution, samples |
blender-dev reload | Reload the current .blend file |
blender-dev watch | Watch .py files and notify bridge on change |
Inside blender-dev repl:
.objects list scene objects
.scene dump scene tree
.info Blender version + scene info
.render-settings render config
.help show available dot-commands
Any other input is evaluated as a Python/bpy expression.
<project>/
scripts/
main.py # entry point for blender-dev run
render.py # entry point for blender-dev render
addons/
blender_bridge/
__init__.py # HTTP bridge addon (port 6009)
| Port | Service |
|---|---|
| 6009 | Blender HTTP bridge |
MIT
FAQs
Agentic Blender 4.x development boilerplate - Python REPL/CLI, HTTP bridge, scene inspector, headless rendering
The npm package blender-kit receives a total of 128 weekly downloads. As such, blender-kit popularity was classified as not popular.
We found that blender-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.