Merge branch 'v0.6.0' of github.com:IfcOpenShell/IfcOpenShell into v0.6.0

This commit is contained in:
Dion Moult
2020-07-30 17:09:44 +10:00
7 changed files with 7 additions and 2 deletions
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# Unix:
# $ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
# Windows:
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
###############################################################################
# #
# This file is part of IfcOpenShell. #
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# This code is taken from the trimesh project at https://github.com/mikedh/trimesh/blob/master/trimesh/collision.py
# License MIT https://github.com/mikedh/trimesh/blob/master/LICENSE.md
+1 -1
View File
@@ -1,4 +1,4 @@
#!python
#!/usr/bin/python3
import collision
import ifcopenshell
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico bimtester.py`
import os
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifccsv.py`
import ifcopenshell
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcdiff.py`
import ifcopenshell