screenshots of viewport now possible, along with sketchfab integration
This commit is contained in:
parent
6a5959f737
commit
0ffb31108e
10
README.md
10
README.md
@ -18,10 +18,14 @@ Give feedback, get inspired, and build on top of the MCP: [Discord](https://disc
|
|||||||
|
|
||||||
[Support this project](https://github.com/sponsors/ahujasid)
|
[Support this project](https://github.com/sponsors/ahujasid)
|
||||||
|
|
||||||
## Release notes (1.1.0)
|
## Release notes (1.2.0)
|
||||||
|
- View screenshots for Blender viewport to better understand the scene
|
||||||
|
- Search and download Sketchfab models
|
||||||
|
|
||||||
- Added support for Poly Haven assets through their API
|
|
||||||
- Added support to prompt 3D models using Hyper3D Rodin
|
### Previously added features:
|
||||||
|
- Support for Poly Haven assets through their API
|
||||||
|
- Support to generate 3D models using Hyper3D Rodin
|
||||||
- For newcomers, you can go straight to Installation. For existing users, see the points below
|
- For newcomers, you can go straight to Installation. For existing users, see the points below
|
||||||
- Download the latest addon.py file and replace the older one, then add it to Blender
|
- Download the latest addon.py file and replace the older one, then add it to Blender
|
||||||
- Delete the MCP server from Claude and add it back again, and you should be good to go!
|
- Delete the MCP server from Claude and add it back again, and you should be good to go!
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "blender-mcp"
|
name = "blender-mcp"
|
||||||
version = "1.1.3"
|
version = "1.2"
|
||||||
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.1.2"
|
version = "1.2"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "mcp", extra = ["cli"] },
|
{ name = "mcp", extra = ["cli"] },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user