From 3a73e33c246995b742f5b85f1c3d9e07635635cc Mon Sep 17 00:00:00 2001 From: StjerneIdioten Date: Wed, 27 Nov 2024 00:06:50 +0100 Subject: [PATCH] fix(blender): Bump Blender version to 4.2 BREAKING CHANGE: --- addon/i3dio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/i3dio/__init__.py b/addon/i3dio/__init__.py index 2ffc0e4e..a5fa62c4 100644 --- a/addon/i3dio/__init__.py +++ b/addon/i3dio/__init__.py @@ -32,7 +32,7 @@ "description": "Exports blender projects into GIANTS I3D format for use in Giants Engine based games such as " "Farming Simulator", "version": (0, 0, 0), # Always (0, 0, 0) since versioning is controlled by the CI - "blender": (2, 93, 0), + "blender": (4, 2, 0), "location": "File > Import-Export", "warning": "First Unofficial Alpha Version", "support": "COMMUNITY",