Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPullusb <bernou.samuel@gmail.com>2021-03-07 23:55:50 +0300
committerPullusb <bernou.samuel@gmail.com>2021-03-07 23:55:50 +0300
commitef3104dae302dcfb08b21e32d10b548bf304bd29 (patch)
tree72f09a1b2fca8f13f298e3fd08bdad179965216f /greasepencil_tools/__init__.py
parent117faa96af35685d72e5e01f9a386d163d874133 (diff)
GPencil Tools: Fix box deform trailing vertex group
fix: Remove remaining vertex group generated by box deform in GP object (only used during modal).
Diffstat (limited to 'greasepencil_tools/__init__.py')
-rw-r--r--greasepencil_tools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/greasepencil_tools/__init__.py b/greasepencil_tools/__init__.py
index 334cd44f..de5bf06c 100644
--- a/greasepencil_tools/__init__.py
+++ b/greasepencil_tools/__init__.py
@@ -21,7 +21,7 @@ bl_info = {
"name": "Grease Pencil Tools",
"description": "Extra tools for Grease Pencil",
"author": "Samuel Bernou, Antonio Vazquez, Daniel Martinez Lara, Matias Mendiola",
-"version": (1, 3, 3),
+"version": (1, 3, 4),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",