Cleanup a bit i18n message extraction code.

This commit is contained in:
2019-08-01 12:26:21 +02:00
parent 5fde4494f6
commit 4b37abd61f
2 changed files with 2 additions and 56 deletions

View File

@@ -180,9 +180,8 @@ def enable_addons(addons=None, support=None, disable=False, check_only=False):
prefs = bpy.context.preferences
used_ext = {ext.module for ext in prefs.addons}
# XXX TEMP WORKAROUND
black_list = {"space_view3d_math_vis",
"object_scatter"}
# In case we need to blacklist some add-ons...
black_list = {}
ret = [
mod for mod in addon_utils.modules()