From 2ada37641e9d5d5ffa784aedc22a84a18151fd03 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Sun, 18 Oct 2020 22:58:40 -0300 Subject: [PATCH] Update for blender 2.90.1 --- io_scene_godot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_godot/__init__.py b/io_scene_godot/__init__.py index 1fd343f3..076ca41a 100644 --- a/io_scene_godot/__init__.py +++ b/io_scene_godot/__init__.py @@ -28,7 +28,7 @@ bl_info = { # pylint: disable=invalid-name "name": "Godot Engine Exporter", "author": "Lu Jiacheng, Geoffrey Irons, Juan Linietsky", - "blender": (2, 80, 0), + "blender": (2, 90, 1), "location": "File > Import-Export", "description": ("Export Blender scenes to a format that can be " "efficiently imported in Godot Engine."),