updated README
This commit is contained in:
parent
36c05e7196
commit
d430a6b215
@ -105,6 +105,8 @@ Once the config file has been set on Claude, and the addon is running on Blender
|
|||||||
- `search_polyhaven_assets` - Search for assets on PolyHaven with optional category filtering
|
- `search_polyhaven_assets` - Search for assets on PolyHaven with optional category filtering
|
||||||
- `download_polyhaven_asset` - Download and import a PolyHaven asset into Blender
|
- `download_polyhaven_asset` - Download and import a PolyHaven asset into Blender
|
||||||
|
|
||||||
|
To see everything in Poly Haven, [see here](https://polyhaven.com/)
|
||||||
|
|
||||||
### Example Commands
|
### Example Commands
|
||||||
|
|
||||||
Here are some examples of what you can ask Claude to do:
|
Here are some examples of what you can ask Claude to do:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "blender-mcp"
|
name = "blender-mcp"
|
||||||
version = "1.0.2"
|
version = "1.1.0"
|
||||||
description = "Blender integration through the Model Context Protocol"
|
description = "Blender integration through the Model Context Protocol"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@ -28,7 +28,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "blender-mcp"
|
name = "blender-mcp"
|
||||||
version = "1.0.2"
|
version = "1.1.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "mcp", extra = ["cli"] },
|
{ name = "mcp", extra = ["cli"] },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user