Bundle bpypolyskel so that users can start playing with the hipped roof generator

This commit is contained in:
Dion Moult
2023-02-27 21:49:04 +11:00
parent 363ddc2a9b
commit 68bdbe4c4f
4 changed files with 120 additions and 91 deletions
+7
View File
@@ -655,6 +655,13 @@ endif
cd dist/working/ && cp -r pkg_resources ../blenderbim/libs/site/packages/
rm -rf dist/working
# Required for hipped roof generation
mkdir dist/working
cd dist/working && wget https://github.com/prochitecture/bpypolyskel/archive/refs/heads/master.zip
cd dist/working && unzip master.zip
cp -r dist/working/bpypolyskel-master/bpypolyskel dist/blenderbim/libs/site/packages/
rm -rf dist/working
cd dist/blenderbim && $(SED) "s/999999/$(VERSION)/" __init__.py
cd dist && zip -r blenderbim-$(VERSION)-$(PYVERSION)-$(PLATFORM).zip ./*
rm -rf dist/blenderbim