From 1e208b92fcbd05c8eaceaec83dd6bf0f741e8f54 Mon Sep 17 00:00:00 2001
From: Aaron Carlisle <carlisle.b3d@gmail.com>
Date: Sun, 14 Jul 2019 20:13:46 -0400
Subject: [PATCH] Freestyle Export: Mark Official

This has been considered official, from the docs POV since the beginning.
Now lets make it appear in official.
---
 render_freestyle_svg.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/render_freestyle_svg.py b/render_freestyle_svg.py
index 448ae687c..bd2913f16 100644
--- a/render_freestyle_svg.py
+++ b/render_freestyle_svg.py
@@ -27,6 +27,7 @@ bl_info = {
     "description": "Exports Freestyle's stylized edges in SVG format",
     "warning": "",
     "wiki_url": "https://docs.blender.org/manual/en/latest/addons/render_freestyle_svg.html",
+    "support": 'OFFICIAL',
     "category": "Render",
     }
 
-- 
GitLab