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-01-31 23:44:03 +0300
committerPullusb <bernou.samuel@gmail.com>2021-01-31 23:44:03 +0300
commit7bc0fa6bf2d8fb564759a4b2c776eda098f61bd9 (patch)
treeab248ed28b48e6825ee53a8baa6b33b9520a377a /greasepencil_tools/__init__.py
parent9d30d2bccb154f2c1a4b665bab7d6c02ff5c51b1 (diff)
GPencil Tools: Canvas rotation improvements
- Added operators to store/restore camera rotation (handy to quickly get back to a prefered angle) - Use a modifier key to step the rotation by a user-chosen angle - Addon preferences UI cleanup
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 9ac882ba..adcc7aa7 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, 2, 2),
+"version": (1, 3, 0),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",