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-07 00:56:52 +0300
committerPullusb <bernou.samuel@gmail.com>2021-07-07 00:56:52 +0300
commit81b348c4525abdbbd0f176c7486cdc19c0024776 (patch)
tree56b085c4f0b187f5b79c1196c4302cbee9bfd04f /greasepencil_tools/__init__.py
parent046114b96a1c369886a55de0bf958bf7ac2ae5a1 (diff)
GPencil Tools: Canvas rotate improvement
In camera view : New rotate canvas pivot mode from view center instead of camera center (enabled by default). Fix rotate canvas precision in free navigation. Also now compatible with region overlap toggled off.
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 494354d5..646f4862 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, 4, 3),
+"version": (1, 5, 0),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",