diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..749ccda --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class diff --git a/rcg_pipeline/__pycache__/__init__.cpython-311.pyc b/rcg_pipeline/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2a361f6..0000000 Binary files a/rcg_pipeline/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/__pycache__/libs.cpython-311.pyc b/rcg_pipeline/__pycache__/libs.cpython-311.pyc deleted file mode 100644 index 41ec69a..0000000 Binary files a/rcg_pipeline/__pycache__/libs.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/__pycache__/material_generators.cpython-311.pyc b/rcg_pipeline/__pycache__/material_generators.cpython-311.pyc deleted file mode 100644 index 4dc9da9..0000000 Binary files a/rcg_pipeline/__pycache__/material_generators.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/__pycache__/render_asset.cpython-311.pyc b/rcg_pipeline/__pycache__/render_asset.cpython-311.pyc deleted file mode 100644 index 3122e22..0000000 Binary files a/rcg_pipeline/__pycache__/render_asset.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/export/__pycache__/__init__.cpython-311.pyc b/rcg_pipeline/export/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9c63933..0000000 Binary files a/rcg_pipeline/export/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/export/__pycache__/dae.cpython-311.pyc b/rcg_pipeline/export/__pycache__/dae.cpython-311.pyc deleted file mode 100644 index 608f1f3..0000000 Binary files a/rcg_pipeline/export/__pycache__/dae.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/export/__pycache__/fbx.cpython-311.pyc b/rcg_pipeline/export/__pycache__/fbx.cpython-311.pyc deleted file mode 100644 index a4207b5..0000000 Binary files a/rcg_pipeline/export/__pycache__/fbx.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/export/__pycache__/glb.cpython-311.pyc b/rcg_pipeline/export/__pycache__/glb.cpython-311.pyc deleted file mode 100644 index 0a42af9..0000000 Binary files a/rcg_pipeline/export/__pycache__/glb.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/export/__pycache__/ply.cpython-311.pyc b/rcg_pipeline/export/__pycache__/ply.cpython-311.pyc deleted file mode 100644 index 1d4d941..0000000 Binary files a/rcg_pipeline/export/__pycache__/ply.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/__init__.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1331cb0..0000000 Binary files a/rcg_pipeline/utils/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/cleanup_orphan_data.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/cleanup_orphan_data.cpython-311.pyc deleted file mode 100644 index 93a56c6..0000000 Binary files a/rcg_pipeline/utils/__pycache__/cleanup_orphan_data.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/collection_tools.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/collection_tools.cpython-311.pyc deleted file mode 100644 index 2516956..0000000 Binary files a/rcg_pipeline/utils/__pycache__/collection_tools.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/object_converter.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/object_converter.cpython-311.pyc deleted file mode 100644 index 7bca0d5..0000000 Binary files a/rcg_pipeline/utils/__pycache__/object_converter.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/object_relations.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/object_relations.cpython-311.pyc deleted file mode 100644 index 9897276..0000000 Binary files a/rcg_pipeline/utils/__pycache__/object_relations.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/object_transforms.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/object_transforms.cpython-311.pyc deleted file mode 100644 index a791aff..0000000 Binary files a/rcg_pipeline/utils/__pycache__/object_transforms.cpython-311.pyc and /dev/null differ diff --git a/rcg_pipeline/utils/__pycache__/shininess_to_roughness.cpython-311.pyc b/rcg_pipeline/utils/__pycache__/shininess_to_roughness.cpython-311.pyc deleted file mode 100644 index ed4c723..0000000 Binary files a/rcg_pipeline/utils/__pycache__/shininess_to_roughness.cpython-311.pyc and /dev/null differ