Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 0387783

Browse files
committed
Minor fix
1 parent b72b2aa commit 0387783

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ifcblenderexport/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ endif
3434
cd dist/working && mv occ_utils.py ../blenderbim/libs/site/packages/ifcopenshell/geom/occ_utils.py
3535
rm -rf dist/working
3636
# IfcOpenBot sometimes lags behind, so we hotfix the Python utilities
37+
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f attribute_4_to_2x3.json
38+
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f class_4_to_2x3.json
3739
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f element.py
3840
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f geolocation.py
3941
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f selector.py
4042
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f unit.py
4143
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f pset.py
4244
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f schema.py
45+
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcopenshell-python/ifcopenshell/util/attribute_4_to_2x3.json
46+
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && wget https://raw.githubusercontent.com/IfcOpenShell/IfcOpenShell/v0.6.0/src/ifcopenshell-python/ifcopenshell/util/class_4_to_2x3.json
4347
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
4448
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
4549
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

0 commit comments

Comments
 (0)