From 6e9f24af661b33ec9ac4d95ef3f6fde265e6c5be Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 3 Sep 2019 21:02:57 +1000 Subject: [PATCH] Move to subdir --- README.md => src/ifcblenderexport/README.md | 0 .../ifcblenderexport/blender-screenshot.png | Bin .../data}/Pset_FurnitureTypeCommon/monkey.csv | 0 export.py => src/ifcblenderexport/export.py | 0 .../ifcblenderexport/ifcopenshell-screenshot.png | Bin output.ifc => src/ifcblenderexport/output.ifc | 0 .../ifcblenderexport/schema}/ifc_types_IFC4.json | 0 template.ifc => src/ifcblenderexport/template.ifc | 0 .../ifcblenderexport/untitled.blend | Bin 9 files changed, 0 insertions(+), 0 deletions(-) rename README.md => src/ifcblenderexport/README.md (100%) rename blender-screenshot.png => src/ifcblenderexport/blender-screenshot.png (100%) rename {data => src/ifcblenderexport/data}/Pset_FurnitureTypeCommon/monkey.csv (100%) rename export.py => src/ifcblenderexport/export.py (100%) rename ifcopenshell-screenshot.png => src/ifcblenderexport/ifcopenshell-screenshot.png (100%) rename output.ifc => src/ifcblenderexport/output.ifc (100%) rename {schema => src/ifcblenderexport/schema}/ifc_types_IFC4.json (100%) rename template.ifc => src/ifcblenderexport/template.ifc (100%) rename untitled.blend => src/ifcblenderexport/untitled.blend (100%) diff --git a/README.md b/src/ifcblenderexport/README.md similarity index 100% rename from README.md rename to src/ifcblenderexport/README.md diff --git a/blender-screenshot.png b/src/ifcblenderexport/blender-screenshot.png similarity index 100% rename from blender-screenshot.png rename to src/ifcblenderexport/blender-screenshot.png diff --git a/data/Pset_FurnitureTypeCommon/monkey.csv b/src/ifcblenderexport/data/Pset_FurnitureTypeCommon/monkey.csv similarity index 100% rename from data/Pset_FurnitureTypeCommon/monkey.csv rename to src/ifcblenderexport/data/Pset_FurnitureTypeCommon/monkey.csv diff --git a/export.py b/src/ifcblenderexport/export.py similarity index 100% rename from export.py rename to src/ifcblenderexport/export.py diff --git a/ifcopenshell-screenshot.png b/src/ifcblenderexport/ifcopenshell-screenshot.png similarity index 100% rename from ifcopenshell-screenshot.png rename to src/ifcblenderexport/ifcopenshell-screenshot.png diff --git a/output.ifc b/src/ifcblenderexport/output.ifc similarity index 100% rename from output.ifc rename to src/ifcblenderexport/output.ifc diff --git a/schema/ifc_types_IFC4.json b/src/ifcblenderexport/schema/ifc_types_IFC4.json similarity index 100% rename from schema/ifc_types_IFC4.json rename to src/ifcblenderexport/schema/ifc_types_IFC4.json diff --git a/template.ifc b/src/ifcblenderexport/template.ifc similarity index 100% rename from template.ifc rename to src/ifcblenderexport/template.ifc diff --git a/untitled.blend b/src/ifcblenderexport/untitled.blend similarity index 100% rename from untitled.blend rename to src/ifcblenderexport/untitled.blend