Skip to content

v0.2.1 — Blender extension + Niua Blender Finisher naming

Choose a tag to compare

@Qervas Qervas released this 30 Jul 16:49
· 4 commits to main since this release

Product-facing polish on top of the pure MCP (v0.2.0).

What's new

  • Blender extension packaging — install via Extensions, not legacy Add-ons:
    • blender_addon/niua_mcp_bridge/blender_manifest.toml
    • python scripts/install_extension.py (recommended)
    • Extension id: niua_blender_finisherbl_ext.user_default.niua_blender_finisher
  • Product name: Niua Blender Finisher (UI panel, server title, extension name)
  • Legacy scripts/install_addon.py still works but points you at the extension path

Internal import path stays niua_mcp_bridge for stability.

Install

pip install niua_blender_mcp-0.2.1-py3-none-any.whl
# or from repo:
pip install -e .
python scripts/install_extension.py --include-policy

Or install the extension zip from this release in Blender:
Preferences → Extensions → Install from Diskniua_blender_finisher-0.2.1.zip

Assets

File Role
niua_blender_mcp-0.2.1-py3-none-any.whl MCP host (stdio server)
niua_blender_finisher-0.2.1.zip Blender extension

Not in this release

Rebuild-from-photo track and demo reports remain WIP and are not tagged here.