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:
authorBastien Montagne <bastien@blender.org>2020-10-06 11:31:43 +0300
committerBastien Montagne <bastien@blender.org>2020-10-06 11:31:43 +0300
commit6b69de830877285bdedbd02a4ac5037362ece79a (patch)
tree6f5ce4d67d3af6fa4e9982436e85cb227a0a6e9c /greasepencil_tools
parent667c868a4bfa755b346613947d602ab6b0b637e8 (diff)
GP tools addon: move back to 'community' support status.
As a reminder, official addons are supported and maintained by main team. This implies some serious review and abiding by our code standards and rules, which is not yet the case for this add-on (at least, UI messages hare breaking many rules - using capitals, not end points, ...)
Diffstat (limited to 'greasepencil_tools')
-rw-r--r--greasepencil_tools/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/greasepencil_tools/__init__.py b/greasepencil_tools/__init__.py
index bad7f2e7..d42b24c5 100644
--- a/greasepencil_tools/__init__.py
+++ b/greasepencil_tools/__init__.py
@@ -28,7 +28,7 @@ bl_info = {
"doc_url": "https://docs.blender.org/manual/en/dev/addons/object/grease_pencil_tools.html",
"tracker_url": "https://github.com/Pullusb/greasepencil-addon/issues",
"category": "Object",
-"support": "OFFICIAL",
+"support": "COMMUNITY",
}
import bpy
@@ -60,4 +60,4 @@ def unregister():
prefs.unregister()
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()