From 8bef6b93475e11a45d38429d574bb779cdacebc3 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 25 May 2020 20:42:35 +1000 Subject: [PATCH] Bump IfcOpenShell build --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 33b44a6987..ba98186669 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-cdbe343-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-0d93633-$(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