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.
This commit is contained in:
Bastien Montagne 2019-09-04 15:17:52 +02:00
parent 527167747a
commit b022000d22
Notes: blender-bot 2023-02-14 19:08:53 +01:00
Referenced by issue #69179, Move X3D IO Add-on to community-supported status
1 changed files with 1 additions and 2 deletions

View File

@ -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",
}