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