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-24 21:43:41 +0300
committerPullusb <bernou.samuel@gmail.com>2021-01-24 21:43:41 +0300
commit3c6e9c26bc6b35399dfbc38c3116b1375fa6f53c (patch)
treed6a173554a08f861549db80bfb5c3f2ddb4cf105 /greasepencil_tools/__init__.py
parent76fba3f84b6fdcc350d232eb740c0cd72ac9ffb7 (diff)
GPencil Tools: code cleanup
Remove _wip_ comments on timeline_scrub.py file
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 abc7a033..e5135422 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, 0),
+"version": (1, 2, 1),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",