add logic to build blenderbim-nightly chocolatey package

This commit is contained in:
befr
2022-08-02 10:28:13 +02:00
committed by Dion Moult
parent bbb3b62b8a
commit d058f17c15
9 changed files with 239 additions and 0 deletions
@@ -0,0 +1,8 @@
import bpy
bpy.ops.preferences.addon_enable(module='blenderbim')
bpy.ops.wm.save_userpref()
print("enabled blenderbim addon successfully.")