fix: disable multi-selection layer renaming

1.6.4

- fix: disable multi-selection for layer naming manager
  - the dopesheet selection sometimes still consider layer as selected
This commit is contained in:
Pullusb
2021-09-09 12:23:14 +02:00
parent 9d26ed4085
commit dd68e74e2b
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ bl_info = {
"name": "GP toolbox",
"description": "Set of tools for Grease Pencil in animation production",
"author": "Samuel Bernou, Christophe Seux",
"version": (1, 6, 3),
"version": (1, 6, 4),
"blender": (2, 91, 0),
"location": "Sidebar (N menu) > Gpencil > Toolbox / Gpencil properties",
"warning": "",