Files
IfcOpenShell/choco/blenderbim/tools/disable_blenderbim_addon.py
T

9 lines
146 B
Python

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