You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/ifcblenderexport/Makefile
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,16 @@ endif
34
34
cd dist/working && mv occ_utils.py ../blenderbim/libs/site/packages/ifcopenshell/geom/occ_utils.py
35
35
rm -rf dist/working
36
36
# 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
37
39
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f element.py
38
40
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f geolocation.py
39
41
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f selector.py
40
42
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f unit.py
41
43
cd dist/blenderbim/libs/site/packages/ifcopenshell/util && rm -f pset.py
42
44
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
43
47
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
44
48
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
45
49
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