From 767d6cbc1eaa6c8e822cb9a7cc1dee3d3781df87 Mon Sep 17 00:00:00 2001 From: ahujasid Date: Tue, 18 Mar 2025 00:38:50 +0530 Subject: [PATCH] removed the -fixed- word from description --- addon.py | 6 +++--- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addon.py b/addon.py index 25a7698..9a25872 100644 --- a/addon.py +++ b/addon.py @@ -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: diff --git a/pyproject.toml b/pyproject.toml index baa95c7..bc901fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 33799c1..9fda30a 100644 --- a/uv.lock +++ b/uv.lock @@ -28,7 +28,7 @@ wheels = [ [[package]] name = "blender-mcp" -version = "1.1.0" +version = "1.1.1" source = { editable = "." } dependencies = [ { name = "mcp", extra = ["cli"] },