mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +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.")
|
||
|
|
|