Fix T62576: The remaining two unported official add-ons: X3D and 3DS.
X3D has been (basically) ported in rBAe8da70ab73d2dd5ff46, and 3DS has been downgraded to 'community' support, so we can get rid of that ugly 'slience warning' hack.
This commit is contained in:
@@ -365,13 +365,6 @@ def enable(module_name, *, default_set=False, persistent=False, handle_error=Non
|
||||
# 1.1) fail when add-on is too old
|
||||
# This is a temporary 2.8x migration check, so we can manage addons that are supported.
|
||||
|
||||
# Silent default, we know these need updating.
|
||||
if module_name in {
|
||||
"io_scene_3ds",
|
||||
"io_scene_x3d",
|
||||
}:
|
||||
return None
|
||||
|
||||
try:
|
||||
if mod.bl_info.get("blender", (0, 0, 0)) < (2, 80, 0):
|
||||
raise Exception(f"Add-on '{module_name:s}' has not been upgraded to 2.8, ignoring")
|
||||
|
Reference in New Issue
Block a user