From 43348ce2364cc2e87064bea57265225b3e081f8e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 28 Feb 2020 11:24:43 +1100 Subject: [PATCH] Bump to latest IfcOpenShell build --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 092dc89c9a..c28f1dacee 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -28,7 +28,7 @@ ifneq ($(PLATFORM), win) endif cp -r blenderbim/* dist/blenderbim/ - cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-9bcd932-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-e44221c-$(PLATFORM)64.zip cd dist/working && unzip ifcblender* cp -r dist/working/io_import_scene_ifc/ifcopenshell dist/ rm -rf dist/working