From e92a84f9170f03b921b82a7fdc8624543fd2688d Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 5 Feb 2021 10:08:20 +1100 Subject: [PATCH] Bump IfcOpenShell to address bug #1293 and bug #1281. --- src/ifcblenderexport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 6847dc334f..14cf2aed77 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-b08346c-$(PLATFORM)64.zip + cd dist/working && wget https://s3.amazonaws.com/ifcopenshell-builds/ifcblender-python-37-v0.6.0-3bbdc3f-$(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