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>2022-01-26 22:52:22 +0300
committerPullusb <bernou.samuel@gmail.com>2022-01-26 22:52:22 +0300
commit8f83df5eae2efe4f8439a8344cde753ffb203320 (patch)
tree2556eefad50ff9e0bca31dbc77a7bbae724d0ec1 /greasepencil_tools/__init__.py
parent692611358a9189c2f54f916c42a08e1ddf54bb84 (diff)
GPencil Tools: Fix jumpy rotate reset in cam view
Using the shortcut to reset rotation in camera view (default: quick 'cltr + alt + MMB'), the viewport stay centered, even with a pan. Previously, the view would jump by following cam rotation.
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 64274c3b..54c7262b 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, 3),
+"version": (1, 5, 4),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",