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:
authorJulien Duroure <julien.duroure@gmail.com>2018-11-24 20:51:59 +0300
committerJulien Duroure <julien.duroure@gmail.com>2018-11-24 20:51:59 +0300
commit30224fecc40bc85747feb9efa8380214b09006a3 (patch)
tree1792be71625cf59158463c4d45dca5d474d21b6e
parentb1f2133fa2849da272e9d8404f371220226ddaf1 (diff)
Move gltf addon to OFFICIAL
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 0e864cad..ebce8a76 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -46,7 +46,7 @@ bl_info = {
'warning': '',
'wiki_url': ''
'',
- 'support': 'COMMUNITY',
+ 'support': 'OFFICIAL',
'category': 'Import-Export'}