From d12643197e648f6ddf56595d3f7be73bee458d8c Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 9 Aug 2020 17:22:20 +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 5af8052e21..249cd94565 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -26,7 +26,7 @@ endif cp -r blenderbim/* dist/blenderbim/ # Provides IfcOpenShell Python functionality - cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-e9a9c1a-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-a2454cf-$(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