diff --git a/README.md b/README.md index 7d6c3b2..344ac76 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@
@@ -20,6 +21,17 @@ 12 skills • 6 rules • 2 templates • 17 snippets • 20 examples ++ Examples Gallery + • Quick start + • Examples + • Skills + • Rules + • Templates + • Snippets + • Roadmap +
+ --- ## Overview @@ -35,6 +47,20 @@ The content is consumed by AI coding agents (Cursor, Claude Code, any MCP-capabl | **Templates** | A working Extensions Platform add-on starter and a headless batch script starter | | **Snippets** | 17 small standalone Python files demonstrating canonical patterns | +## Quick start + +```bash +git clone https://github.com/TMHSDigital/Blender-Developer-Tools.git +``` + +- **Cursor** — point Cursor at the checkout (or symlink `rules/` into your project). The `.mdc` rules apply automatically by glob scope; skills are referenced by name in chat. +- **Claude Code** — copy `skills/` and `rules/` into your project workspace, or keep this repo as a checkout that Claude Code references directly. +- **Run an example** — every example is a self-checking headless script (exit non-zero on failure, no GPU needed for the check): + +```bash +blender --background --python examples/bmesh-gear/bmesh_gear.py -- +``` + ## Supported Blender versions | Version | Status | @@ -47,8 +73,19 @@ The content is consumed by AI coding agents (Cursor, Claude Code, any MCP-capabl Runnable, smoke-gated demos live in [`examples/`](examples/) — each is executed headless on both Blender 4.5 LTS and 5.1 by the `blender-smoke` workflow, so the screenshots reflect code -that actually runs. Browse them in the -**[examples gallery](https://tmhsdigital.github.io/Blender-Developer-Tools/gallery/)**. +that actually runs. Browse them all with filters and full-size renders in the +**[examples gallery](https://tmhsdigital.github.io/Blender-Developer-Tools/gallery/)**, +or expand a category below. + + + +