diff --git a/README.md b/README.md
index 9d9e88ce1..acc877e87 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,68 @@
+
+
+
-## [Infinigen: Infinite Photorealistic Worlds using Procedural Generation](https://infinigen.org)
+# [Infinigen: Infinite Photorealistic Worlds Using Procedural Generation](https://infinigen.org)
-Please visit our website, [https://infinigen.org](https://infinigen.org)
+[**Getting Started**](#getting-started)
+| [**Website**](https://infinigen.org/)
+| [**Intro Video**](https://www.youtube.com/watch?v=6tgspeI-GHY)
+| [**Papers**](#papers)
+| [**Documentation**](#documentation)
+| [**Contributing**](#contributing)
-[![Infinigen Intro Video](docs/images/video_thumbnail.png)](https://youtu.be/6tgspeI-GHY)
+
+
+
-If you use Infinigen in your work, please cite our [academic paper]([https://arxiv.org/abs/2306.09310](https://arxiv.org/abs/2306.09310)):
+## Getting Started
+
+First, follow our [Installation Instructions](docs/Installation.md).
+
+### Hello Room: Getting Started with Infinigen Indoors
+
+
+
+
+
+
+
+
+See instructions & example commands for Infinigen-Indoors in [HelloRoom.md](docs/HelloRoom.md)
+
+### Hello World: Getting Started with Infinigen Nature
+
+
+
+
+
+
+
+
+See instructions & example commands for Infinigen-Nature in [HelloWorld.md](docs/HelloWorld.md)
+
+## Papers
+
+If you use Infinigen in your work, please cite our academic papers:
-Alexander Raistrick*, Lahav Lipson*, Zeyu Ma* (*equal contribution, alphabetical order)
-Lingjie Mei, Mingzhe Wang, Yiming Zuo, Karhan Kayan, Hongyu Wen, Beining Han,
-Yihan Wang, Alejandro Newell, Hei Law, Ankit Goyal, Kaiyu Yang, Jia Deng
+Alexander Raistrick*,
+Lahav Lipson*,
+Zeyu Ma* (*equal contribution, alphabetical order)
+Lingjie Mei,
+Mingzhe Wang,
+Yiming Zuo,
+Karhan Kayan,
+Hongyu Wen,
+Beining Han,
+Yihan Wang,
+Alejandro Newell,
+Hei Law,
+Ankit Goyal,
+Kaiyu Yang,
+Jia Deng
Conference on Computer Vision and Pattern Recognition (CVPR) 2023
@@ -26,23 +76,39 @@ Conference on Computer Vision and Pattern Recognition (CVPR) 2023
}
```
-### Getting Started
-
-First, follow our [Installation Instructions](docs/Installation.md).
-
-Next, see our ["Hello World" example](docs/HelloWorld.md) to generate an image & ground truth similar to those shown below.
-
+
-
-
-
-
+Alexander Raistrick*,
+Lingjie Mei*,
+Karhan Kayan*, (*equal contribution, random order)
+David Yan,
+Yiming Zuo,
+Beining Han,
+Hongyu Wen,
+Meenal Parakh,
+Stamatis Alexandropoulos,
+Lahav Lipson,
+Zeyu Ma,
+Jia Deng
+Conference on Computer Vision and Pattern Recognition (CVPR) 2024
-### Documentation
+```
+@inproceedings{infinigen2024indoors,
+ author = {Raistrick, Alexander and Mei, Lingjie and Kayan, Karhan and Yan, David and Zuo, Yiming and Han, Beining and Wen, Hongyu and Parakh, Meenal and Alexandropoulos, Stamatis and Lipson, Lahav and Ma, Zeyu and Deng, Jia},
+ title = {Infinigen Indoors: Photorealistic Indoor Scenes using Procedural Generation},
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
+ month = {June},
+ year = {2024},
+ pages = {21783-21794}
+}
+```
+
+## Documentation
- [Installation Guide](docs/Installation.md)
-- ["Hello World": Generate your first Infinigen scene](docs/HelloWorld.md)
+- ["Hello World": Generate your first Infinigen-Nature scene](docs/HelloWorld.md)
+- ["Hello Room": Generate your first Infinigen-Indoors scene](docs/HelloRoom.md)
- [Configuring Infinigen](docs/ConfiguringInfinigen.md)
- [Downloading pre-generated data](docs/PreGeneratedData.md)
- [Generating individual assets](docs/GeneratingIndividualAssets.md)
@@ -51,10 +117,10 @@ Next, see our ["Hello World" example](docs/HelloWorld.md) to generate an image &
- [Implementing new materials & assets](docs/ImplementingAssets.md)
- [Generating fluid simulations](docs/GeneratingFluidSimulations.md)
-### Coming Soon
Please see our [project roadmap](https://infinigen.org/roadmap) and follow us at [https://twitter.com/PrincetonVL](https://twitter.com/PrincetonVL) for updates.
-### Contributing
+## Contributing
+
We welcome contributions! You can contribute in many ways:
- **Contribute code to this repository** - We welcome code contributions. More guidelines coming soon.
- **Contribute procedural generators** - `infinigen/nodes/node_transpiler/dev_script.py` provides tools to convert artist-friendly [Blender Nodes](https://docs.blender.org/manual/en/2.79/render/blender_render/materials/nodes/introduction.html) into python code. Tutorials and guidelines coming soon.
diff --git a/docs/HelloRoom.md b/docs/HelloRoom.md
index c35e23611..bbace7ba0 100644
--- a/docs/HelloRoom.md
+++ b/docs/HelloRoom.md
@@ -11,7 +11,6 @@
Infinigen has distinct scene generation & rendering stages. We typically run these automatically for you (skip to [Generate scenes automatically](#generating-scenes-automatically)
-
#### Generate a blender file
First, run ONE command of your choosing from the block below. This will generate a 3D blender file for use in the subsequent steps.
diff --git a/docs/Installation.md b/docs/Installation.md
index c713017cc..d5152facd 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -68,10 +68,10 @@ conda activate infinigen
Then, install the infinigen package using one of the options below:
```bash
-# Minimal install (No terrain or opengl GT: ok for Infinigen-Indoors or single-object generation)
+# Minimal install (No terrain or opengl GT, ok for Infinigen-Indoors or single-object generation)
INFINIGEN_MINIMAL_INSTALL=True pip install -e .
-# Full install (Terrain & OpenGL-GT enabled; Needed for Infinigen-Nature HelloWorld)
+# Full install (Terrain & OpenGL-GT enabled, needed for Infinigen-Nature HelloWorld)
pip install -e .
# Developer install (includes pytest, ruff, other recommended dev tools)
diff --git a/docs/images/hello_room/dining.png b/docs/images/hello_room/dining.png
new file mode 100644
index 000000000..b0478f7cd
Binary files /dev/null and b/docs/images/hello_room/dining.png differ
diff --git a/docs/images/hello_room/dining_blender.png b/docs/images/hello_room/dining_blender.png
new file mode 100644
index 000000000..846d6e054
Binary files /dev/null and b/docs/images/hello_room/dining_blender.png differ
diff --git a/docs/images/hello_room/dining_depth.png b/docs/images/hello_room/dining_depth.png
new file mode 100644
index 000000000..f43784fc3
Binary files /dev/null and b/docs/images/hello_room/dining_depth.png differ
diff --git a/docs/images/hello_room/dining_obj.png b/docs/images/hello_room/dining_obj.png
new file mode 100644
index 000000000..cc3f1d060
Binary files /dev/null and b/docs/images/hello_room/dining_obj.png differ
diff --git a/docs/images/infinigen.png b/docs/images/infinigen.png
new file mode 100644
index 000000000..3f0dcd938
Binary files /dev/null and b/docs/images/infinigen.png differ
diff --git a/log.txt b/log.txt
new file mode 100644
index 000000000..517b8103e
--- /dev/null
+++ b/log.txt
@@ -0,0 +1,18262 @@
+commit a2880ed6024ee66476a7c5f0311973e1a368f8f2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 3 lines to infinigen/datagen/configs/export.gin. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit 5799d04378407f7c38e4c4e14feca96057d74042
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 10 lines to infinigen/datagen/configs/indoor_background_configs.gin. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit d8d29f06702a503c687e78c424688b59ed7e06c5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 2 lines to infinigen/assets/decor/aquarium_tank.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 967cd920797cefda6946ebea9a4b712aab5d12d2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 15 lines to infinigen/assets/decor/aquarium_tank.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit a53846ff5697191fdf31b1e867e577173f7757d4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 97 lines to infinigen/assets/decor/aquarium_tank.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit ad7e685d457575dea212ae9db19258176adab396
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 1 lines to infinigen/assets/decor/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit d6d5db4594fa201ad6f96ad577a219f40bf31505
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 6 lines to infinigen/assets/windows/__init__.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit b95f42aeb0e432f8fb1c85aab97088caa011e777
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 2 lines to infinigen/assets/windows/window.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit b0ad83e089ae92a288d2f19b4b4489e5dd9985ff
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 51 lines to infinigen/assets/windows/window.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 290ad43054732d51b487dd581b9742f266fc8460
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 203 lines to infinigen/assets/windows/window.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 4926ed7f93550c14fa1b724d62e417381226dd33
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 779 lines to infinigen/assets/windows/window.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit d7a4cbc3fadc990f956fcd2692d2c344344072f0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 17 lines to infinigen/assets/table_decorations/book.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit 30346ae3a72e8ef32782706d4418c8b89e7f31af
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 17 lines to infinigen/assets/table_decorations/book.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 661a2f937ce44577b2593aaacd75766f949b6f96
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 181 lines to infinigen/assets/table_decorations/book.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 507bc958c7cd167e4f03374b7420841c6a107d7c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 324 lines to infinigen/assets/table_decorations/utils.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 9d797df96982c2c7c46c5bf19afab6f52f25d34e
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 1 lines to infinigen/assets/table_decorations/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 43158158b74af7bbff2ea966d4068eb98a5088c4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 1 lines to infinigen/assets/table_decorations/__init__.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 31e053fde4b582ab8b006f505abcc4237785e60e
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 1 lines to infinigen/assets/table_decorations/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 82659a743d753ef34fa6aaed5795a407653d898f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:33 2024 -0700
+
+ Add 1 lines to infinigen/assets/table_decorations/vase.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 4ce599f72d31b21593eeb761dcbc93f06ea88e54
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 4 lines to infinigen/assets/table_decorations/vase.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 6d029f33e4fc8632abd71c74e10ced13ac2b0e06
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 31 lines to infinigen/assets/table_decorations/vase.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 251c3323b477bd46c1b76097bf1a86d0422103e8
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 67 lines to infinigen/assets/table_decorations/vase.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 3673bd9addb86ef19ba616a39f441e065ffa43ec
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 198 lines to infinigen/assets/table_decorations/vase.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 17eeb5ea4609c23d99c571bed2a530aa04fcecef
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 5 lines to infinigen/assets/table_decorations/sink.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 22e4bab7ccd66079ba856c2da5841f7f42e95c88
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 62 lines to infinigen/assets/table_decorations/sink.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit bfffcc718eebcb71abbac3f40f98e3cd6f96bb26
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 102 lines to infinigen/assets/table_decorations/sink.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 32fe356161b1211a2ea21683ce23a4c386c200c5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 117 lines to infinigen/assets/table_decorations/sink.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 232d51bf497c34f104cf76ad251b0755d37b95f8
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 225 lines to infinigen/assets/table_decorations/sink.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit ac425f57ecce19a0926d6bc538d9c454e161720c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 274 lines to infinigen/assets/table_decorations/sink.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos.
+
+commit dc577759538978d4f37368891d05e455bc705727
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 4 lines to infinigen/assets/seating/chairs/seats/curvy_seats.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit b796a28d2e4f14864dffe37effec2cf949d055f2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 46 lines to infinigen/assets/seating/chairs/seats/curvy_seats.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit db4a31eefb74d73ccf38ade5240b0798746bdb5c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 100 lines to infinigen/assets/seating/chairs/seats/curvy_seats.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 82d691ba20db24fa23305aa0a345ba6ab0c45a2c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 2 lines to infinigen/assets/seating/chairs/seats/round_seats.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit c1be072ff44524bc56caff58e0d57586a77713ee
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 39 lines to infinigen/assets/seating/chairs/seats/round_seats.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 81121be9907b9889d5d5edf78e220ac4d1f5cb2d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 1 lines to infinigen/assets/seating/chairs/bar_chair.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit efb0781287d01576d117fa0ec0eea312138a41ab
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 3 lines to infinigen/assets/seating/chairs/bar_chair.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit f7ae6f6ebcc24fc39778347c063e05fea35b5356
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 15 lines to infinigen/assets/seating/chairs/bar_chair.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 79e8a8bfe40545f30724f61f0435932211f95d3b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 37 lines to infinigen/assets/seating/chairs/bar_chair.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit eb3bcead798cdcac5725f31c9b6a2fea34a79b3b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 117 lines to infinigen/assets/seating/chairs/bar_chair.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit cc312dba6416a9cd829367857a6e6bb5cfdea149
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 7 lines to infinigen/assets/seating/chairs/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 742a9bde5bddd1c98ea68a5e602a38c49510dfd5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 14 lines to infinigen/assets/seating/chairs/chair.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 5c0f875d7464aa157de1a5787d85c4e92c1078e7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 22 lines to infinigen/assets/seating/chairs/chair.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit b67001ffdabc22106fe1ee46d8a3d64c7f87ba12
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 328 lines to infinigen/assets/seating/chairs/chair.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit e2eadbee16f7f1855316366686016de432fe824a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 12 lines to infinigen/assets/seating/chairs/office_chair.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit bccbfc7c07d51e631bca4ce2ffdfcbc7619cade1
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 18 lines to infinigen/assets/seating/chairs/office_chair.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 3ad3ba7cd71652e5922bc93a6b6cc6d4b16d80aa
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 36 lines to infinigen/assets/seating/chairs/office_chair.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 8d379da567082d5220c684de7962dc3bca611a20
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 140 lines to infinigen/assets/seating/chairs/office_chair.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 2cd5fde810f6d246009ec3d48d20518cbd0945df
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 2 lines to infinigen/assets/seating/sofa.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 9c7e927d6fab7ab3cd40829f851bccf6707c96bf
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 4 lines to infinigen/assets/seating/sofa.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 51386633d851a40f67c86f62f518ee8979817db2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 18 lines to infinigen/assets/seating/sofa.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit f1092c7d6439f1111e2a000c9fac8730ff9ba59c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:32 2024 -0700
+
+ Add 75 lines to infinigen/assets/seating/sofa.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 24897d944f697f4b736c02a0e2a276bce3391af4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 239 lines to infinigen/assets/seating/sofa.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit d291d57d0b58d4d2f602ce9fb56c003f7ee45a6a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 405 lines to infinigen/assets/seating/sofa.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos.
+
+commit 44492af609664e71269a3338b0da394c805c287f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 7 lines to infinigen/assets/seating/bedframe.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 6c3e78b9f21c7667b29ea6dcd7f08b449f82add1
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 172 lines to infinigen/assets/seating/bedframe.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 82e3bbd29d6ecb4b7cc7859bc24006211efd3a1e
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 186 lines to infinigen/assets/seating/bed.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 719d71574366e13b1f25a79418e70be51879d4cc
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 2 lines to infinigen/assets/seating/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit c27b36c6e528ab28e3659de402be9c67fe844550
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 9 lines to infinigen/assets/seating/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 96be2a15d86fd42917373414bd56ed5f0e59bcb2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 5 lines to infinigen/assets/seating/pillow.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 7476bb3d477591dbea2bc7fc31b5a7432de78a82
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 112 lines to infinigen/assets/seating/pillow.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 418830e3d2c43a2e53d1e628ea1ab687ef67e5a7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 3 lines to infinigen/assets/seating/mattress.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 04a797719f28c0b9d60524bdefb990fed2764c1b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 123 lines to infinigen/assets/seating/mattress.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit cc44ca40188a29613fd3d6041fe09e514fee142d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 34 lines to infinigen/assets/lighting/holdout_lighting.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 05656cb0c4352348ba67cca3eaeb102a4ba37ed7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 33 lines to infinigen/assets/lighting/hdri_lighting.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit eecce753d2dfb0c306cce5734a350bbf563f8e7a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 3 lines to infinigen/assets/lighting/ceiling_lights.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 20593ad4182a4e801d38af2e0c5022ddfce68364
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 34 lines to infinigen/assets/lighting/ceiling_lights.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit a18083caf2d0a02471fef3336c47e218f891aa00
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 35 lines to infinigen/assets/lighting/ceiling_lights.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 2fd8fff7ffce0249105e768e63a3a7f9c8bc6d7d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 145 lines to infinigen/assets/lighting/ceiling_lights.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 7e964a5b0c97c18c3544c98bc8a99f528a917937
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 1 lines to infinigen/assets/lighting/three_point_lighting.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit ca322453ecacbe8af3283847a356fad21c57c2bd
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 27 lines to infinigen/assets/lighting/three_point_lighting.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit f544bfb3893912e3cc1400d415c3ba74148e96d9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 9 lines to infinigen/assets/lighting/lamp.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit 48aebf3bb533ae0afc860ae9115f7286ef0485c7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 32 lines to infinigen/assets/lighting/lamp.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit a677764a37b3f3767f7298572ce4673a6da32111
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 75 lines to infinigen/assets/lighting/lamp.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 0fdcf6b61300031b75a5d77c83c33e10c9af224b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 114 lines to infinigen/assets/lighting/lamp.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit c7a2cd3392638d2b4d17c61f367de8c7a90f1e34
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 318 lines to infinigen/assets/lighting/lamp.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 6051bb06ff4c07b8ec219fea183f7db3f897d38d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 56 lines to infinigen/assets/lighting/indoor_lights.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 65e5eafc9dcacac32f14e4c7e6852eadff8447d2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 2 lines to infinigen/assets/lighting/ceiling_classic_lamp.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 9ef918e63e9b52c8d9f4e968308068a6aafcce49
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 5 lines to infinigen/assets/lighting/ceiling_classic_lamp.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit d848ff6e9e6499e520464dd39ca327f33cf09518
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 232 lines to infinigen/assets/lighting/ceiling_classic_lamp.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos.
+
+commit 46aceff291cf28a1de61b772afebbd8db6a577df
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 9 lines to infinigen/assets/scatters/clothes.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos.
+
+commit c3da2edc9d1138d95fe3cc65b0c280c7621e5797
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 69 lines to infinigen/assets/scatters/clothes.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit f0550f9410127ddb84040219c0917cad06b10820
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 1 lines to infinigen/assets/elements/nature_shelf_trinkets/generate.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit 758f3ffe84f8ec8e746ee1e7db7ff8d333c8e8cc
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 1 lines to infinigen/assets/elements/nature_shelf_trinkets/generate.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit a64c3bb41482525812294f4e3e9a17d0eee5583c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 16 lines to infinigen/assets/elements/nature_shelf_trinkets/generate.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 68b4d91eb3cae215eb0e39a4f64e276d41ece306
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 80 lines to infinigen/assets/elements/nature_shelf_trinkets/generate.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos.
+
+commit 9a174c4e5584fea243383c3ce19b2f1bcf6492eb
+Author: pvl-bot
+Date: Sun Jun 16 23:16:31 2024 -0700
+
+ Add 4 lines to infinigen/assets/elements/doors/casing.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit 09a38e9b593111d8790e266485174aebfb2b3fcd
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 58 lines to infinigen/assets/elements/doors/casing.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit dfbf582c656f7c11976b9bd77079f49afdc91928
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 4 lines to infinigen/assets/elements/doors/base.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit e823115f6b324a16775df3cc563d9d3c83ccbf80
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 5 lines to infinigen/assets/elements/doors/base.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit 67cb84726faf578bd2c415376dfe5dcfd08289ae
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 208 lines to infinigen/assets/elements/doors/base.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit f40a580f07936e4ef7a317f04cf6d80d4bf983e3
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 92 lines to infinigen/assets/elements/doors/panel.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit b988978d154121e172003b9443f2864f8e141ce2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 55 lines to infinigen/assets/elements/doors/lite.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 18592ec491d767ed7d0a1f190e5750db5ccf414a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 80 lines to infinigen/assets/elements/doors/louver.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 664c4a4d48c23840bbb4abfc5363610097a541b0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 33 lines to infinigen/assets/elements/doors/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 23295ac304f69ba0e02409b51a5f3aceda16e26f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 3 lines to infinigen/assets/elements/staircases/spiral.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit ee6412ee2b226388442f382ddec68a975c930ac7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 4 lines to infinigen/assets/elements/staircases/spiral.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit 644c10af55d2ef92db16bfeed1b763bf7fd244ef
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 55 lines to infinigen/assets/elements/staircases/spiral.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit b635d284d52ab1f1805a8abf37f720288aff248e
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 3 lines to infinigen/assets/elements/staircases/curved.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit e188fc64f29830bfd155b7323f7f19e113d3db7d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 4 lines to infinigen/assets/elements/staircases/curved.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit c0bcbe19e692117b9b3ee5be25066972b51a6c3a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 60 lines to infinigen/assets/elements/staircases/curved.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit e7605ec909ac5ccf26f085cd0bfa21b6a36edf8d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 3 lines to infinigen/assets/elements/staircases/straight.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 79d2823a8ce6b20259cd0c026028873d93023998
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 4 lines to infinigen/assets/elements/staircases/straight.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit 01ecc4b07a8f014ff1539dfb12986d2450a38b93
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 5 lines to infinigen/assets/elements/staircases/straight.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 9edd3de55126c59dd961725c75fb669276697856
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 592 lines to infinigen/assets/elements/staircases/straight.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 65e63943c4c7477ffe866263c9846ee0c7951396
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 32 lines to infinigen/assets/elements/staircases/cantilever.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 662d39f85213136ab71d588ee9bfdf653bcf274d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 18 lines to infinigen/assets/elements/staircases/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit c8217b58eadc8960102fa3b92d07bdf1a35dd1e4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 145 lines to infinigen/assets/elements/staircases/l_shaped.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit ebb5aad01803bcbe8226094b31e5ee999e30468d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 33 lines to infinigen/assets/elements/staircases/generate.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit a21b6e90d804c65eaccc64aff5f0c7d3659b5833
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 3 lines to infinigen/assets/elements/staircases/u_shaped.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 0e6c023542651027401aa2715c84e86c08030d31
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 4 lines to infinigen/assets/elements/staircases/u_shaped.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit d0dbb0e43aefb3c4eba6b03bf2fa255fc960279a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 151 lines to infinigen/assets/elements/staircases/u_shaped.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 45e790e917ebafe2a640f9d42c551fc64ca38ab7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 6 lines to infinigen/assets/elements/warehouses/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 6095f72899b84b5ad800a7c18d19a467d4f2fa5d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 2 lines to infinigen/assets/elements/warehouses/pallet.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit d73fa6d20268beeb8c4c0c8149da937d9e05c0fa
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 85 lines to infinigen/assets/elements/warehouses/pallet.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 403907546b33290bc72d3bb856b9a3c411695a56
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 2 lines to infinigen/assets/elements/warehouses/rack.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit b239d307e18bf464a8eca2bbe9c95dbb5899eb5f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 166 lines to infinigen/assets/elements/warehouses/rack.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 1e34fd0a6657cdd155178275e5f55fd2749b3b2a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 123 lines to infinigen/assets/elements/pillars.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit fe82da6c9595e6cfabb5fdfbffe89b1099ac8a5a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 1 lines to infinigen/assets/elements/rug.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 04df9e273de641025e9a389a808fb5f0710140c6
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 5 lines to infinigen/assets/elements/rug.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 5217e1d9d3512f1e36c2ca3f4bd7e70c0cce54d0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:30 2024 -0700
+
+ Add 58 lines to infinigen/assets/elements/rug.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit ea5ee3624aebaaee3d8f02d3d452e36d990dddea
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 1 lines to infinigen/assets/elements/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 20196bdbb1954245ca79a66ed3974510e6a94456
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 9 lines to infinigen/assets/elements/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 8666934337e5f38686a12de490cf394362a85738
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 8 lines to infinigen/assets/utils/uv.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit f3618de2748eebac61457c3fc2a7eb6aa7fea9a9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 193 lines to infinigen/assets/utils/uv.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit a31095485520b02dc5ece45ecd70c26a51b71c65
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 43 lines to infinigen/assets/utils/extract_nodegroup_parts.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit dd6f5c0abad11a70d927bdd1648248d34452721d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 53 lines to infinigen/assets/utils/autobevel.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 0fe354525ad8d697030e48a8d4b8170cc5978a7e
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 142 lines to infinigen/assets/utils/shapes.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit c19ae3b741e9abcd6f57c2c7b4a9a85ad0e7c978
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 87 lines to infinigen/assets/utils/bbox_from_mesh.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit fd4750ea9cdd640d1bead4123862fc58e702c813
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 3 lines to infinigen/assets/wall_decorations/balloon.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 70dec85102d7e06a7c184f874d65f4a5d1b9a1c3
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 75 lines to infinigen/assets/wall_decorations/balloon.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 827c956af9ffe26163a15f3ce028882451a1b63f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 1 lines to infinigen/assets/wall_decorations/skirting_board.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit f1196a2bbea49300cdf930048952fd2348510dd5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 18 lines to infinigen/assets/wall_decorations/skirting_board.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 8408175e69922f09dfae7303e3910cdd65cbb3fb
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 67 lines to infinigen/assets/wall_decorations/skirting_board.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 0842cb85156afa5cd2134b40789e999760b484eb
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 200 lines to infinigen/assets/wall_decorations/skirting_board.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 73e73f8501fb83b2124e07f31e21474d3032679c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 4 lines to infinigen/assets/wall_decorations/wall_art.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit b774582124d00c9f5189389641081efe1e62010d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 13 lines to infinigen/assets/wall_decorations/wall_art.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 0e3c27bcca6f5784c424b557c2c12f8f28eb6e43
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 73 lines to infinigen/assets/wall_decorations/wall_art.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 9b5e875b969e9cd171c2bb134765b4ed03c7cebf
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 8 lines to infinigen/assets/wall_decorations/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit c8b575819e9c53cada27d62494de47834a00824d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 126 lines to infinigen/assets/wall_decorations/wall_shelf.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 339c93bafe702eaf0cf8178de5e134c2d6cc9f86
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 14 lines to infinigen/assets/wall_decorations/range_hood.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit dcb850eb3e113c62b97dabdb10fb2c017c53cc4b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 20 lines to infinigen/assets/wall_decorations/range_hood.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 610416aee0efe06f47b8b19a2354e24b64220d1a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 157 lines to infinigen/assets/wall_decorations/range_hood.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 214f6613e5a7b14c9e10d678cf4915f9794c2463
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 2 lines to infinigen/assets/organizer/basket.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit b7222b97d93b94bd856259eea4cdfa7a071b205c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 304 lines to infinigen/assets/organizer/basket.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit b0a60402c9290eef410323fc7f5bffc7020520fb
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 9 lines to infinigen/assets/organizer/__init__.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit e86fd25ea089d46cbf1b9e718a458b55c64bb331
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 3 lines to infinigen/assets/organizer/hook.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 2a2cc9419a8e7644666ba2192b92bbae84ebbb4f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 384 lines to infinigen/assets/organizer/hook.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 8b1ad27d5042c2af6ac6150766bb4f6c19297ec1
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 2 lines to infinigen/assets/organizer/plate_rack.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit d21911b57df052d0635368e842fa1018838d656c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 333 lines to infinigen/assets/organizer/plate_rack.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit fc36d0de783f0fd1fedbf095f233f1af3d28f3f5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 1 lines to infinigen/assets/appliances/oven.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 2e5601f935772a8b6705c1acc0ade2fbb19a0ed4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 32 lines to infinigen/assets/appliances/oven.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit de924b79140f35fe02778cee2bc3e4de444e7e47
+Author: pvl-bot
+Date: Sun Jun 16 23:16:29 2024 -0700
+
+ Add 48 lines to infinigen/assets/appliances/oven.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 8ec2597f07d4ca21d58a8139fa50929f2017208a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 172 lines to infinigen/assets/appliances/oven.py. Contributed as part of Infinigen-Indoors by Zeyu Ma.
+
+commit d9bee11e8a63829f6693af71c8e58120733807dc
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 336 lines to infinigen/assets/appliances/oven.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit b8f867ba511a7a7567c904e322ac732f68ecc807
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 626 lines to infinigen/assets/appliances/oven.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 2b64c425c2d3febcb39841bec831b101731ed4de
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 4 lines to infinigen/assets/appliances/tv.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit e67d3495bc2924f81722e6b0da320e5ae09c355b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 5 lines to infinigen/assets/appliances/tv.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 4799521049fb41d543dd5d1200b00c841d6d7f85
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 21 lines to infinigen/assets/appliances/tv.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 25992cd5d74711dd80d77009fb519c0d90a638b9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 191 lines to infinigen/assets/appliances/tv.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 0265f6788749baf227f69a7664ea8e64df10a864
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 1 lines to infinigen/assets/appliances/__init__.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit bfa4527c8801880c0a5c30b07e9d53c10c0c7182
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 2 lines to infinigen/assets/appliances/__init__.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 81758e1b71406d33a2f7fc22fd5ba3c4ff2fef55
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 2 lines to infinigen/assets/appliances/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 85b8c3ff277b555afcefc7c5e966319ab77db9b0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 26 lines to infinigen/assets/appliances/microwave.py. Contributed as part of Infinigen-Indoors by Zeyu Ma.
+
+commit 379bf0e8ea6906515d9ff926f0ecc5acc01cd336
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 41 lines to infinigen/assets/appliances/microwave.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit d681b3936397cc62f6492d82c099652536f49164
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 118 lines to infinigen/assets/appliances/microwave.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit d774272384c322edbeea24f9114c5992f0cb37e7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 262 lines to infinigen/assets/appliances/microwave.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit 374cbbaac1c4eea9c6d91e7ba2ce1d36319d4c36
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 37 lines to infinigen/assets/appliances/dishwasher.py. Contributed as part of Infinigen-Indoors by Zeyu Ma.
+
+commit fd831e3cbaccad056d94cbb3143ae7659471023a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 57 lines to infinigen/assets/appliances/dishwasher.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit f04c5ed58c8c41f3b76df5376a34149d1b8cbeab
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 191 lines to infinigen/assets/appliances/dishwasher.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit dfbf77ac8e0e5772687d11ea72705c5791ce8fb0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 644 lines to infinigen/assets/appliances/dishwasher.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 07d44cc326a5973bdd5274807e18686205e994e4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 1 lines to infinigen/assets/appliances/beverage_fridge.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 81af6f1ba6fab5799409f6d16490dc95488cc88f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 35 lines to infinigen/assets/appliances/beverage_fridge.py. Contributed as part of Infinigen-Indoors by Zeyu Ma.
+
+commit d1b0d664f5fc10fe7bd9a2bde80f39261e998085
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 42 lines to infinigen/assets/appliances/beverage_fridge.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit cc2306691abc1134c6dc47fccf6d3d0f0c4fee2c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 223 lines to infinigen/assets/appliances/beverage_fridge.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 9dfe85ec2044f8d6c7036b4e29ee61f4ab2d442b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 434 lines to infinigen/assets/appliances/beverage_fridge.py. Contributed as part of Infinigen-Indoors by Hongyu Wen.
+
+commit c9a029331d47dfab5af97347a031ade62b0896a5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/doors.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 315fa23a929e3d19ecbf9d7ba7abe40aab81764f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/doors.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit b7a4432f6f585f385a8b62aeb5827c03474663e4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 6 lines to infinigen/assets/shelves/doors.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit d92e73376f735bcf8d0c197783d94695d9198ab4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 6 lines to infinigen/assets/shelves/doors.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit ce87ddafd34eabd3636d0a4fda3c51b0fa180332
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 724 lines to infinigen/assets/shelves/doors.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 34d20a32898db715b2010b0ab81d6d0055b9c488
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 3 lines to infinigen/assets/shelves/kitchen_cabinet.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 7115cd353c1bbac5725b96a51dbcfc605fcfbdb2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 7 lines to infinigen/assets/shelves/kitchen_cabinet.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit cc1a3aeca3404dcd57ae3001e7790dcfc12e8653
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 9 lines to infinigen/assets/shelves/kitchen_cabinet.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 4f577be8db059becd357584229140c0044fe694b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 13 lines to infinigen/assets/shelves/kitchen_cabinet.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 96e55c262af4b0b7aaae608f1b9d12109b7d549b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:28 2024 -0700
+
+ Add 16 lines to infinigen/assets/shelves/kitchen_cabinet.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit 6774437197583f4ecd75f4295faf05c9fd487bd5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 280 lines to infinigen/assets/shelves/kitchen_cabinet.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 6cdc8add656110b67780bacad7a80c59168a1f41
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/single_cabinet.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 57f309a93ce2982385f274c02232f8da5537a1c5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 3 lines to infinigen/assets/shelves/single_cabinet.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit ab10ebe25105e3c4cb2b9021ae58f929c4e348e6
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 7 lines to infinigen/assets/shelves/single_cabinet.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit 807b5ae03ffee1915c9b70879e9ae22716eebfc7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 9 lines to infinigen/assets/shelves/single_cabinet.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 746130cc91509a702372fb73bafe87fffc82d89a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 215 lines to infinigen/assets/shelves/single_cabinet.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 34ce110ad247a979ff084aeb157632f7b918bfc2
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/triangle_shelf.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit dd191be0b76fcd7d89dc78c7303f2c4b8d5113d9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/triangle_shelf.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 5a83521268033ec429ffb602eacb6228ba614663
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 340 lines to infinigen/assets/shelves/triangle_shelf.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 349792226fdbc18192ce20105d4157119b77272a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 526 lines to infinigen/assets/shelves/triangle_shelf.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 5d8cfa5c8b79e23da3069153e05c039a0869df4d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/simple_desk.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit eb7a35d058bba82496ea4279711b47241ad3560b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 11 lines to infinigen/assets/shelves/simple_desk.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 426d5616410ee2debb5f755ae3ea227e39b245b0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 43 lines to infinigen/assets/shelves/simple_desk.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 927ccead91e369b8d8b898cec3335f0ed227db9a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 211 lines to infinigen/assets/shelves/simple_desk.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit de585591a0a25d94f4fcd33305b3a88e0eb3b6a9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 154 lines to infinigen/assets/shelves/countertop.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit d380d10d68483cd2f6f18bbd73611d287571e8f9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/utils.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 92786223272dca3624d78db73fc085e30338ce2d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 7 lines to infinigen/assets/shelves/utils.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit d4608181ffc6d32bcd000cc37b6716b94d5b5b19
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 52 lines to infinigen/assets/shelves/utils.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 7bd931a05212199cf33b3febbf4b0c44871f111d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/cabinet.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 784999d4ce19cbe68f3219156bb5b5c06f2d4ef8
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 264 lines to infinigen/assets/shelves/cabinet.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 2d3cd29f4c5df2915a6e0d58357f0531a2bd0209
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 737 lines to infinigen/assets/shelves/cabinet.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit b8416ef5fd478a78c17d3f4ba5267b9db0d2da38
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit c37d776faa5b6c34a1a62aec0f103b8d30215341
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 32e51aa4e39729b894318f63fc78759754525116
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit e160187fe604413e3832a5b3a90612563a2786cc
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 5 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos.
+
+commit 21fe61b9328ede5c760bdce63e96bb9c5e96af4f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 6 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan.
+
+commit 13f9825b0a65293f5494151a2011856dcdbff28b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 68 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 9404ff0db2554c8e83f9f1531b912a9f6a1e7ef8
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 137 lines to infinigen/assets/shelves/kitchen_space.py. Contributed as part of Infinigen-Indoors by Yiming Zuo.
+
+commit d33d7dc817b892a52c8aaa4aed6c890b003b7aae
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 3c99cc40045179181c93a675c84d9598ef74b704
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 089236016e23143ef0203da5084441a19a6879b7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 8 lines to infinigen/assets/shelves/__init__.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 4fcf6d2b11ba4bf754d5bdcbf0f168457b50359f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/large_shelf.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 051d5676fcbc3d18491bae10975674913a7a7977
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/large_shelf.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 3827bdf2cb56f77cb9231d1a35e8e2225ef2b29d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:27 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/large_shelf.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit db936bbe8740e8639ed913de8791e568f7670ffb
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 612 lines to infinigen/assets/shelves/large_shelf.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit b065b73beb885bda17926a45be88a1cfed855266
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/simple_bookcase.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit ba6dc0c4458fb68ee2c641bf774426165e08f25f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/simple_bookcase.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit e1fab8bbeaa6e15eaa83e32f2f0ef017db1ab6a9
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 159 lines to infinigen/assets/shelves/simple_bookcase.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 0f92df4aaccf410323c45b22fd89c24a7d7019de
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 356 lines to infinigen/assets/shelves/simple_bookcase.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit dfe9857289f6a1714c6291b9ab584e7785eef8a4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/drawers.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 25f3196595889e639620068731645520c741895d
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 1 lines to infinigen/assets/shelves/drawers.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 37370c336faf3ab069927173000e7bb3925027a5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 4 lines to infinigen/assets/shelves/drawers.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit baeebb9fe2c85dae745a3e44b16bfd7b712176c7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 410 lines to infinigen/assets/shelves/drawers.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit 90269abe640d3956f2a01b8ab742b37042269655
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 2 lines to infinigen/assets/shelves/cell_shelf.py. Contributed as part of Infinigen-Indoors by Pvl Bot.
+
+commit 08824a214e568656d16cddb704b9cf8dd1bb0845
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 3 lines to infinigen/assets/shelves/cell_shelf.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit af3b2672c245d8f8e364e765fe417a824c9e5f4a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 9 lines to infinigen/assets/shelves/cell_shelf.py. Contributed as part of Infinigen-Indoors by David Yan.
+
+commit f04b47fb35ac82e1a2ab2bc94abe40843e777df1
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 36 lines to infinigen/assets/shelves/cell_shelf.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit afc2fbc10eb643bc29fc880ef56a98cffbc88ffd
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 850 lines to infinigen/assets/shelves/cell_shelf.py. Contributed as part of Infinigen-Indoors by Beining Han.
+
+commit c82980a2394e23e9e49c93776f27e64967ee4a15
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 6 lines to infinigen/assets/bathroom/toilet.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 10beed29137fe07be80d492be288e6c79a632ab5
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 286 lines to infinigen/assets/bathroom/toilet.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 25e5980e2c04f6281c86c3f4bf7026bc8dcfa711
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 11 lines to infinigen/assets/bathroom/hardware.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit a17feca0bbf006a8542ebf7b7d038e8f5d3659c7
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 110 lines to infinigen/assets/bathroom/hardware.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit ad6bfec63e6e5ee2b301230df1f5c9f11d5f761f
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 13 lines to infinigen/assets/bathroom/bathtub.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit d49a0a4ff75e9d1bc668e355279867e9675b56c0
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 40 lines to infinigen/assets/bathroom/bathtub.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 8013bd9f2114b3651c6510c5292a6b8eaaa6be9b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 236 lines to infinigen/assets/bathroom/bathtub.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 279e32494c2478cb90217a94ea605890bb59ea98
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 8 lines to infinigen/assets/bathroom/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit debc696443bab1780457f9bddbe11281b8278002
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 5 lines to infinigen/assets/bathroom/bathroom_sink.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 227a01d1219eaf2c6fe3d874296c7bc855f79db3
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 138 lines to infinigen/assets/bathroom/bathroom_sink.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 49ddc761ef592c24afa073110929264624adb507
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 6 lines to infinigen/assets/clothes/shirt.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 268a5a1143fdfff604f9f4805fc3641697a22318
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 65 lines to infinigen/assets/clothes/shirt.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit f2cff82c97098b5b5ad97d9cdb719bb526ab0ee1
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 9 lines to infinigen/assets/clothes/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit c44d205f50af4d2a6b59e554930f1f9909206c8b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 6 lines to infinigen/assets/clothes/towel.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 0bd622a3b3d22f8ad306a46f95cf5eb516bad5a4
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 117 lines to infinigen/assets/clothes/towel.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 1da9534a168e4d9cbeb7b890eb1bf2dede4f134c
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 6 lines to infinigen/assets/clothes/blanket.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 4cbf5b737505da2094fa487bbb132395b06740cc
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 73 lines to infinigen/assets/clothes/blanket.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 358952c780386d3e781d8d8a181d984472f9258b
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 6 lines to infinigen/assets/clothes/pants.py. Contributed as part of Infinigen-Indoors by Meenal Parakh.
+
+commit 71be8d430897865bc395745e86fddee4844b6469
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 60 lines to infinigen/assets/clothes/pants.py. Contributed as part of Infinigen-Indoors by Lingjie Mei.
+
+commit 04f9c87338fc11cf1e51faf34086894d3f4cf01a
+Author: pvl-bot
+Date: Sun Jun 16 23:16:26 2024 -0700
+
+ Add 2 lines to infinigen/assets/materials/woods/wood_old.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick.
+
+commit 29fe4d06acf7a2a939df8ee43f58613afa989a7c
+Author: pvl-bot