[Bf-extensions-cvs] [2b3c3ff4] master: 3DS IO add-on: remove 'officially supported' status.

Bastien Montagne noreply at git.blender.org
Sat Mar 16 13:00:45 CET 2019


Commit: 2b3c3ff41bf65c252e4777d87eb5dadb8694ffb2
Author: Bastien Montagne
Date:   Sat Mar 16 12:11:04 2019 +0100
Branches: master
https://developer.blender.org/rBA2b3c3ff41bf65c252e4777d87eb5dadb8694ffb2

3DS IO add-on: remove 'officially supported' status.

As discussed in T62576, that format is not used much anymore, and we
only have a limited amount of time to dedicate to port and maintain
formats.

Quiet obviously, community is welcomed to take over and port that
add-on as they see fit.

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

M	io_scene_3ds/__init__.py

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

diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index b2ea526e..2d1fe520 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -29,7 +29,6 @@ bl_info = {
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Import-Export/Autodesk_3DS",
-    "support": 'OFFICIAL',
     "category": "Import-Export"}
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list