From ebc305c0e1de3cab99e05da34a134bf4c89ebe30 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 21 Jun 2020 19:43:58 +1000 Subject: [PATCH] Bump IfcOpenShell --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index b2aaecd39f..2ae232694c 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -25,7 +25,7 @@ endif mkdir -p dist/blenderbim cp -r blenderbim/* dist/blenderbim/ - cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-793c1c8-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-e9a9c1a-$(PLATFORM)64.zip cd dist/working && unzip ifcblender* cp -r dist/working/io_import_scene_ifc/ifcopenshell dist/blenderbim/libs/site/packages/ # See bug #812