From a348ae35a508e44b9e50d49aa97b5d6f42c497f7 Mon Sep 17 00:00:00 2001 From: bonjorno7 Date: Fri, 22 Oct 2021 22:08:11 +0200 Subject: [PATCH] Bump version to 0.6.5 I was confident that static props did not support bodygroups, but people are telling me otherwise, so I guess you can do that again now. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 3a5c30a..d3cb928 100644 --- a/__init__.py +++ b/__init__.py @@ -3,7 +3,7 @@ 'author': 'bonjorno7, Almaas, Cabbage McGravel, Gorange, Krystian, RED_EYE, SethTooQuick, Yonder', 'description': 'A more convenient alternative to Blender Source Tools', 'blender': (2, 83, 0), - 'version': (0, 6, 4), + 'version': (0, 6, 5), 'location': '3D View > Sidebar', 'category': 'Import-Export', }