summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh')
-rw-r--r--src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh b/src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh
deleted file mode 100644
index e51959d..0000000
--- a/src/mesh/assimp-master/scripts/StepImporter/genentitylist.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd ../../code
-grep -E 'Ifc([A-Z][a-z]*)+' -o IFCLoader.cpp IFCGeometry.cpp IFCCurve.cpp IFCProfile.cpp IFCMaterial.cpp | uniq | sed s/.*:// > ../scripts/IFCImporter/output.txt