fix gp layer navigation autofade

2.0.7

- fix: broken auto-fade with gp layer navigation when used with a customized shortcut.
- changed: supported version number to 3.0.0
This commit is contained in:
Pullusb
2022-10-08 15:46:44 +02:00
parent 02d13c6f29
commit 515ba4aa9f
3 changed files with 26 additions and 11 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ bl_info = {
"name": "GP toolbox",
"description": "Tool set for Grease Pencil in animation production",
"author": "Samuel Bernou, Christophe Seux",
"version": (2, 0, 6),
"blender": (2, 91, 0),
"version": (2, 0, 7),
"blender": (3, 0, 0),
"location": "Sidebar (N menu) > Gpencil > Toolbox / Gpencil properties",
"warning": "",
"doc_url": "https://gitlab.com/autour-de-minuit/blender/gp_toolbox",