mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
8 lines
145 B
Python
8 lines
145 B
Python
import bpy
|
|
|
|
bpy.ops.preferences.addon_disable(module='blenderbim')
|
|
bpy.ops.wm.save_userpref()
|
|
|
|
print("disabled blenderbim addon successfully.")
|
|
|