From 1e023539225dc380d81d4535e888fec096e76f13 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 10 Aug 2020 13:01:42 +1000 Subject: [PATCH] Minor fix --- src/ifcblenderexport/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 5fb83ba752..f4476a9954 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -34,6 +34,10 @@ endif cd dist/working && mv occ_utils.py ../blenderbim/libs/site/packages/ifcopenshell/geom/occ_utils.py rm -rf dist/working # IfcOpenBot is outdated, so we hotfix the Python utilities + cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f element.py + cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f geolocation.py + cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f selector.py + cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f unit.py cd dist/blenderbim/libs/site/packages/ifcopenshell/util && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcopenshell-python/ifcopenshell/util/element.py cd dist/blenderbim/libs/site/packages/ifcopenshell/util && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcopenshell-python/ifcopenshell/util/geolocation.py cd dist/blenderbim/libs/site/packages/ifcopenshell/util && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcopenshell-python/ifcopenshell/util/selector.py @@ -282,8 +286,6 @@ endif # Provides IFCPatch functionality cd dist/blenderbim/libs/site/packages/ && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcpatch/ifcpatch.py - - # Required by IFCPatch 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/MergeProject.py