removed the -fixed- word from description

This commit is contained in:
ahujasid 2025-03-18 00:38:50 +05:30
parent 71ef81ca28
commit 767d6cbc1e
3 changed files with 5 additions and 5 deletions

View File

@ -12,12 +12,12 @@ import shutil
from bpy.props import StringProperty, IntProperty, BoolProperty, EnumProperty
bl_info = {
"name": "Blender MCP Fixed",
"name": "Blender MCP",
"author": "BlenderMCP",
"version": (0, 2),
"blender": (3, 0, 0),
"location": "View3D > Sidebar > BlenderMCP",
"description": "Connect Blender to Claude via MCP (Fixed Version)",
"description": "Connect Blender to Claude via MCP",
"category": "Interface",
}
@ -688,7 +688,7 @@ class BlenderMCPServer:
env_tex.location = (-400, 0)
env_tex.image = bpy.data.images.load(tmp_path)
# FIXED: Use a color space that exists in all Blender versions
# Use a color space that exists in all Blender versions
if file_format.lower() == 'exr':
# Try to use Linear color space for EXR files
try:

View File

@ -1,6 +1,6 @@
[project]
name = "blender-mcp"
version = "1.1.0"
version = "1.1.1"
description = "Blender integration through the Model Context Protocol"
readme = "README.md"
requires-python = ">=3.10"

2
uv.lock generated
View File

@ -28,7 +28,7 @@ wheels = [
[[package]]
name = "blender-mcp"
version = "1.1.0"
version = "1.1.1"
source = { editable = "." }
dependencies = [
{ name = "mcp", extra = ["cli"] },