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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "blender-mcp" name = "blender-mcp"
version = "1.1.0" version = "1.1.1"
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
View File

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