Files
IfcOpenShell/choco/bonsai/tools/disable_blenderbim_addon.py
T
2025-12-19 18:53:14 +05:00

8 lines
145 B
Python

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