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-30 23:06:01 +0300
committerPullusb <bernou.samuel@gmail.com>2021-03-30 23:06:01 +0300
commit08e9ab150d105ba4de2b977b94ab794efd6fd1f2 (patch)
treed533d22914c03ab58c5a33b5f6c7e9571f39272f /greasepencil_tools/__init__.py
parent19675aa14d7559020c75936b1b92ac9d004e04f4 (diff)
GPencil Tools: Fix timeline snapping
Fix error when trying to use snap with the OSD timeline deactivated
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 24b0399a..66a9f611 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, 1),
+"version": (1, 4, 2),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",