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-07-12 22:28:00 +0300
committerPullusb <bernou.samuel@gmail.com>2021-07-12 22:28:00 +0300
commit4ecb089854c286cd20fc508ce4fe6dab9aaa5387 (patch)
tree613fe5815948ba4bf25da023a428be7e9fb86e9f /greasepencil_tools/__init__.py
parent5be927b2f67d7ca3f453fe598f5c37a506be91ef (diff)
GPencil Tools: Box deform multi object edit
Box deform not limited to active object in object mode. Now affect all selected grease pencils objects. Also can keep lattice object on confirm when using Shift + valid buttons.
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 646f4862..0a8042c9 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, 5, 0),
+"version": (1, 5, 2),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",