Add DungeonGate asset, Blender MCP config und Claude settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
08c506a3a8
commit
4182eea3ac
4 changed files with 2684 additions and 0 deletions
25
.claude/settings.json
Normal file
25
.claude/settings.json
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(where python3:*)",
|
||||||
|
"Bash(where py:*)",
|
||||||
|
"Bash(ls /c/Python*/python.exe)",
|
||||||
|
"Read(//c/Users/sandr/AppData/Local/Programs/**)",
|
||||||
|
"Bash(where node:*)",
|
||||||
|
"Bash(where npm:*)",
|
||||||
|
"Read(//c/Program Files/nodejs/**)",
|
||||||
|
"Read(//c/Users/sandr/AppData/Roaming/**)",
|
||||||
|
"Bash(\"/c/Program Files/nodejs/node.exe\" -v)",
|
||||||
|
"Bash(cmd.exe /c \"where node\")",
|
||||||
|
"Bash(powershell.exe -Command \"Get-Command node -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source\")",
|
||||||
|
"Bash(powershell.exe -Command \"Get-Command python -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source\")",
|
||||||
|
"Bash(powershell.exe -Command \"Get-ChildItem -Path ''C:\\\\Program Files'',''C:\\\\Program Files \\(x86\\)'',''C:\\\\Users\\\\sandr\\\\AppData\\\\Local\\\\Programs'' -Filter ''python.exe'' -Recurse -ErrorAction SilentlyContinue | Select-Object -First 5 -ExpandProperty FullName\")",
|
||||||
|
"Bash(command -v uvx)",
|
||||||
|
"Bash(command -v uv)",
|
||||||
|
"Bash(where uvx:*)",
|
||||||
|
"Bash(where uv:*)",
|
||||||
|
"Bash(cmd.exe /c \"where uvx\")",
|
||||||
|
"Read(//c/Users/sandr/.claude/**)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
9
.mcp.json
Normal file
9
.mcp.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"blender-mcp": {
|
||||||
|
"type": "stdio",
|
||||||
|
"command": "uvx",
|
||||||
|
"args": ["blender-mcp"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/DungeonGate.png
Normal file
BIN
assets/DungeonGate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 MiB |
2650
blender-mcp.py
Normal file
2650
blender-mcp.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue