Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"permissions": {
"allow": [
"Bash(wc -l scripts/*.js css/*.css)",
"Bash(npm install:*)",
"Bash(uvx blender-mcp:*)",
"Bash(uvx --version)",
"Bash(pip show:*)",
"Bash(uvx --from blender-mcp python -c \"import blender_mcp; print\\(blender_mcp.__file__\\)\")",
"Bash(uvx --from blender-mcp python -c ':*)",
"Bash(where uvx:*)",
"mcp__blender__execute_blender_code",
"WebSearch",
"WebFetch(domain:github.com)",
"WebFetch(domain:projects.blender.org)",
"Bash(gh api:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(curl -s \"https://raw.githubusercontent.com/blender/blender/main/source/blender/editors/uvedit/uvedit_select.cc\")",
"Bash(git add:*)",
"Bash(git commit -m ':*)",
"Bash(git stash:*)",
"Bash(git checkout:*)",
"Bash(git log:*)",
"Bash(git branch:*)"
]
}
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

<script src="scripts/jquery.min.js"></script>
<script src="scripts/use-konva-snapping.js"></script>
<script src="scripts/undoManager.js"></script>
<script src="scripts/config.js"></script>
<script src="scripts/feedbackManager.js"></script>
<script src="scripts/shortcutsManager.js"></script>
Expand Down
Loading