From b8704e7856111072aa88401d8d0f9c5f7d9f977c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20C=C3=A1rdenas?= Date: Wed, 4 Feb 2026 14:55:42 -0600 Subject: [PATCH] Fix Blender 5.0 compatibility and update bl_info --- ActRec/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ActRec/__init__.py b/ActRec/__init__.py index a925943..4bcbeb8 100644 --- a/ActRec/__init__.py +++ b/ActRec/__init__.py @@ -2,9 +2,9 @@ bl_info = { "name": "ActionRecorder", - "author": "InamuraJIN, RivinHD", - "version": (4, 1, 2), - "blender": (3, 3, 12), + "author": "InamuraJIN, RivinHD, FabianCS", + "version": (4, 1, 3), + "blender": (5, 0, 0), "location": "View 3D", "warning": "", "docs_url": 'https://github.com/InamuraJIN/ActionRecorder/blob/master/README.md', # Documentation