Files
IfcOpenShell/choco/bonsai/tools/disable_blenderbim_addon.py
2024-08-13 23:47:26 +10:00

9 lines
146 B
Python

import bpy
bpy.ops.preferences.addon_disable(module='blenderbim')
bpy.ops.wm.save_userpref()
print("disabled blenderbim addon successfully.")