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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-15 03:13:46 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-15 03:13:46 +0300
commit1e208b92fcbd05c8eaceaec83dd6bf0f741e8f54 (patch)
treeb870afff795a39f3f35f1fb9e22d64faeaa1e7e2
parent38bdfc0357feb7d877adc16caca6b23fd13aac79 (diff)
Freestyle Export: Mark Official
This has been considered official, from the docs POV since the beginning. Now lets make it appear in official.
-rw-r--r--render_freestyle_svg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/render_freestyle_svg.py b/render_freestyle_svg.py
index 448ae687..bd2913f1 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",
}