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, ...)
This commit is contained in:
Bastien Montagne 2020-10-06 10:31:43 +02:00
parent 667c868a4b
commit 6b69de8308
1 changed files with 2 additions and 2 deletions

View File

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