[Bf-extensions-cvs] [6b69de83] master: GP tools addon: move back to 'community' support status.

Bastien Montagne noreply at git.blender.org
Tue Oct 6 10:34:28 CEST 2020


Commit: 6b69de830877285bdedbd02a4ac5037362ece79a
Author: Bastien Montagne
Date:   Tue Oct 6 10:31:43 2020 +0200
Branches: master
https://developer.blender.org/rBA6b69de830877285bdedbd02a4ac5037362ece79a

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, ...)

===================================================================

M	greasepencil_tools/__init__.py

===================================================================

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()



More information about the Bf-extensions-cvs mailing list