Merge branch 'blender-v4.0-release'

This commit is contained in:
Campbell Barton
2023-10-04 22:24:26 +11:00

View File

@@ -273,10 +273,8 @@ def main() -> None:
relaxed = "--relaxed" in argv
# NOTE(@ideasman42): Disable add-on items as they may cause differences in the key-map.
# An alternative would be to disable all add-ons, but this is simpler.
if kc_addon := bpy.context.window_manager.keyconfigs.addon:
kc_addon.keymaps.clear()
del kc_addon
import addon_utils
addon_utils.disable_all()
has_error = False