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:
authorBastien Montagne <montagne29@wanadoo.fr>2019-09-04 16:17:52 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-09-04 16:17:52 +0300
commitb022000d22d2e99f97209124c70169f210060e8b (patch)
tree2ff55e7347257c7cb16edd34afc11f61e081c68c /io_scene_x3d
parent527167747acf093e9445ee3bc3ac66202b014c65 (diff)
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.
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/__init__.py3
1 files changed, 1 insertions, 2 deletions
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",
}