mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
9 lines
144 B
Python
9 lines
144 B
Python
import bpy
|
|
|
|
|
|
bpy.ops.preferences.addon_enable(module='blenderbim')
|
|
bpy.ops.wm.save_userpref()
|
|
|
|
print("enabled blenderbim addon successfully.")
|
|
|