|
2 | 2 | "name": "blender-developer-tools", |
3 | 3 | "displayName": "Blender Developer Tools", |
4 | 4 | "description": "Cursor and Claude Code skills, rules, snippets, and templates for Blender Python add-on and scripting development", |
5 | | - "version": "0.2.3", |
| 5 | + "version": "0.5.0", |
6 | 6 | "author": { |
7 | 7 | "name": "TMHSDigital", |
8 | 8 | "email": "contact@users.noreply.github.com" |
|
34 | 34 | "rules/type-annotate-props-and-defend-context.mdc", |
35 | 35 | "rules/prefer-temp-override-over-context-copy.mdc", |
36 | 36 | "rules/use-foreach-set-for-bulk-data.mdc" |
| 37 | + ], |
| 38 | + "snippets": [ |
| 39 | + "snippets/action-ensure-channelbag-for-slot.py", |
| 40 | + "snippets/app-handler-registration.py", |
| 41 | + "snippets/bmesh-load-edit-free.py", |
| 42 | + "snippets/canonical-object-creation.py", |
| 43 | + "snippets/canonical-object-deletion.py", |
| 44 | + "snippets/cross-version-property-delete.py", |
| 45 | + "snippets/depsgraph-evaluated-mesh.py", |
| 46 | + "snippets/driver-with-custom-function.py", |
| 47 | + "snippets/foreach-get-vertices.py", |
| 48 | + "snippets/foreach-set-vertices.py", |
| 49 | + "snippets/pointerproperty-binding.py", |
| 50 | + "snippets/principled-bsdf-material.py", |
| 51 | + "snippets/register-classes-factory.py", |
| 52 | + "snippets/shader-node-group.py", |
| 53 | + "snippets/temp-override-context.py", |
| 54 | + "snippets/usd-export-evaluation-mode.py", |
| 55 | + "snippets/version-branch-skeleton.py" |
| 56 | + ], |
| 57 | + "templates": [ |
| 58 | + "templates/extension-addon-template", |
| 59 | + "templates/headless-batch-script-template" |
| 60 | + ], |
| 61 | + "examples": [ |
| 62 | + "examples/depsgraph-export", |
| 63 | + "examples/gn-sdf-remesh", |
| 64 | + "examples/swatch-grid", |
| 65 | + "examples/turntable" |
37 | 66 | ] |
38 | 67 | } |
0 commit comments