From 4f1d0ee09a4cce824a3ab16c060b68e1708befb0 Mon Sep 17 00:00:00 2001 From: Sacha Goedegebure <151992752+sagotoons@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:54:01 +0800 Subject: [PATCH] update version to 3.0.0 For EEVEE Next support and some breaking changes --- fuzzy_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzy_tools.py b/fuzzy_tools.py index 31081d7..94cf4f1 100644 --- a/fuzzy_tools.py +++ b/fuzzy_tools.py @@ -3,7 +3,7 @@ bl_info = { "name" : "Fuzzy Tools", "author" : "Sacha Goedegebure", - "version" : (2,0,1), + "version" : (3,0,0), "blender" : (3,6,0), "location" : "View3d > Sidebar > Fuzzy. Alt+M to move keyframes and markers", "description" : "Tools for an efficient 1-person pipeline and multi-camera workflow",