From 431de8d5a16361c87e130a94dd842412c5ff267b Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 1 Dec 2020 21:29:09 +1100 Subject: [PATCH] Package ExtractElements IfcPatch recipe with the BlenderBIM Add-on --- src/ifcblenderexport/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 8a67632e78..5690f7a628 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -294,6 +294,7 @@ endif cd dist/blenderbim/libs/site/packages/ && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/ifcpatch.py cd dist/blenderbim/libs/site/packages/ && mkdir recipes cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/__init__.py + cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/ExtractElements.py cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/MergeProject.py cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/OffsetObjectPlacements.py cd dist/blenderbim/libs/site/packages/recipes && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/recipes/OffsetStoreyElevations.py