[Bf-extensions-cvs] [b022000d] master: Fix T69179: Move X3D IO Add-on to community-supported status.

Bastien Montagne noreply at git.blender.org
Wed Sep 4 15:20:06 CEST 2019


Commit: b022000d22d2e99f97209124c70169f210060e8b
Author: Bastien Montagne
Date:   Wed Sep 4 15:17:52 2019 +0200
Branches: master
https://developer.blender.org/rBAb022000d22d2e99f97209124c70169f210060e8b

Fix T69179: Move X3D IO Add-on to community-supported status.

This is a rather old format now, and current add-on code would require a
significant amount of work to bring it back in a proper state.

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

M	io_scene_x3d/__init__.py

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

diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 1b3060b0..e02cdc3b 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -21,13 +21,12 @@
 bl_info = {
     "name": "Web3D X3D/VRML2 format",
     "author": "Campbell Barton, Bart, Bastien Montagne, Seva Alekseyev",
-    "version": (2, 2, 2),
+    "version": (2, 2, 3),
     "blender": (2, 81, 6),
     "location": "File > Import-Export",
     "description": "Import-Export X3D, Import VRML2",
     "warning": "",
     "wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_x3d.html",
-    "support": 'OFFICIAL',
     "category": "Import-Export",
 }



More information about the Bf-extensions-cvs mailing list