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>2020-10-06 21:47:38 +0300
committerPullusb <bernou.samuel@gmail.com>2020-10-06 21:47:38 +0300
commitf1c61ad0426d1207c89836a691af7c6523bd3bf3 (patch)
treeb49818e5c500e2882833de37818aa13194f513b9 /greasepencil_tools/__init__.py
parent6b69de830877285bdedbd02a4ac5037362ece79a (diff)
Spellcheck: Capitalize words in displayed text
Title cased words for sidebar's Tab category and addon preferences properties. Changed description field.
Diffstat (limited to 'greasepencil_tools/__init__.py')
-rw-r--r--greasepencil_tools/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/greasepencil_tools/__init__.py b/greasepencil_tools/__init__.py
index d42b24c5..c99b30de 100644
--- a/greasepencil_tools/__init__.py
+++ b/greasepencil_tools/__init__.py
@@ -19,11 +19,11 @@
bl_info = {
"name": "Grease Pencil Tools",
-"description": "Pack of tools for Grease pencil drawing",
+"description": "Extra tools for Grease Pencil",
"author": "Samuel Bernou, Antonio Vazquez, Daniel Martinez Lara, Matias Mendiola",
-"version": (1, 1, 2),
+"version": (1, 1, 3),
"blender": (2, 91, 0),
-"location": "Sidebar > Grease pencil > Grease pencil",
+"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/object/grease_pencil_tools.html",
"tracker_url": "https://github.com/Pullusb/greasepencil-addon/issues",