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:

Infinite Photorealistic Worlds using Procedural Generation

-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. - +

Infinigen Indoors: Photorealistic Indoor Scenes using Procedural Generation

- - - - +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 +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 3 lines to infinigen/assets/materials/woods/wood_old.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 2f2d8de76790e0cd3680d4a9f3571825586b2ed2 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 21 lines to infinigen/assets/materials/woods/wood_old.py. Contributed as part of Infinigen-Indoors by Mingzhe Wang. + +commit e32838a35a025ab3cf247396ea093f04261be5d8 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 50 lines to infinigen/assets/materials/woods/wood_old.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 270216a50b244df40a91790bfd101ef705065868 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 15 lines to infinigen/assets/materials/woods/wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 69c9c5cbfb2a45e8ebc23d0a9db15c18b7b3aae7 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 12 lines to infinigen/assets/materials/woods/hexagon_wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit ed6fb7f2182f299215b79cbf56fd9e9559a14cde +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 18 lines to infinigen/assets/materials/woods/composite_wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 1b8d1fa021ea40e8e66e5c0ebc70f89827afc08f +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 22 lines to infinigen/assets/materials/woods/non_wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 5fdad3f7345bff430745b5636addf9eb74609473 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 14 lines to infinigen/assets/materials/woods/square_wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 87cb2917af93261415e1287b41f56d4114138079 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 6 lines to infinigen/assets/materials/woods/wood.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 182bc877b764dc7cf01219841e5c02a4ee1998ea +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 7 lines to infinigen/assets/materials/woods/wood.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 62d5b7c3c606c680d0354d8c6634142e9d96fc44 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 133 lines to infinigen/assets/materials/woods/wood.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 8814ffb16eaa9388e2b94ba25848803e484270fa +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 12 lines to infinigen/assets/materials/woods/staggered_wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 86dbcb903bcb1e89949575f36ad7d3aacae7bae8 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 14 lines to infinigen/assets/materials/woods/crossed_wood_tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 230bf146b4172180487ad2f7b9cb2e50a71c2977 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 3 lines to infinigen/assets/materials/woods/tiled_wood.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit f1ec5bf90e94173b0ff4968f6595917efeae255e +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 11 lines to infinigen/assets/materials/woods/tiled_wood.py. Contributed as part of Infinigen-Indoors by Beining Han. + +commit dd0493e9c617a1454769d11c42e7546f1f2b9711 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 58 lines to infinigen/assets/materials/woods/tiled_wood.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 6a5e880802f69cf527aa0408b4ed7959f270fc5b +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 116 lines to infinigen/assets/materials/woods/tiled_wood.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 9109359d3becc8acaddbb635e0f5a279b0cdccf5 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 63 lines to infinigen/assets/materials/stone_and_concrete/concrete.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 25bc986e937c6dc04fe1448cd6c7bc6d4093fc2a +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 179 lines to infinigen/assets/materials/stone_and_concrete/concrete.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 6b8a4f2172bcbaeb5d86d030cadf587940996bc0 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 20 lines to infinigen/assets/materials/metal/brushed_metal.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit e3d2916af692425917bcf36b290d1fef9ebef25c +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 67 lines to infinigen/assets/materials/metal/brushed_metal.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 434a7339f13889e9a700164f7a469dee7b5e7313 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 20 lines to infinigen/assets/materials/metal/grained_and_polished_metal.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 9776d5acb7109f62b18fe624f76215b305947f6c +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 59 lines to infinigen/assets/materials/metal/grained_and_polished_metal.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 49651d254f283c736ac078d74b57004ce5374269 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 56 lines to infinigen/assets/materials/metal/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit cd97d6110b0c621d6b8654eefe3762483d2add75 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 26 lines to infinigen/assets/materials/metal/hammered_metal.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 99d5fbf2d48830bc5f81feae3e3d86bde2a1c4c7 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 55 lines to infinigen/assets/materials/metal/hammered_metal.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit fa2a7bd0676d76068a85a7143d16379db24cb4b7 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 33 lines to infinigen/assets/materials/metal/metal_basic.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 4a0e6b1601bba78408cee8f9ed122fda0a4310ff +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 19 lines to infinigen/assets/materials/metal/galvanized_metal.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit dc1cfcdaf9cb5fba5ab15962259364cc488cd1ba +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 49 lines to infinigen/assets/materials/metal/galvanized_metal.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 35a7a0d73b252ada8051b81b273122b4ec1bfc39 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 1 lines to infinigen/assets/materials/plastics/plastic_rough.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 08b4e3f3792d80185d9553b327cecb79a5c52bff +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 13 lines to infinigen/assets/materials/plastics/plastic_rough.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 01212dcf30bdd702a07563056f65cfd3b5cb0f37 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 69 lines to infinigen/assets/materials/plastics/plastic_rough.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 7028289d869e51f2b5b401a9e094bbc55f550dd9 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 2 lines to infinigen/assets/materials/plastics/plastic_translucent.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8998f3f6ae9a438e01ef41b9815d683cf557f4a9 +Author: pvl-bot +Date: Sun Jun 16 23:16:25 2024 -0700 + + Add 7 lines to infinigen/assets/materials/plastics/plastic_translucent.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 422618540da609c99c90b5ec936834d812d2d07a +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 35 lines to infinigen/assets/materials/plastics/plastic_translucent.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 25f92e17c68283fa4ebd148ae969bb240e189b53 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 4 lines to infinigen/assets/materials/leather_and_fabrics/coarse_knit_fabric.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 8d76a819c133e746c39b54cb2d37d12b9bcf86de +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 266 lines to infinigen/assets/materials/leather_and_fabrics/coarse_knit_fabric.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 6ab9c9405173b17a62ee63c7ac1b13b5ab0439bc +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 8 lines to infinigen/assets/materials/leather_and_fabrics/leather.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 0536a0f7b08c398cffe0ecef394e39fc7f479c51 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 28 lines to infinigen/assets/materials/leather_and_fabrics/leather.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit a72d93218ed3a1e92f48c79f370145a3e2024e6d +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 74 lines to infinigen/assets/materials/leather_and_fabrics/leather.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit de22aa971664c751581e37eaf12089bc07e1f638 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 4 lines to infinigen/assets/materials/leather_and_fabrics/general_fabric.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ecf69bb1f2934d38c8dfa8bb66c6c17d5b540b11 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 41 lines to infinigen/assets/materials/leather_and_fabrics/general_fabric.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 044649819bcbde3c61687c1106cdcbd841388bc8 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 125 lines to infinigen/assets/materials/leather_and_fabrics/general_fabric.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 94bd36e7ad9555aa74e6e48bad8bd6e80b97b623 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 4 lines to infinigen/assets/materials/leather_and_fabrics/lined_fabric.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit b6ea7077be962e2677df5ff100dadbbc1e5d62b9 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 163 lines to infinigen/assets/materials/leather_and_fabrics/lined_fabric.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 1f17a053a81109337d59962a958c9cc39c934d62 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 2 lines to infinigen/assets/materials/leather_and_fabrics/__init__.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 718e4825af397b0f20ecc5363fadad9b760fdbdc +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 20 lines to infinigen/assets/materials/leather_and_fabrics/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 9f636a2bc1a163b5a92f74673d8efa1e108fb7e1 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 4 lines to infinigen/assets/materials/leather_and_fabrics/velvet.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 7e447c1d87fff59bacb4faecd168acc55521f409 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 82 lines to infinigen/assets/materials/leather_and_fabrics/velvet.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit c95602c75ec9045e331ee2b3a4bd959c63f91969 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 4 lines to infinigen/assets/materials/leather_and_fabrics/sofa_fabric.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 9cfad3da986577c10f7e2ee06bfec6bb669a387f +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 36 lines to infinigen/assets/materials/leather_and_fabrics/sofa_fabric.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 66c7d007676ce0b50e9060613de3121662d89c17 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 4 lines to infinigen/assets/materials/leather_and_fabrics/fine_knit_fabric.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 9bfe404beab82aab070178a3f79d057e9aa87062 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 150 lines to infinigen/assets/materials/leather_and_fabrics/fine_knit_fabric.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 554fc1ce2d8956f305df18d8bd27a9a0cae43c6d +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 11 lines to infinigen/assets/materials/wear_tear/procedural_scratch.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit c905341ad3aca7b66ab817256775fdb2cb38dc67 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 14 lines to infinigen/assets/materials/wear_tear/procedural_scratch.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 1e3f0d9b2d3f057559bedfb7e3077b9f7453ff5f +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 145 lines to infinigen/assets/materials/wear_tear/procedural_scratch.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 728397b670eb020cd3322beb7ed13525af8b2d55 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 11 lines to infinigen/assets/materials/wear_tear/procedural_edge_wear.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d6b4188a0558f548fc68e1f15f5660f08b3ddbae +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 265 lines to infinigen/assets/materials/wear_tear/procedural_edge_wear.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 44c1d4afbf120f2882ee8c9ece9cddecf849298b +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 53 lines to infinigen/assets/materials/marble_voronoi.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 7e4792a75401cefa966046d139592178c11fec35 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 1 lines to infinigen/assets/materials/table_marble.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit b619525c8e481ec3034ef8265c65eb927680fb43 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 7 lines to infinigen/assets/materials/table_marble.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 4a0ff94693627c26f9eeecd73c7090ede6e458a9 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 150 lines to infinigen/assets/materials/table_marble.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 785feb8460bdb80476de0eccaebcd2970026cb02 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 64 lines to infinigen/assets/materials/brick.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 669baf98f5942c0f9b6a8f754ef7d55e111cda99 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 10 lines to infinigen/assets/materials/fabrics.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 4d1e999a114e3b51fec2dfd7fa1b20f045426e90 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 37 lines to infinigen/assets/materials/invisible_to_camera.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit aa98111c4223a788a8bb0450aefe483a1dc43ba9 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 5 lines to infinigen/assets/materials/black_plastic.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit 9b07936f45b5653eafb07442a1bbafedc2f6e9f8 +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 17 lines to infinigen/assets/materials/black_plastic.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 7b9da237a6ec2a27b05268a313ea8e0c2ffcec3d +Author: pvl-bot +Date: Sun Jun 16 23:16:24 2024 -0700 + + Add 5 lines to infinigen/assets/materials/table_materials.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 368c5ea783509e9fa789654abe75627a4aba3524 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 53 lines to infinigen/assets/materials/table_materials.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit bc9fbbb58d9bd1e8504daa21c34f65a12efcfaba +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 105 lines to infinigen/assets/materials/table_materials.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 45503a50ced952138b604ef3e52dd245343b1702 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 3 lines to infinigen/assets/materials/plaster.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 02bee5beb4c026b817ec6a1ba66b08fd2ba5db10 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 6 lines to infinigen/assets/materials/plaster.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 9948be401b60810749aa7720186a9552f368cb70 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 50 lines to infinigen/assets/materials/plaster.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit d73a7f4143e59190561dc75aaacd076f38344dbd +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 5 lines to infinigen/assets/materials/microwave_shaders.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit f2f91c74084a7a626d79da55de67279637cafedf +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 22 lines to infinigen/assets/materials/microwave_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit ca81a3410a4ea78a4e7f0f70fd3e21febece52f4 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 21 lines to infinigen/assets/materials/glass.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit fe7ea88ee5d89542ed68203818f8ce0ac29008ed +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 27 lines to infinigen/assets/materials/glass.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 25de7cf093bcefa6e47b001a1d95bb0c564214ba +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 12 lines to infinigen/assets/materials/text_no_barcode.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 2c448bd7600ee5f9325237e0105890cde4f15f0a +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 1 lines to infinigen/assets/materials/art.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 161ad8dbf1fac7abe2fbd7cc9af8dea752fed9ca +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 99 lines to infinigen/assets/materials/art.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit d05b25800d93ce04ac9b6f8a72b4fc7c778ebf2d +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 1 lines to infinigen/assets/materials/ceiling_light_shaders.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 34ea11ac19760c874bb3c0dad730e28f5bdc60e4 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 5 lines to infinigen/assets/materials/ceiling_light_shaders.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit 29adf5c572746c0f17c270c5964025386675c08d +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 39 lines to infinigen/assets/materials/ceiling_light_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 2bf4f659948e09831b3625229f592a02ccce93fe +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 8 lines to infinigen/assets/materials/rug.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit ffbc4298fec243eb63aec2779075f0ba193904fd +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 42 lines to infinigen/assets/materials/rug.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 36b4f6a2a84e5fe60ad21cb808fa50908a3c6116 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 27 lines to infinigen/assets/materials/text.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit daf6aa10469f3010be72e2f52051b352e4ab8133 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 35 lines to infinigen/assets/materials/text.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit 79fa245b06c84f260a3fd8e427a38414a2b09670 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 247 lines to infinigen/assets/materials/text.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit abea932da4a82b93122c454301986119a5acff1d +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 1 lines to infinigen/assets/materials/marble.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 4ea0527e45aa8ce28b1643776dd7f4a7cdde13ef +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 9 lines to infinigen/assets/materials/marble.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 3cac6eaf59ecfda77ffdc0bcb2a72e950db8e586 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 1 lines to infinigen/assets/materials/ceramic.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 88f1565d033d51c821eb14d7deb44013d3ec4757 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 43 lines to infinigen/assets/materials/ceramic.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 626505ff8fdadd7f0f392f2d11c4a106c8e1e85c +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 3 lines to infinigen/assets/materials/common.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit baa9da34a355c6256aa18c8fd682a047304d4e52 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 65 lines to infinigen/assets/materials/common.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 623a2e8a3c7d74ef8b96c78fb1075a3565ec5fef +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 1 lines to infinigen/assets/materials/vase_shaders.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 90571bcc82435659db0261f1213e1fae0edb0370 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 36 lines to infinigen/assets/materials/vase_shaders.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit e77d9aeeb5338974bf10fac68ef51154f62fc543 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 5 lines to infinigen/assets/materials/shelf_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit a683eeb235412d161222ace548610522eccddf31 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 7 lines to infinigen/assets/materials/shelf_shaders.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit f09f240257e0806006129709a80a0fc5df1546b7 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 16 lines to infinigen/assets/materials/shelf_shaders.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 163fa12dd8df4f253a68657c333146618302d92d +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 275 lines to infinigen/assets/materials/shelf_shaders.py. Contributed as part of Infinigen-Indoors by Beining Han. + +commit f0ac5fe836f35d8f197c02eb8f6cbfe43f3354d6 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 2 lines to infinigen/assets/materials/plastic.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit cb5f1e2485ab82f1dbead62c4e83ca95b60c6491 +Author: pvl-bot +Date: Sun Jun 16 23:16:23 2024 -0700 + + Add 22 lines to infinigen/assets/materials/plastic.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 662ed46607923119413dfff18928792e5fad305c +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 5 lines to infinigen/assets/materials/oven_shaders.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit 155c1e63c33675d672ff29e77f9ec01983c1a13f +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 23 lines to infinigen/assets/materials/oven_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit e1c0fbaaa06ef8207a02bf7e5007f562ca5a1ed5 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 5 lines to infinigen/assets/materials/lamp_shaders.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit 157452f95a2e2bbb08e99500e3e065b895dafa02 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 54 lines to infinigen/assets/materials/lamp_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 7ea3d7ba135246749cd4c95f603be04b3fcd68fb +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 58 lines to infinigen/assets/materials/marble_regular.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit b66bab6b1aaa7f6be8eab42b73da79bf612f5d63 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 5 lines to infinigen/assets/materials/beverage_fridge_shaders.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit 06c60da8843900b93dbd23e7e2e662b9b3a42a19 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 41 lines to infinigen/assets/materials/beverage_fridge_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 01c4f5a3f8046326141fcc1d3836ed93cea3ea04 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 4 lines to infinigen/assets/materials/glass_volume.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit acb9c4694f7d8c11a584cdc08266373822021003 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 27 lines to infinigen/assets/materials/glass_volume.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit f08a1c209574bc569ef841d235169fb436057f4c +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 5 lines to infinigen/assets/materials/dishwasher_shaders.py. Contributed as part of Infinigen-Indoors by Hongyu Wen. + +commit bd90bc19f48df70535c4196aed26cb38c15b6f47 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 80 lines to infinigen/assets/materials/dishwasher_shaders.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit dcfa1c29bb05278f3ab7d86a501c5cce07e3c8f2 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 176 lines to infinigen/assets/materials/bumpy_rubber_floor.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit c93dbdab8efb5b6138c917f7b4e532e55bd91913 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 1 lines to infinigen/assets/materials/hardwood_floor.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit e45420e702f79fdda176e932f569fb150ee4d093 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 1 lines to infinigen/assets/materials/hardwood_floor.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 7b2acadf7bb95301811034ad68684ac23bff1ef8 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 44 lines to infinigen/assets/materials/hardwood_floor.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 23ef5ddc787e100803fe4a52269d9e32fd74802d +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 18 lines to infinigen/assets/materials/mirror.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 74ea6a9f3f62f438ec9f4745d08a2124ed797126 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 5 lines to infinigen/assets/materials/tile.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 3dc64c65e87964af1abce0b32cfdb3d15fe9eeeb +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 341 lines to infinigen/assets/materials/tile.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 6334b54b59d4f17a5a14b5c6648e53fb3f65f52f +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 36 lines to infinigen/assets/tables/legs/straight.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 34eea1a7bf88503c3784bd3f35baa5264bf916c6 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 74 lines to infinigen/assets/tables/legs/square.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 07696a08c31117c138d90da8e2e2a28df77ed92e +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 217 lines to infinigen/assets/tables/legs/wheeled.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 7bd75d733ebd353b5f14b0bf7768a31172b5e9e0 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 34 lines to infinigen/assets/tables/legs/single_stand.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit b79a3df48e5787298cf047280195fab9b2308a10 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 33 lines to infinigen/assets/tables/strechers.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 6bedc524d60a0939de4fabcdcd7f5b95a4529cbd +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 1 lines to infinigen/assets/tables/cocktail_table.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit e94b3c4fdc0f06ef65acef1072d58b0f8e97af0f +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 30 lines to infinigen/assets/tables/cocktail_table.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 1de873bebd4176144d09d8f49cbc665000fb0432 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 35 lines to infinigen/assets/tables/cocktail_table.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 0f331061e48d1f7d39e8d38e71a63c472ccc80eb +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 37 lines to infinigen/assets/tables/cocktail_table.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 6e23bae05216fb4cad0db15070a32afb3aea5439 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 166 lines to infinigen/assets/tables/cocktail_table.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit dbc798cbca7c2f15248c2b1ae44d1c3c435461a0 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 1 lines to infinigen/assets/tables/dining_table.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit da3d71a574794dc9d2dddd46d2cd3fa20b39dc85 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 41 lines to infinigen/assets/tables/dining_table.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 0859b8e211653dbb3902922aa300a3d2fbd4eefa +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 44 lines to infinigen/assets/tables/dining_table.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d7ce755847f31a2b105991f833cca2402131c05e +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 88 lines to infinigen/assets/tables/dining_table.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit df7ec4d336dc36c67b005f640a1471420dea82ff +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 138 lines to infinigen/assets/tables/dining_table.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 456ec73ebc83cceab93e050bdb668d3428167148 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 1 lines to infinigen/assets/tables/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 6ff2e6edc6a702c37adfbb679e197b1173190b52 +Author: pvl-bot +Date: Sun Jun 16 23:16:22 2024 -0700 + + Add 6 lines to infinigen/assets/tables/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 39e2d65e49c7cbdd8ed87781e69ba9c30e6b43e1 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 298 lines to infinigen/assets/tables/lofting.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 30056c11bb0a78d907c8c81d9b5815c6c5cfd866 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 3 lines to infinigen/assets/tables/table_top.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 00ae17f4b184adba788947ef34f5c8a81300d10f +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 4 lines to infinigen/assets/tables/table_top.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit fedf45dc993f1847ecca50a8be5c24700c162500 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 167 lines to infinigen/assets/tables/table_top.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 31eae18d55fb37104355b808019c00352f143c77 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 514 lines to infinigen/assets/tables/table_utils.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 41ba5074f3d76dcd64b8672273a483eee3696e63 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 12 lines to infinigen/assets/tableware/lid.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 8f3eccf631ae70d9d4735e562d63c19a584c8622 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 111 lines to infinigen/assets/tableware/lid.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 58eae8af3a1db681e4e1bf8e6270ab8f2c7888e3 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 100 lines to infinigen/assets/tableware/pot.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit bed052a83d7bd49dc60bc3f7a98c3dbe2c63ed7c +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 2 lines to infinigen/assets/tableware/base.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit e00ef1a5a34b07fa0348b15ac0c4af0c9585d63c +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 13 lines to infinigen/assets/tableware/base.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 3d510db7b67a9f12aa1d5a9e19522d2879d01037 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 101 lines to infinigen/assets/tableware/base.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 28756d3082c93daf6c5a0fbf7b017a68cfa451e2 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 4 lines to infinigen/assets/tableware/wineglass.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit dfa8aba194405348662dfc8394c758883815fe37 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 46 lines to infinigen/assets/tableware/wineglass.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 5fc7345dbba81c554b2264734d23931ea99cf76f +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 6 lines to infinigen/assets/tableware/plant_container.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 81213a80d9a8837109a1dc3720addefeceb9cc7a +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 7 lines to infinigen/assets/tableware/plant_container.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 3e1e76a974e3ef26c4594ae069f90985dadb5403 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 18 lines to infinigen/assets/tableware/plant_container.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 232931b04c7726d350687d1f76a69fb1dbc1b742 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 98 lines to infinigen/assets/tableware/plant_container.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit a2449e6096bd0c972a37fc03d4e821747889c223 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 15 lines to infinigen/assets/tableware/bottle.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 568fa794ed7e643471cca4438bea4e87d0f863f5 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 131 lines to infinigen/assets/tableware/bottle.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit c3043e33a28c198f876ecb3ee14eb12200c1347b +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 3 lines to infinigen/assets/tableware/pan.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 28b0e537b98740d1e3878b67df2a61bb4b30eaae +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 3 lines to infinigen/assets/tableware/pan.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 5d531b840e1334d281f9df20241f0a3e2cf803bb +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 4 lines to infinigen/assets/tableware/pan.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 758022df9c287a500eaa44920b9f2072ebdc6db5 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 119 lines to infinigen/assets/tableware/pan.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 33d22a0d831ff9ec9df361c48a868db72832280c +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 1 lines to infinigen/assets/tableware/bowl.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 1c39257116f03a9a56fb858f3dfd9cc94b486089 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 1 lines to infinigen/assets/tableware/bowl.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 931d458ceec9a61392e04facd4ed9cf233c49001 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 49 lines to infinigen/assets/tableware/bowl.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 6e775b4b281d33ecbc964ce76a0225dad8ab1ad9 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 14 lines to infinigen/assets/tableware/can.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 25af5f99bedbe39c02b648062c3355cea388f307 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 83 lines to infinigen/assets/tableware/can.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 25d2c99251caa9ee977030ddeecbb6eba43db6e9 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 1 lines to infinigen/assets/tableware/spoon.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit c344270973d7f372206e396cca6f6aa45a3085ee +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 57 lines to infinigen/assets/tableware/spoon.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 1f218a8f0bd3dd3d0d0273c5a43ed93f9a970b70 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 22 lines to infinigen/assets/tableware/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 5e633172711e09a604f965b8bea807dff992b37a +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 8 lines to infinigen/assets/tableware/food_box.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8653d8223c18cf82bb157188f2e747fdbe97a889 +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 29 lines to infinigen/assets/tableware/food_box.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 617715fd88dc95d612af8e10219094f2273a5a9b +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 1 lines to infinigen/assets/tableware/fork.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit c8ac06ba5530bf23319d807fc7b133f7f77772ed +Author: pvl-bot +Date: Sun Jun 16 23:16:21 2024 -0700 + + Add 88 lines to infinigen/assets/tableware/fork.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 2cb27e1efe6753bf560dddf9ce36812bb6f7bfd3 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 1 lines to infinigen/assets/tableware/food_bag.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit fa14d39a4c2f9f1a59eb11ae3948356b7e5ca868 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 5 lines to infinigen/assets/tableware/food_bag.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 7407655e2b3695e7baba18c345a50e6230236f39 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 77 lines to infinigen/assets/tableware/food_bag.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 46099b6335b9b81c890c82ae5d5b7d3dc7f15605 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 13 lines to infinigen/assets/tableware/cup.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit c541075ff1ad6c2e1c6579611491edf008f7f25d +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 123 lines to infinigen/assets/tableware/cup.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 2e2cc4c568700a98ccd69ead8abb0d2be3146fa3 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 13 lines to infinigen/assets/tableware/jar.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 6a04e800b79aa022968b5e3186f3ed51fbc00117 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 70 lines to infinigen/assets/tableware/jar.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 493f5e2fc34c7b8674c7305e71e584cf43a6709a +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 44 lines to infinigen/assets/tableware/plate.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit c25d30e9ae2a02e73a6cfa1adbddae95124bcd4e +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 1 lines to infinigen/assets/tableware/knife.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit c52c2fcb150e4f7d61b8ec577984417e4cfb52ef +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 94 lines to infinigen/assets/tableware/knife.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit cf2c2e7a3f869328193a5029089792e2d1ea3705 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 81 lines to infinigen/assets/tableware/chopsticks.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 0a568c05b94dd55c64aa5fbb9aae83dde506dca0 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 2 lines to infinigen/assets/tableware/fruit_container.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit ca3873993033a3cf1f3a548f2c51df8a178b31e2 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 2 lines to infinigen/assets/tableware/fruit_container.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 95ae48a23b24e9d20363b5a6257c4a6da7083970 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 67 lines to infinigen/assets/tableware/fruit_container.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 5457c0e1bfa25776823cb9a88f07bcc8b259cdac +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 1 lines to infinigen/assets/material_assignments.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit 95e480eaf59f540bcb3e92577fed83a869e06ed1 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 1 lines to infinigen/assets/material_assignments.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit b8698a60415eb2e9a4322ad670c8a65bdeff7295 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 15 lines to infinigen/assets/material_assignments.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 1020d08c520be75759994d1659c374a788cfd0bf +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 119 lines to infinigen/assets/material_assignments.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 477b144ccfe5b3674084dd4aebc92c47b4025f9c +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 456 lines to infinigen/assets/material_assignments.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit 55cd1691f43e40ebf55ce9fbf642951be316ab38 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 1 lines to infinigen/assets/color_fits.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 0457e88065ef011d6ebf4902cd6a1c9fe0cc3cc9 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 4 lines to infinigen/assets/color_fits.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit e13509e7a79b0332c9f9c31b1b325411c5c0cdbd +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 93 lines to infinigen/assets/color_fits.py. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit ac8f7da7f668944a2b90703785f856de9085ebd6 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 173 lines to infinigen/core/placement/path_finding.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 27b21b60b3ccea2c833654aa6af960488d147a25 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 53 lines to infinigen/core/nodes/shader_utils.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 3663b5bdc766a8c8d95cc45423492318c5fd517d +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 79 lines to infinigen/core/util/bevelling.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 3d167d62fb02d4dd5981f12c1db7784bef21a83b +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 182 lines to infinigen/core/constraints/constraint_language/expression.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ff7845bbdca992eea0b83afcbf761fdfb18b7e52 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 2 lines to infinigen/core/constraints/constraint_language/geometry.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 3d6ed7dfa5ebc37da1b89dea1d376ecca4787d87 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 35 lines to infinigen/core/constraints/constraint_language/geometry.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 4fdc87a90e46154b5c1b01aad0da4cb8b71ba6c8 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 55 lines to infinigen/core/constraints/constraint_language/geometry.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d958e95c7c9282e12eec8851240d0ab7c74e0be2 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 3 lines to infinigen/core/constraints/constraint_language/set_reasoning.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit ca9ac168061b3f11478a181252ad9ac4ab3f13bb +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 80 lines to infinigen/core/constraints/constraint_language/set_reasoning.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit c18ac5cd6489eed7e649644c9b6029954f1dbe04 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 32 lines to infinigen/core/constraints/constraint_language/result.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 0caf21a9433956c4b1d91b446ac4e55aae5ddbe5 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 3 lines to infinigen/core/constraints/constraint_language/types.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit ac681e51fef6068a7b1d6d1fe48215d237a724f8 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 42 lines to infinigen/core/constraints/constraint_language/types.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 4d7bf5ccfb12919b4ccf098b41633ab669ba2070 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 2 lines to infinigen/core/constraints/constraint_language/__init__.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 0b6840508f5df4c62a2e86d8888861e16c938bb6 +Author: pvl-bot +Date: Sun Jun 16 23:16:20 2024 -0700 + + Add 11 lines to infinigen/core/constraints/constraint_language/__init__.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit dbc84ef087c31f0d6b6c91a58839434b5c67b6f0 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 54 lines to infinigen/core/constraints/constraint_language/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 1d21848fd15d1a299ad9923bfc85e3303b2b6845 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 1 lines to infinigen/core/constraints/constraint_language/relations.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 456641d7bbc095eb65dc21b55e91e8fa1fd44f38 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 3 lines to infinigen/core/constraints/constraint_language/relations.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit f34257b82395078bd6065a9997a40e6c48aac08d +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 10 lines to infinigen/core/constraints/constraint_language/relations.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 3ef3738a8dcee658ea17a6592707f87cd0449933 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 37 lines to infinigen/core/constraints/constraint_language/relations.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit c918a1a7c576922e591fd31c0fb271cdd9079740 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 363 lines to infinigen/core/constraints/constraint_language/relations.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 26d01a01e3fed1ffb429ab658c99a2bd8dd438f4 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 4 lines to infinigen/core/constraints/constraint_language/util.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit dae03a8635a91fea9455b4000be91e50869e1e70 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 46 lines to infinigen/core/constraints/constraint_language/util.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d201928001b14fb1b31f2c3d028eae9410d627c8 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 354 lines to infinigen/core/constraints/constraint_language/util.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit bc6c0f62123d840ae3bf021e71a634a3f27dc1a4 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 1 lines to infinigen/core/constraints/constraint_language/gather.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 7ddb8bf1fc02f6b98f5ac343c2628e20cc7d6822 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 66 lines to infinigen/core/constraints/constraint_language/gather.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 9b1cf7e422b7d5f0a8764b6406f6f7a386fdc75c +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 1 lines to infinigen/core/constraints/example_solver/geometry/parse_scene.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 61f37934754a4ead8ba877dd4f6ebf2c49e96ed0 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 3 lines to infinigen/core/constraints/example_solver/geometry/parse_scene.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 32df7740ccac5613f22f73875a24dc9ba613c074 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 7 lines to infinigen/core/constraints/example_solver/geometry/parse_scene.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit f35fc07c4dbad5c5e265f41415abdde273ebf685 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 68 lines to infinigen/core/constraints/example_solver/geometry/parse_scene.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 1ab422dbfb911a09e42e94c1893bc2a7f9313a41 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 7 lines to infinigen/core/constraints/example_solver/geometry/dof.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit bfbdf35a4c0dae51df44cf0a7a1d8fc79a46f759 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 10 lines to infinigen/core/constraints/example_solver/geometry/dof.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 88ea5301262d0994d8d81c556e3e2a9103f1bb6d +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 150 lines to infinigen/core/constraints/example_solver/geometry/dof.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ef8d79f4978cee56e20c9be9ceda3be7a5d97f79 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 259 lines to infinigen/core/constraints/example_solver/geometry/dof.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 916620ccace0ff797e9f0c9f617ec323e5ed8f68 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 8 lines to infinigen/core/constraints/example_solver/geometry/planes.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 6158f85e7cf94639f49817cc5ea6f90a060c46b2 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 27 lines to infinigen/core/constraints/example_solver/geometry/planes.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 52d7c9285526874fb414fca98720e9044a954c1d +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 268 lines to infinigen/core/constraints/example_solver/geometry/planes.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 583cfa63dfd002a3657f4e5afe80e96714a85d46 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 55 lines to infinigen/core/constraints/example_solver/geometry/validity.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 0e426d6ac5c64e4f08863610bf2b14c7a77a2916 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 67 lines to infinigen/core/constraints/example_solver/geometry/validity.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 2d568a7216a3689492671c6d29add4fc001e1959 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 4 lines to infinigen/core/constraints/example_solver/geometry/stability.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 87c3cf5d47d14aa50f656f2a7e4c93fe2a88eda4 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 88 lines to infinigen/core/constraints/example_solver/geometry/stability.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit af67ce66529d5ca35b1d25acfca6e78467222660 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 266 lines to infinigen/core/constraints/example_solver/geometry/stability.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit c2a3b3fd7f012d4b36022b7f6a0fdbb8f0078fa0 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 1 lines to infinigen/core/constraints/example_solver/greedy/all_substitutions.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 9ecb38199f63d824bf3ad2cc9ce0a6911941b85d +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 175 lines to infinigen/core/constraints/example_solver/greedy/all_substitutions.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 2b9f4e90f48147831f268120155a4b03341ec3bf +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 3 lines to infinigen/core/constraints/example_solver/greedy/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit b4dd499c70e776cb005df06afa6cced7ac0d29c9 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 269 lines to infinigen/core/constraints/example_solver/greedy/constraint_partition.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit b48db72ebc9cbadc3e13496dba9259128e1d17cd +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 113 lines to infinigen/core/constraints/example_solver/greedy/active_for_stage.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 51db9cf3a26e6f09eaee5a939d2bf64bdb0d1a39 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/room/scorer.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 10ba901f8f74f2af858b25caff34c6c589b624d2 +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 25 lines to infinigen/core/constraints/example_solver/room/scorer.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ddea8ba03e3a830cee88a409a97a9878d928514a +Author: pvl-bot +Date: Sun Jun 16 23:16:19 2024 -0700 + + Add 250 lines to infinigen/core/constraints/example_solver/room/scorer.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit bf0061463fe46732be27224c0482df7bee02da9c +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 4 lines to infinigen/core/constraints/example_solver/room/contour.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit dd5145fb9a01b8dea38608ee3425e7912d751008 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 128 lines to infinigen/core/constraints/example_solver/room/contour.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 4fcfbfaa6789cb6280975241a092e2a6197f457a +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 4 lines to infinigen/core/constraints/example_solver/room/segment.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit e1fef368f783b8ee3562f13f18c275a13c71bcf6 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/room/segment.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 16a4b09351109d95b38b61e826ece1e648e18c04 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 134 lines to infinigen/core/constraints/example_solver/room/segment.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 0530bce30cf4bd41415c6c00df1fbd5951462dae +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 3 lines to infinigen/core/constraints/example_solver/room/utils.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 16825ed562b6b4b35725105a83633889ee644245 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 7 lines to infinigen/core/constraints/example_solver/room/utils.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit ace8689ac2bf5a3bb168a970b312d79acb3a529a +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 139 lines to infinigen/core/constraints/example_solver/room/utils.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit af2325601a5e42db7a19324126af72d5ef4d4df0 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 80 lines to infinigen/core/constraints/example_solver/room/types.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 0a2b8a3dfcf4b847aaca0369d22ce704f28f2fc2 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 5 lines to infinigen/core/constraints/example_solver/room/decorate.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit c5b65d8aadc8427388cf6e74eb643ceebe606004 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 11 lines to infinigen/core/constraints/example_solver/room/decorate.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 865e1a546bb959012bc30d39636b33c81112ba58 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 24 lines to infinigen/core/constraints/example_solver/room/decorate.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit ad83cb791cee28e44591e48109bfce537e5ba0b9 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 114 lines to infinigen/core/constraints/example_solver/room/decorate.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ed4ba693dfaf0bff54824d67878b52f5f91b09c4 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 206 lines to infinigen/core/constraints/example_solver/room/decorate.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit c3f9a0e5a1b26c39b5ac418bd0e2c30aa848f449 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/room/__init__.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 25367eaf2e1069da9033dd41558fb58360470f61 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 11 lines to infinigen/core/constraints/example_solver/room/constants.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 543db110eea4a715a36ed4f949cdc7f9b7475581 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 15 lines to infinigen/core/constraints/example_solver/room/constants.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 583dd74e4fd7fa9a6fc630fb769123523e6c09bf +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 74 lines to infinigen/core/constraints/example_solver/room/constants.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 3fda728ff4c24f5b1e823cc7a6346a13a328f2bf +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 2 lines to infinigen/core/constraints/example_solver/room/graph.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 39bed180c090fdaca6a1a779e646f975d9f758b0 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 165 lines to infinigen/core/constraints/example_solver/room/graph.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 3e5ff0ccd2f2e1d419d548eb57db8a130000dbac +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/room/blueprint.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 2f59ac5283a9b15d19af511c1f8faeef33a41ddf +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 9 lines to infinigen/core/constraints/example_solver/room/blueprint.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 63ad9b392d05fe6bfb2e62f2a1980bf4d0ef92ec +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 29 lines to infinigen/core/constraints/example_solver/room/blueprint.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 63eb43c822d0a34e45e53ac0fc995177cc6d81ef +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 174 lines to infinigen/core/constraints/example_solver/room/blueprint.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit da6e3f76c131b27a6635f72acaa5a2976776e7df +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/room/solver.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 8d1fd1a4966375fdb05377b181a24cc24d80cfa2 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/room/solver.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 6d74e65184ca2dda03605030f24d7fd9ebfb1774 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 273 lines to infinigen/core/constraints/example_solver/room/solver.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 97c20302917aee0f88879a3bd8f0e51f979e289d +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 16 lines to infinigen/core/constraints/example_solver/room/configs.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d455f742702d4eabe271fdd5d3a70ad8deb86d68 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 116 lines to infinigen/core/constraints/example_solver/room/configs.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 8632374545f5d688b6442d3649a4415df0912008 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 4 lines to infinigen/core/constraints/example_solver/room/solidifier.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 4ca8eaeef25c3858ae055c50ba98d849ed22b2f6 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 12 lines to infinigen/core/constraints/example_solver/room/solidifier.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit ebf4d17d872ed6fc76318a160459abd51b9501fc +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 99 lines to infinigen/core/constraints/example_solver/room/solidifier.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 9f7e37e7cf85a981818dbc5d19296c4542357cfc +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 321 lines to infinigen/core/constraints/example_solver/room/solidifier.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit d81ace5d0dc717e43a4b4dc8b51f51928cb75616 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 52 lines to infinigen/core/constraints/example_solver/moves/deletion.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8e75f73d36c28eccc706eedb081f5e448005d231 +Author: pvl-bot +Date: Sun Jun 16 23:16:18 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/moves/pose.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 3808681f221f3d2ee91dd76f6f7037c9718cc792 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 116 lines to infinigen/core/constraints/example_solver/moves/pose.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit b138eed715cfafeadae881e23cda345fb4afdf47 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 5 lines to infinigen/core/constraints/example_solver/moves/addition.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 7dcaea581871a50a0794aa969e7329ba5a7d8e81 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 15 lines to infinigen/core/constraints/example_solver/moves/addition.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 0873d0169cfc9738cccd5db487e9e45043f0a0d8 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 168 lines to infinigen/core/constraints/example_solver/moves/addition.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 25fbdff205a763aa8cf6b4fc8d59d76f43871066 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/moves/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 1761c4421d95fd6a3015399c1571686e7894b6ce +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 62 lines to infinigen/core/constraints/example_solver/moves/swap.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 5e533523032ace58b07df14e3e3044f3a6fab335 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 4 lines to infinigen/core/constraints/example_solver/moves/reassignment.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 97ba36b8a1384a3f4e9c72e82993373de0873e22 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 106 lines to infinigen/core/constraints/example_solver/moves/reassignment.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 0f011dcc7187162c8904ca95e3346726674aa566 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 37 lines to infinigen/core/constraints/example_solver/moves/moves.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 593bfbb6dc2db247efb7a896f1c70efd878a2dc1 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/populate.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit a782b61f7527bf10243d93bb91920fc7cc76c340 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 114 lines to infinigen/core/constraints/example_solver/populate.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit b347420d27ab4d491d0bf5fc73471196371e3fd3 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 4 lines to infinigen/core/constraints/example_solver/solve.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit ef9be11101b2ff415f74cc2d59c3945ec09e4425 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 6 lines to infinigen/core/constraints/example_solver/solve.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 1ff89f29a71008c90bd83f1ae240d22986f878a1 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 8 lines to infinigen/core/constraints/example_solver/solve.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit 31ae234624d32ef8eca1f89270dadda3f1e6d95f +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 8 lines to infinigen/core/constraints/example_solver/solve.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 557c0b3cb021a49a31dac7ad6206901fb4b5ad5e +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 216 lines to infinigen/core/constraints/example_solver/solve.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 973168125e36524d08f3b3698b089fd3e0897165 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 148 lines to infinigen/core/constraints/example_solver/propose_continous.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit c7814a710cfb43fc44067d757ad7aa2529f1c8c2 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 5 lines to infinigen/core/constraints/example_solver/propose_discrete.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 69ef24df083a866401e5882984da9ce2d405dbaa +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 12 lines to infinigen/core/constraints/example_solver/propose_discrete.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 39eb45fb980ff9ce23b8b8233a1a9aa77b9b8c99 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 333 lines to infinigen/core/constraints/example_solver/propose_discrete.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 022a462ba8423da64ecdb31509a7f0693a43ac4d +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 2 lines to infinigen/core/constraints/example_solver/state_def.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 2b2a2a8908ad5be22cab890f9725ab99d651580b +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 7 lines to infinigen/core/constraints/example_solver/state_def.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 50d9ffce021d424607d38a0a6be61efab5b7e58c +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 9 lines to infinigen/core/constraints/example_solver/state_def.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 1f7e3022a0b786f6a31d5d7c38d033efbef5b578 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 17 lines to infinigen/core/constraints/example_solver/state_def.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 1d17d97b8b356e2681746efd06c934c33967fd79 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 172 lines to infinigen/core/constraints/example_solver/state_def.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit c95abae83707ef96f7a4eb5a0714d10bf7fc937b +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 3 lines to infinigen/core/constraints/example_solver/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 677077fdeda5df24773f72cbee2c240282e70ee6 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 151 lines to infinigen/core/constraints/example_solver/propose_relations.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit f4fbb450d29abf9ae6df0d82fac5ea41275cf443 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 7 lines to infinigen/core/constraints/example_solver/annealing.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 7362439725681f36134812843fada28cd96e9945 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 365 lines to infinigen/core/constraints/example_solver/annealing.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit e001ff8e3c5c63b4f7c513eecb9378b4d085cb40 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 66 lines to infinigen/core/constraints/reasoning/domain_substitute.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit df4f36249cda10ba79743c4d0a31ee22136cb1f4 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 21 lines to infinigen/core/constraints/reasoning/constraint_constancy.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 2365e12080add0ee8abe934b1ac36586236a64c6 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 22 lines to infinigen/core/constraints/reasoning/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 61eed6d6efcf19058ad0e9b870472c7050a1e6c6 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 1 lines to infinigen/core/constraints/reasoning/constraint_bounding.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit b14e66eb75e032ce514a126b6014983dda41a80a +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 35 lines to infinigen/core/constraints/reasoning/constraint_bounding.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 3419d1bf0431941075dc9f00b37674c9aa576963 +Author: pvl-bot +Date: Sun Jun 16 23:16:17 2024 -0700 + + Add 174 lines to infinigen/core/constraints/reasoning/constraint_bounding.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 2d1acf44a3b263f7d77a63a904a0d4d9d6faaf8d +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 1 lines to infinigen/core/constraints/reasoning/constraint_domain.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 0aa2c390433233d3e71f349eff4bef08945bbd89 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 74 lines to infinigen/core/constraints/reasoning/constraint_domain.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit cd88dd267a99b53daef2dd345756378754d87c4b +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 416 lines to infinigen/core/constraints/reasoning/domain.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 4098d2de731f4e49dc475b620efbca10063d186e +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 64 lines to infinigen/core/constraints/reasoning/expr_equal.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8769347e49682e70da29f51bde06408193555952 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 3 lines to infinigen/core/constraints/evaluator/node_impl/impl_bindings.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit a733a20254dfadb7d1a28cda189b6520245cb46c +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 42 lines to infinigen/core/constraints/evaluator/node_impl/impl_bindings.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 21401795ce7981746fc11ed844be21a3adf7e1b5 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 52 lines to infinigen/core/constraints/evaluator/node_impl/impl_bindings.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit ad7d9faf1c58defa8edd2f0be30ebead50c51095 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 277 lines to infinigen/core/constraints/evaluator/node_impl/impl_bindings.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 9b8e3674ca870e62322a669c6487a0a3851a005f +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 1 lines to infinigen/core/constraints/evaluator/node_impl/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit dac544843a5c7206e05a80a9a46538b86ca39881 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 9 lines to infinigen/core/constraints/evaluator/node_impl/trimesh_geometry.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 33666d75b7b0da783702f12c7a34f0bd347bba96 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 170 lines to infinigen/core/constraints/evaluator/node_impl/trimesh_geometry.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit e92b795126b13f3d909a529b1f5519eb7894e289 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 993 lines to infinigen/core/constraints/evaluator/node_impl/trimesh_geometry.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 8ae175b7bd2e0e53c39df347e2f051e4c7eec7d2 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 1 lines to infinigen/core/constraints/evaluator/node_impl/symmetry.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit e6ec3d3cef708147e1161cff12e0829b2f9944a4 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 262 lines to infinigen/core/constraints/evaluator/node_impl/symmetry.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 5b26f6c7497a7258a7cf15ab63f909047a48f9f9 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 5 lines to infinigen/core/constraints/evaluator/evaluate.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 09e2990ed80fd498db440415359e933702f2404d +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 26 lines to infinigen/core/constraints/evaluator/evaluate.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 9bb4d4bb9633d8795fc0c5ea059fdb5bf19d4c20 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 224 lines to infinigen/core/constraints/evaluator/evaluate.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 08afd13cf72f6512988e496bdfea27417c552458 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 231 lines to infinigen/core/constraints/evaluator/indoor_util.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 3ab967494e9146aa2f90c0ad51c85a6bdd8461e7 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 115 lines to infinigen/core/constraints/evaluator/eval_memo.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 128ed562848dd7f178d032df9a445ce6a13ae858 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 10 lines to infinigen/core/constraints/evaluator/__init__.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 6d50d8daf81b530eef2037c0f7468644b71778d6 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 1 lines to infinigen/core/constraints/evaluator/domain_contains.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 6512c8d39b0d76f7f6ea136d971d638305f3c262 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 59 lines to infinigen/core/constraints/evaluator/domain_contains.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ad642910695461d192beaaa47a6ce04ed3a6fa08 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 126 lines to infinigen/core/constraints/checks.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 2dc5fec21b78d1288568649f82f4e52d69fefa82 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 3 lines to infinigen/core/constraints/usage_lookup.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit dd7dd7b90e96a16f835d37f71ab924f2e637e9f1 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 45 lines to infinigen/core/constraints/usage_lookup.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 7d8a4772287b04e352f8a9da16f09a6831a36ddb +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 9 lines to infinigen/core/tagging.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 92d4eb9d92908b51ba472572bcd5900ddbd94558 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 19 lines to infinigen/core/tagging.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 9023e340b9fb925c4c2ee2c7c30dfbd20e2ce03f +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 25 lines to infinigen/core/tagging.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 9842170aeb3590081273d34a484c3778d5434636 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 30 lines to infinigen/core/tagging.py. Contributed as part of Infinigen-Indoors by Lahav Lipson. + +commit cb923fe808235484edfb263e6329b5f1a6dfb5d4 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 345 lines to infinigen/core/tagging.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ef8e50d19d46ebb108e367069ea5d25a07509218 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 3 lines to infinigen/core/tags.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit f69c57cf10cb89db286bf531484852c40f8394be +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 7 lines to infinigen/core/tags.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit dd9c78879a011f8d260e9462c2c0ad2fb5ed1bec +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 80 lines to infinigen/core/tags.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit a9c72789e0e44f13929c7b64a667c6c549f4be31 +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 215 lines to infinigen/core/tags.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d4331267447675006a16589e668fb53540784c3a +Author: pvl-bot +Date: Sun Jun 16 23:16:16 2024 -0700 + + Add 1 lines to infinigen/tools/results/visualize_planar_graph.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 6c3a0045a1d697244c987ab51d9f1fa2dcb16330 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 70 lines to infinigen/tools/results/visualize_planar_graph.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 0a4ef0e03a609e4b4b56c306126f0bc2fc899b3c +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 12 lines to infinigen/tools/config/demo_config.yaml. Contributed as part of Infinigen-Indoors by David Yan. + +commit e823bcbd04b5579744253bcbc05bb5ccbd34e78c +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 37 lines to infinigen/tools/perceptual/create_submission.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 3b360a665f80a6e66b14c798d15b41ed83bfe6b1 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 411 lines to infinigen/tools/perceptual/analysis.ipynb. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit b47966ce5cc1ec88232b9b566048c488fa834823 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 34 lines to infinigen/tools/perceptual/perceptual_extract.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 3262add86904d8f21f31365c54055ff3839b11fd +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 12 lines to infinigen/tools/perceptual/rename.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 65a5a561b822f224e79b03d1fb76bf63450bc310 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 13 lines to infinigen/tools/perceptual/rename.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit dc15981b2a1cea10bcea46baf540675008996ccf +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 187 lines to infinigen/tools/perceptual/create_pairs.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 4b94c4073e6493683f2a8760fd503b15ba38a355 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 124 lines to infinigen/tools/convert_displacement.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 757024b09ce3cd182b64b8adcec9da02beffb638 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 32 lines to infinigen/tools/isaac_sim.py. Contributed as part of Infinigen-Indoors by Beining Han. + +commit 36b10aa2d5f157746a58eab317d0f04ef5cc242e +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 139 lines to infinigen/tools/isaac_sim.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 9bed07285779baa685d0446a0ecbf4f003e85ce9 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 83 lines to infinigen/tools/indoor_profile.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 2b09762b5cadff70822cf8d226d600c991e9c276 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 63 lines to scripts/eevee_render.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 618739d0000fb680f8ac74b3d2009d6e8ddb0de5 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 11 lines to scripts/rebuttal.sh. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 2705f90c1b22e3b4ad340c18f4c52a3434f5b1d4 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 72 lines to scripts/rebuttal.sh. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 4852bbac5f3d23fa41b9afd852c796ff93b58f8e +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 8 lines to scripts/indoor.sh. Contributed as part of Infinigen-Indoors by Beining Han. + +commit 3696c69adefd7551b4dc05ef618e39e0976b5132 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 36 lines to scripts/rebuttal_retry_render.sh. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 62a1a4fec2ff9feb7ad64781a7e6cae330b2386d +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 2 lines to docs/HelloRoom.md. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 95533f59846161e86190fd2ebf81c70e0736d870 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 125 lines to docs/HelloRoom.md. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 3160f6188c5cbe8b5d339207a0ca92c699da2de6 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to docs/ExportingToSimulators.md. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 699f3ae821fd3687068ea11833ad9cd5c68d8959 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 32 lines to docs/ExportingToSimulators.md. Contributed as part of Infinigen-Indoors by David Yan. + +commit 9f486f85ff5bd58c20d51c068c4382ae0e19986b +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to tests/assets/list_indoor_materials.txt. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 6e20cbe65894225c5767da3a080e38df01a8d3bd +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to tests/assets/list_indoor_materials.txt. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit 05cd77cffd7678711516111f8b2f887693cb2e47 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to tests/assets/list_indoor_materials.txt. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit a1bfe6d288def89442a667957e0dce7c08c6fe51 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 3 lines to tests/assets/list_indoor_materials.txt. Contributed as part of Infinigen-Indoors by Meenal Parakh. + +commit ac5cb276f32fc01a36bdfb9201165da86c359f6a +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 12 lines to tests/assets/list_indoor_materials.txt. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 36ee4ea749d40aa56ceb2b81743e61e32297ba14 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 17 lines to tests/assets/list_indoor_materials.txt. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 877e6688541fe6932124ff8d621dfe26f69dfaf2 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 7 lines to tests/assets/list_displaced_materials.txt. Contributed as part of Infinigen-Indoors by David Yan. + +commit fdf533d6bb65cbaece0a6b813193965b4a17205e +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 7 lines to tests/assets/test_materials_basic.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 125472b563eb95b76a7ccdc06539cc3c1d0e40ec +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 40 lines to tests/assets/test_materials_basic.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8da48f0f045bef1a9f85c1d9ed9ef9eafc8376c8 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to tests/assets/list_indoor_meshes.txt. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit b15a70034bf2688c53ed38085e7dbc0b8ae49640 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to tests/assets/list_indoor_meshes.txt. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 2082175925a9365625e5bbd089446456a6043d05 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 1 lines to tests/assets/list_indoor_meshes.txt. Contributed as part of Infinigen-Indoors by Beining Han. + +commit 6db1fbcd3f0b658dbbfb81d2a512805b428f982f +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 3 lines to tests/assets/list_indoor_meshes.txt. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit e811301b630d04ab5779b31691dd63e8787e7fbe +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 28 lines to tests/assets/list_indoor_meshes.txt. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit b8e0d257ae54e6a6dd12aa0c5e358a0aa42597f1 +Author: pvl-bot +Date: Sun Jun 16 23:16:15 2024 -0700 + + Add 66 lines to tests/assets/list_indoor_meshes.txt. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit aecacaa0f695c4f5dde9b4932c2f7af9a306c4bf +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 1 lines to tests/assets/test_meshes_basic.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 38db10ef300d9dd30344fca1c972038a59cdc10e +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 89 lines to tests/assets/test_meshes_basic.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit a6c9bfe47d85fb65fac8ea2ef02befb3fbaa6610 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 4 lines to tests/assets/test_placeholders.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 94f7d2b0044462d5091eb8aaada511a9ecb2f482 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 7 lines to tests/assets/test_placeholders.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8d051a01c0446760ffd9d84a0b36ef8411307972 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 57 lines to tests/assets/test_placeholders.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 9bbb94aedab2b9d80a99575b380eee26a1b9468f +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 21 lines to tests/solver/test_greedy_stages.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 48d39929f807b7b9fe9161ff57a5c904defedc28 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 286 lines to tests/solver/test_greedy_stages.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit cd6d04fc548b5507328c506220d999f181a74e19 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 44 lines to tests/solver/test_state_def.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 0e2fe0f9f6feead7ee9fb60669a5fe2d2b1fd30d +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 120 lines to tests/solver/test_greedy_substitutions.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 202e3c39073f21064b02c12f2353815f766d98b2 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 471 lines to tests/solver/test_greedy_partition.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 852cfa452f0e4a8b25e7756cdc0ea408176618b0 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 5 lines to tests/solver/test_asset_surfaces.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 5f032e1af206c1c3ae9cc5518e865f42838ea8b0 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 56 lines to tests/solver/test_asset_surfaces.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit c1f6ced9ef5d8853a248e45526985f7c926f05d7 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 83 lines to tests/solver/test_constraint_evaluator.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit e0b4e342488190622fc1ad5bbfeaa4ff73cc52a1 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 218 lines to tests/solver/test_constraint_evaluator.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit f080965f5e1af641872fb2bde4d7229d7b50bb1f +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 679 lines to tests/solver/test_constraint_evaluator.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 6baf8e5fb4f0683e9c6ef185163336db9d050785 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 6 lines to tests/solver/test_stable_against.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 662dbf04c3915cdfec063ae05aa5b9f3ecd10cdc +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 74 lines to tests/solver/test_stable_against.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ebc6fdcca9cbd9b7173dd3d3f7f10421f81247ec +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 84 lines to tests/solver/test_stable_against.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 22b6f554ff6cb02ac63a55d131dea5842b51a3ed +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 29 lines to tests/constraints/test_constraint_domain.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 71b77e1fb2848a82ccc6befafbb107f28471d5c3 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 170 lines to tests/constraints/test_constraint_domain.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8e1ea377cc33439e2394a36f68170c1807b29e3e +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 13 lines to tests/constraints/test_constraint_relations.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 2c13da8ddfa26450038aefe01ddbc82095df6d4f +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 83 lines to tests/constraints/test_constraint_relations.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 8e3e746291e9d206be336e80b392a4b94831d242 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 77 lines to tests/constraints/test_reldom.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 0c723cdc2bc2c2deba9a01c21f22697c7153fc85 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 18 lines to tests/constraints/test_tagset_operations.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 35b393f202154e59710ed4f8ebf778c2229e2e01 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 25 lines to tests/constraints/test_tagset_operations.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 7dc61ce5765e74391129836829bf99c4526e8e2e +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 15 lines to tests/constraints/test_tags.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 33b8f9d33f4af56a0059a0ef4897ab69c38306fa +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 43 lines to tests/constraints/test_constraint_language.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 992a1a7c2d3ed371fdd5681c7391868f6aa2b843 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 10 lines to tests/constraints/test_constraint_bounding.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 49df4a176209f3ebe004adbffae8f632684381f4 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 27 lines to tests/constraints/test_constraint_bounding.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit ee2950ffc77b28dfeb3ee25be16ae76459203314 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 154 lines to tests/constraints/test_constraint_bounding.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 9b03e4165f17be3e0bfa1675ead1980c9157aaaa +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 15 lines to tests/core/test_tagging.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 5318cf79dda4173a7c982720bab2993fc1692173 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 82 lines to tests/core/test_tagging.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d01a5d270c151af34ba440f7341b0f770fcea207 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 39 lines to tests/core/test_gins.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit e6dd3c610de11316ac90e72c487692893f5a5a15 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 28 lines to tests/tools/test_export.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 843d90397d39b2e494500b8327d8c5c4b7dd2a7c +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 52 lines to tests/tools/test_export.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit aed7c77b255edc60065effa0cf9eb08cbb17f022 +Author: pvl-bot +Date: Sun Jun 16 23:16:14 2024 -0700 + + Add 7 lines to tests/list_displaced_materials.txt. Contributed as part of Infinigen-Indoors by David Yan. + +commit 7a93f7205e08c2dbbaf7bd6d7f4270fb43e3e5de +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 35 lines to tests/material_balls.txt. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 13f280963796bb7207651997d1f53acff9fa2d49 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 3 lines to infinigen_examples/configs_indoor/disable/no_objects.gin. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 428c51532435454b2c5c154cc7f11cd91d1d395e +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/configs_indoor/disable/no_details.gin. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d2fb7a324f5187906cbc9c1a064dad866cca5345 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 7 lines to infinigen_examples/configs_indoor/disable/no_details.gin. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 88bf8ec0ea810ba2d36ef6e85a94c1996841a8a1 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 1 lines to infinigen_examples/configs_indoor/studio.gin. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit dbd9d60f7a2b4e70fe41ae940c6087565479fb3a +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 7 lines to infinigen_examples/configs_indoor/multistory.gin. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 82d9f85836625a41e6daf71a0e06a77f5149fade +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 7 lines to infinigen_examples/configs_indoor/multistory.gin. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit d0531a71f35682af71fe08839ac2e98af444e4f5 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 7 lines to infinigen_examples/configs_indoor/overhead.gin. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit b8d11d80341482b5feb857933df993ccbdb8a34d +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 8 lines to infinigen_examples/configs_indoor/overhead.gin. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 8ff32f1b8f2bb865db6eab51f3ba9967af487227 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 19 lines to infinigen_examples/configs_indoor/fast_solve.gin. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 82ceea367391f619e680eebfeae5b32870d506bd +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 4 lines to infinigen_examples/configs_indoor/topview.gin. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 8d9ba331e5c2054f874a9129988070bc8280220e +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 4 lines to infinigen_examples/configs_indoor/topview.gin. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 3d403c4644bcf455ea157ae494a4b18869031b80 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/configs_indoor/export_upload.gin. Contributed as part of Infinigen-Indoors by David Yan. + +commit 7b89026662f8161f5da8c99d6d58bc8b32d5ea0b +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/configs_indoor/singleroom.gin. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d9be42ac856eb1f0ae977cdddcb8021191aab744 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 1 lines to infinigen_examples/configs_indoor/base.gin. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 478badcddee79412359dd81d166a1ba7afa3c5d1 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 6 lines to infinigen_examples/configs_indoor/base.gin. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit 2717fe91df5be267d07fd2efe689364c8982a33a +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 58 lines to infinigen_examples/configs_indoor/base.gin. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit bf64297829c4da6e7f86c6ac7911a58ef07560a3 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 1 lines to infinigen_examples/util/constraint_util.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 737265cf42087b551f2133e7a6a14cc36a751c11 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 62 lines to infinigen_examples/util/constraint_util.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit ccb851d7cf43fa769ce8cc33ab9b2687f6b122c9 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/util/generate_indoors_util.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit a1c4834c601099c572b5ccbaec69b4605e13f2e2 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 5 lines to infinigen_examples/util/generate_indoors_util.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit f4ba54c94235d9aa715a491cec9dd2d4ebd6a0ab +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 258 lines to infinigen_examples/util/generate_indoors_util.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 3a7e3a7750a01cb4db3409e9c4ba624c3525e419 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 1 lines to infinigen_examples/util/test_utils.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit c6cdfa71852761ddbcd30332c7af12258b165ddb +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/util/test_utils.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 16711191bc293f451ad0561a37877340ea2bc7d2 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 57 lines to infinigen_examples/util/test_utils.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d01430919464dd048c3cae264ef7a30da737c8b4 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 1 lines to infinigen_examples/indoor_constraint_examples.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit f053a032b24963a46e69561caaebb8c0516f2de0 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 1 lines to infinigen_examples/indoor_constraint_examples.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit a7f5c07e33c48f3894fb7e6b7eed96ef2b5a45b4 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/indoor_constraint_examples.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit b03147cd6fff0d0e76f4cd82b4963be3728f15d5 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 2 lines to infinigen_examples/indoor_constraint_examples.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit b97b816b14df8ed6ea73cb087b52166373d9332f +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 19 lines to infinigen_examples/indoor_constraint_examples.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit 6014f883ac56ba254ad39909db0f0cd1a2a6e1ff +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 865 lines to infinigen_examples/indoor_constraint_examples.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 6c789c103d9cff2491973cbafd0dd5ad5df91322 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 203 lines to infinigen_examples/generate_material_balls.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit e46952295de3b90d5aa0aaf58452c4fd17ce5a39 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 6 lines to infinigen_examples/indoor_asset_semantics.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 3bd77582713236871d15fcfcaf3f880308f39c82 +Author: pvl-bot +Date: Sun Jun 16 23:16:13 2024 -0700 + + Add 332 lines to infinigen_examples/indoor_asset_semantics.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit e46aefc5bee3d3979609803ca30430e2ee9bf3f0 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 45 lines to infinigen_examples/asset_parameters.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit f4eeb4bfe1272599af4e16c1c3483a4aaae7a3de +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 1 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Stamatis Alexandropoulos. + +commit 9bca4587dff99a094a4c16047fb18207ebdc3dbe +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 1 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Yiming Zuo. + +commit 24b000109867afe807c832393bccd5c5a5902182 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 1 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by David Yan. + +commit 56b88a113f79a0e2091304375f857a3c3bdbf93b +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 3 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Karhan Kaan Kayan. + +commit 9bb58746a6391a0104b0012e2c80096da51b87eb +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 12 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Pvl Bot. + +commit ba87ded72811420f12918238a7684481d091c2e0 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 14 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Zeyu Ma. + +commit 1b5ffe310d7ff6cc2bfbde6306aa7c3bd7834a5d +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 38 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit d33eb1b151fb23562266b4cbe8a9ce6a41262896 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 356 lines to infinigen_examples/generate_indoors.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit 22b9acfbfa7d47c985ee1027428c4e81f690f3c2 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 1 lines to infinigen_examples/generate_asset_parameters.py. Contributed as part of Infinigen-Indoors by Alexander Raistrick. + +commit d1268dfd23aec66495f90bd11a72e3846ff8b0f9 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add 328 lines to infinigen_examples/generate_asset_parameters.py. Contributed as part of Infinigen-Indoors by Lingjie Mei. + +commit 356dc9c98404f24bb06501c33a974f6422e27b95 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Improvements to exporting.py, contributed by David Yan as part of Infinigen Indoors + +commit b3fa5e9471c29b0cdef00206aa9863a6bf4223e4 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Changes to existing files contributed as part of Infinigen-Indoors. Contributed by all authors - we were unable to create correct per-author commits for edits to existing files. + +commit 001797f5419dc02fe6e39a10e7e496fe907b49f3 +Author: pvl-bot +Date: Sun Jun 16 23:16:12 2024 -0700 + + Add files that were renamed/deleted as part of Infinigen Indoors + +commit f98b9575c73c322f1cbcc2dd48d26bbe8d6239f6 +Author: Alexander Raistrick +Date: Sun May 26 13:16:44 2024 -0400 + + Fix typos in export documentation + +commit f5bcba8de47623da9b715348cf95822445e0e9a7 +Merge: 830891c3a 857c9be95 +Author: Alex Raistrick +Date: Sun May 26 12:29:33 2024 -0400 + + Merge pull request #245 from princeton-vl/rc_1.3.3 + + Merge v1.3.1 - v1.3.3 + +commit 857c9be957fa14a40a75371a2aa5b64aecedc21f +Author: Alexander Raistrick +Date: Sat May 25 19:01:59 2024 -0400 + + Fix unit-test failures for empty materials + +commit e0a6e254c11a920e078867a1b488e4e68102d8d3 +Author: Alexander Raistrick +Date: Sat May 25 17:29:35 2024 -0400 + + v1.3.3 - Camera bugfix, pass all tests + +commit 03f603d030f3f8571808b96180514149c11a64fa +Author: Alexander Raistrick +Date: Sat May 25 17:08:27 2024 -0400 + + Add purge_empty_materials to every geonodes apply to fix emptymat tests + +commit 113230a056826d07e8de2a24f7087975ef85c48d +Author: Alexander Raistrick +Date: Sat May 25 17:08:07 2024 -0400 + + Add pytest timeout, reorganize tests/test_meshes_basic.txt to pass + +commit 7e3d6b31321a5f651a63eb615b442e7423b0eb03 +Author: Alexander Raistrick +Date: Tue Apr 23 13:49:06 2024 -0400 + + revert fps change + +commit dfc2b2ab1a8df700575f6d518685932c26ce396a +Author: Alexander Raistrick +Date: Tue Mar 5 13:47:31 2024 -0500 + + Add METAL to devices list + +commit 7d821161cfa6aac2e8c1ad317784b5e38bdb410e +Author: Zeyu Ma <31351547+mazeyu@users.noreply.github.com> +Date: Tue Mar 5 11:00:04 2024 -0500 + + decrease sss radius + +commit 7538de1b97846fd3eab729f213b79b8768e13a42 +Author: Zeyu Ma <31351547+mazeyu@users.noreply.github.com> +Date: Tue Mar 5 10:57:38 2024 -0500 + + multi cam fix + + * fix + + * fix placement + +commit 3078b0cfa02c2bd35877ba9aaec300b8125fe1c9 +Author: Zeyu Ma <31351547+mazeyu@users.noreply.github.com> +Date: Sun Feb 18 14:21:06 2024 -0500 + + refactor camera selection syntax and prevent water in all frames + +commit 3c96b3b99c6e00413a3a125804c18b2e455d63f6 +Author: Alexander Raistrick +Date: Sun May 5 14:58:33 2024 -0400 + + Bugfix snakes & manage_jobs (v1.3.2) + + * Move glowingrocks to rocks to prevent circular/far-reaching imports + + * Update OcMesher + + * Fix white materials on snakes, add unit test for empty materials on any asseet + + * Fix denoising always on + + * Add slurm_partition to manage_jobs + + * Update formats_all, make release.py work with just a folder of videos + +commit 35506e8821830bd34af04eaef44a28f9f6932d8b +Author: Alex Raistrick +Date: Mon Feb 12 12:45:37 2024 -0500 + + Smbclient commandline utility + + * Add commandline bindings to smbclient.py + + * Add mapfunc for slurm launch of smb_client, WIP fix ls with glob at end + + * Fix recursive glob ls and download + + * Add exclude flag to eliminate downloading blends + + * Add verbose, ratelimit + +commit dd5d560cf0495b51b5991d9a8788d6a5ee4e7e7f +Author: DavidYan-1 +Date: Sun Feb 4 15:37:34 2024 -0500 + + Texture-baked exporting (princeton-vl/infinigen_internal/#103) + + * Full Scene Exporter + + * Regex Tweaks for Integration Testing + + * Refactor and optimize export + + * Move exporting README to docs/ folder and add more caveats + + * Path handling tweaks for exporter + + * Move export to infinigen.tools.export + + * Tweak docs + + * Add slurm scheduling to generate_individual_assets + + * Tweak generate_individual_assets + + * Small Refactor + + * Glass Export and other features + + Glass, Individual object, .obj vertex col export and fixes UV overrwrite + + * Add --export option to generate_individual_assets, use a slurm job array per factory not for the whole set + + * Add docs on generating & exporting individual assets + + * Export Optimizations and Bugfixes + + * Remove Unused Args + + * Typo / import fixes + + * Add --export option to generate_individual_assets, use a slurm job array per factory not for the whole set + + * Fix kwargs + + --------- + + Co-authored-by: Alexander Raistrick + +commit e4a42d7cf9084c271f908070c559395747ec27fb +Author: Alex Raistrick +Date: Wed Feb 7 09:12:11 2024 -0500 + + Render improvements (v1.3.1) (princeton_vl/infinigen_internal/#107) + + * Attempt to fix white snakes and volume_bounces=0 bugs + + * Make videos 4sec not 8, tweak slurm_1h, tweak terrain resolution, speed up cameras for video + + * Fix --use_existing for scenes started with --specific_seed + + * Increase opengl time, decrease render sample quality + + * Noisify camera motions + + * Add overhead.gin + + * Tweak video length and cam seped + + * Drop fps to 16 + + * Reorganize cycles configuration, overhaul enable_gpu to be more robust and only ever use one device type + + * Bump version to 1.3.1, remove scripts/launch + + * Tweak ratios, fix typo + + * Fix noshortrender typo, rename conf to noisy_video + + * Changelog + +commit 830891c3ac988f6be02ded26388b1572a5463de3 +Merge: 18be26c9b 80ac24c68 +Author: Alex Raistrick +Date: Wed Apr 24 22:34:04 2024 -0400 + + Merge pull request #122 from princeton-vl/rc_1.2.6 + + Bugfix v1.2.6 - Fix duplicate configs, CUDA_VISIBLE_DEVICES & more + +commit 80ac24c681ace3f811d1eec7363f53f4d3725ae3 +Author: Alexander Raistrick +Date: Wed Apr 24 13:22:09 2024 -0400 + + Increment version & changelog for v1.2.6 + +commit 4216ac371f3caab32666a0e3cc79f75ab0afe00f +Author: Alexander Raistrick +Date: Wed Apr 24 15:03:31 2024 -0400 + + Unify other creature interfaces + +commit 069ad8b12f932d44619928d4d54c08a85c5f9235 +Author: Alexander Raistrick +Date: Wed Apr 24 13:07:40 2024 -0400 + + Attempt to fix dynamic hair for #215, raise NotImplementedError for dynamic hair for now + +commit e7b3ef04df314b62e94047fa30321dbd48c054aa +Author: Alexander Raistrick +Date: Wed Apr 24 11:52:41 2024 -0400 + + Fix submitit emulator improperly following CUDA_VISIBLE_DEVICES (#212) + +commit 7177237a64ad00bddb32fd81e516ef7ef37d3d29 +Author: Alexander Raistrick +Date: Wed Apr 24 11:22:05 2024 -0400 + + Add trycatch for flowvis install + +commit 43244c9e26c6498182a1128cdf8f45115a467bba +Author: Alexander Raistrick +Date: Wed Apr 24 00:19:44 2024 -0400 + + Avoid duplicated configs by skipping sample_scene_spec when --configs specifies an option: + +commit f54f536420a759e56da3b4a11af9ed10806c4d1e +Author: Alexander Raistrick +Date: Tue Apr 23 23:34:27 2024 -0400 + + Implement mutually exclusive folders for scene_types to prevent common error case + +commit 18be26c9b4a7b375442d23569b737d8e2169e372 +Author: Zeyu Ma <31351547+mazeyu@users.noreply.github.com> +Date: Tue Apr 2 11:16:34 2024 -0700 + + Bugfix v1.2.5 - Terrain bugfix for multi-task command; Terrain.bounds and Terrain.populated_bounds parameter + + * fix reinitializing terrain + + * add bounds and populated_bounds for terrain + +commit 5132903cd68704367d1c44c841e5163158e0f33d +Author: Alex Raistrick +Date: Sat Mar 9 16:08:10 2024 -0500 + + Update Installation.md + +commit 331b4e5e8b3d84f8a31f395c8a344df20844195e +Author: Alexander Raistrick +Date: Tue Mar 5 15:24:17 2024 -0500 + + Hotfix v1.2.4: Fix TreeFactory(season='winter'), fix join_objects ignoring empty meshes + +commit 66a449399f2f38d63e4b9aad689c02a4479f14df +Author: Zhangir Azerbayev <59542043+zhangir-azerbayev@users.noreply.github.com> +Date: Wed Feb 28 15:51:32 2024 -0500 + + Update Installation.md (#192) + +commit e8687f4ab5e809be28778fe42e26d26b414cca6a +Author: Alex Raistrick +Date: Mon Jan 15 13:44:40 2024 -0500 + + Update Installation.md + +commit 40a261506252f17107ff7398d787a3feb13a53d1 +Author: Alex Raistrick +Date: Fri Dec 29 09:49:57 2023 -0500 + + Hotfix v1.2.3 + + * Fix misplaced opengl path, tweak installation + + * Tweak launch scripts + + * Fix underspecified child python paths + + * Fix cleanup except_crashed + + * Fix underspecified child python paths + + * Remove cd worldgen typo + + * Fix leftover objects in tree generation + + * Change version to 1.2.3 not 1.2.0.3 + +commit 0c622a1788235e2270a73262463383ff1fade70a +Merge: 48be1cde4 e23073612 +Author: Alex Raistrick +Date: Sun Dec 17 15:24:59 2023 -0500 + + Merge pull request #184 from princeton-vl/hotfix_v1.2.0.2 + + Fix hello world crash + +commit e23073612e4d953d0c3a6f3639262e566a69ab9a +Author: Alexander Raistrick +Date: Sun Dec 17 13:45:58 2023 -0500 + + Fix hello world crash + +commit 48be1cde4f44e79b237fdf0170fbf28084f80704 +Merge: 873fedd61 ff086b6cb +Author: Alex Raistrick +Date: Sat Dec 16 13:27:44 2023 -0500 + + Merge pull request #182 from princeton-vl/hotfix_v1.2.0.1 + + Hotfix helloworld, data download, smooth shading + +commit ff086b6cb6c19b99bf01f1ddf53a0c156df4b720 +Author: Alexander Raistrick +Date: Sat Dec 16 12:36:17 2023 -0500 + + Hotfix helloworld, data download, smooth shading + +commit 873fedd6108e356c701112c8e67f300e4fe69d02 +Author: Zeyu Ma <31351547+mazeyu@users.noreply.github.com> +Date: Thu Dec 14 23:40:11 2023 -0500 + + Update .gitmodules + +commit fcd7fc265e5a7c25b56e431e4ed57c3b5320fb42 +Author: Zeyu Ma +Date: Tue Dec 12 14:35:23 2023 -0500 + + Integrate OcMesher + +commit e4765d06e4794e45e166066be9a12fe188155285 +Author: pvl-bot +Date: Tue Dec 12 14:22:19 2023 -0500 + + Fix typos + +commit a31950f9ada0345fbf7812e78ad0f5598d170ff1 +Author: Alexander Raistrick +Date: Tue Dec 5 13:26:52 2023 -0500 + + Remove build/publish gh actions for now + +commit 998ba6bf657cd99710a8a17d1e2cf57c60b9e9a8 +Author: Alexander Raistrick +Date: Wed Nov 29 17:16:20 2023 -0500 + + Fix snakes, import crash, CI failures + + * Fix snake material, logging bug, fix debug crash + + * Add trycatches to prevent marching_cubes crash when not installed + + * Fix linting + + * Update changelog + +commit 71f254a7b31d2abc4ff02388a65d9aca5ca068e7 +Merge: e9313a618 04d8e573f +Author: Alexander Raistrick +Date: Tue Nov 28 15:48:14 2023 -0500 + + Merge branch 'main' into rc_1.1.1 + +commit 04d8e573f68b95981cc206ce858126bec0c5a57d +Author: pvl-bot <136786582+pvl-bot@users.noreply.github.com> +Date: Fri Nov 24 13:29:53 2023 -0500 + + Update dependencies, loosen version reqs, remove unused dependencies + +commit e9313a618220bfe02bc2b90f863143c64ac67687 +Author: pvl-bot +Date: Wed Oct 25 21:23:34 2023 -0400 + + Transpiler v2.6.5 - revert Ignore Reroutes to fix incorrect linkage bug + +commit 24242098961519c0678ff3757d4a9736358c4778 +Author: Alexander Raistrick +Date: Mon Oct 23 21:23:57 2023 -0400 + + Add infinigen.launch_blender helper, remove $BLENDER, fix test, update docs + +commit 2f025c5ff055b2538080fbceba36fb76e7da5a91 +Author: Alexander Raistrick +Date: Mon Oct 16 23:45:03 2023 -0400 + + WIP revised install instructions + +commit 091d6ec5ba61cab9db97851ccd92f3fdce005dd7 +Merge: ef75fe7fa a8ba86a39 +Author: Alexander Raistrick +Date: Mon Oct 16 17:01:07 2023 -0400 + + Merge branch 'main' into rc_1.1.1 + +commit a8ba86a394f8757586b4fb15252a3282e56a91de +Merge: 0f208a804 359f08e7c +Author: Alex Raistrick +Date: Mon Oct 16 15:58:16 2023 -0400 + + Merge pull request #87 from princeton-vl/rc_1.0.4 + + v1.0.4 - Pregenerated download tools, ground truth updates, render throughput improvements + +commit 359f08e7cfdf6caa3acf84bbb1bdaf6fbfe9a91d +Author: Lahav Lipson +Date: Mon Oct 16 15:44:15 2023 -0400 + + Update docs and download_pregenerated_data.py (princeton-vl/infinigen_internal/#90) + + * Update docs and download_pregenerated_data.py + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Fix hello_world example + + --------- + + Co-authored-by: Alexander Raistrick + +commit a646f3513d5512911fb5488537a8a724b57b79f3 +Author: Alexander Raistrick +Date: Sun Oct 15 18:54:25 2023 -0400 + + Make download script interactive, revise data docs + +commit 02cd5b6045b22ec772706257d0722d2f6b13b57f +Author: Lahav Lipson +Date: Sun Oct 15 17:35:19 2023 -0400 + + Refactor bounding_boxes_3d.py segmentation_lookup.py (#89) + +commit 79244928803532393f7f572c6f03540c0d9d1138 +Author: Alexander Raistrick +Date: Sun Oct 15 14:35:00 2023 -0400 + + Debug render pipeline getting stuck due to backlog limiters + +commit ef75fe7fa1d9155f365e0ac8344d6fe35d38f9b0 +Author: Alexander Raistrick +Date: Sat Oct 14 13:07:00 2023 -0400 + + Fix pip install with cuda, build.yml, terrain test, mark which tests are ci + +commit 6780f819cc2ba25e9298148ce35d0aa9ec02195c +Merge: f7889fb3c 3664df8bf +Author: pvl-bot +Date: Sun Oct 15 00:09:21 2023 -0400 + + Merge remote-tracking branch 'origin/fan' into rc_1.1.1 + +commit f7889fb3c95d5ec915b929b75a332a6e539e8087 +Author: Alexander Raistrick +Date: Sat Oct 14 23:50:54 2023 -0400 + + Fix GeneratingIndividualAssets + +commit b3d9d6f14c9d617d75a397dea6c96f95934adc46 +Author: lahavlipson +Date: Sat Oct 14 22:10:52 2023 -0400 + + Optical flow / ground truth fixes and refactor + + * Refactor. + + * Scaling no longer needed for optical_flow_warp.py + + * Update compile_opengl.sh + + * Refactor optical_flow_warp.py + +commit ced0e871a740785bb0c366607b215244b836d6c0 +Merge: 9310e7b7e d2246f493 +Author: Alexander Raistrick +Date: Sat Oct 14 22:38:49 2023 -0400 + + Merge remote-tracking branch 'origin/rc_1.0.4' into rc_1.1.1 + +commit d2246f493679fa973271155179b826c5956dfec7 +Author: pvl-bot +Date: Sat Oct 14 21:28:29 2023 -0400 + + Update CHANGELOG, add copyright comments + +commit b2d4e47ecf325d5fd2346b8041b3ebc966046071 +Author: lahavlipson +Date: Sat Oct 14 21:10:14 2023 -0400 + + Infer buffer_size = 2 x image_size + +commit 90b87310787b99f4bde004e0b8cd045442a762ff +Author: lahavlipson +Date: Sat Oct 14 20:53:10 2023 -0400 + + Update flow scale. + +commit 93c0bef3280fccca042ad5cfe75301a32385abda +Author: Alexander Raistrick +Date: Sat Oct 14 18:36:08 2023 -0400 + + Create dataset download tool, pregenerated dataset docs + +commit f1a27a93b858e9dee32b389e0694b98ce50f9485 +Author: Alexander Raistrick +Date: Fri Oct 13 15:55:12 2023 -0400 + + Bugfix tag segmentation, render throughput, upload cleanup, crashing on symlinks + + * Revert monocular video fineterrain/populate ordering + + * Fix jobs getting stuck due to max_stuck_at_numdone settings + + * Fix upload cleanup + + * Fix crashing on symlinks + + Bugfix tag segmentation, render throughput, upload cleanup, crashing on symlinks + + * Revert monocular video fineterrain/populate ordering + + * Fix jobs getting stuck due to max_stuck_at_numdone settings + + * Fix upload cleanup + + * Fix crashing on symlinks + +commit b7b431f90d106a11154a7d9d27b8835505e97e2c +Author: lahavlipson +Date: Fri Oct 13 19:08:02 2023 -0400 + + optical_flow_warp.py bug fix. + +commit 75994298ccc60e24aae838ac16b51a15172bde42 +Author: Alexander Raistrick +Date: Fri Oct 13 18:05:30 2023 -0400 + + Allow RCLONE prefix via ENVVAR, allow more general prefixes + +commit f94eebda675cdc8748319fa7265e881d13c38de8 +Author: lahavlipson +Date: Thu Oct 12 20:36:38 2023 -0400 + + Refactor. + +commit 6a49d6fe586175537dc98459f0d470b82731579e +Author: Alexander Raistrick +Date: Fri Oct 13 17:14:04 2023 -0400 + + Standardize image suffix format across the whole repo + +commit 98acdb8e1e147bda9fc295460ef3db695ad1751a +Author: Lahav Lipson +Date: Thu Oct 12 15:12:05 2023 -0400 + + Ground truth scripts update oct5 (princeton-vl/infingen_internal/#86) + + * Bug fix when rendering instance ids. Remove indents in Objects.json. Save instance_ids to Objects.json. + + * Update optical_flow_warp.py + + * Update depth_to_normals.py and requirements.txt + + * Update depth_to_normals.py + + * Update rigid_warp.png + + * Update instructions. + + * Update segmentation and bounding box scripts to work w/o tags. + + * Update comments. Use get_frame_path. + +commit fdef6f268bd47324f561d23ecdd8c48e48c84f4a +Author: Alexander Raistrick +Date: Wed Oct 11 16:06:16 2023 -0400 + + Implement retar for release + +commit 3e855cba2d6d91639a459793fdc81d818d3f7e26 +Author: Alexander Raistrick +Date: Sat Oct 7 18:53:27 2023 -0400 + + Foolproof interpolation specification, handle mask and compressed npz cases + +commit b69b87d1701b95a080a3318903fc56d999cdd1fc +Author: Alexander Raistrick +Date: Wed Oct 4 15:33:14 2023 -0400 + + Implement frames folder reformat, update torch dataset, make dataset mostly standalone + +commit a188fe18dfb21e75e25be837e0e9c612cc180e29 +Author: Alexander Raistrick +Date: Sun Sep 17 13:41:04 2023 -0400 + + Data release toolkit + + * Implement format fixer + * torch dataset example + + * Tar-by-tar version of data toolkit, + * resize groundtruth, + * optimize jsons, + * fill missing poses with dummy dicts + +commit 9310e7b7e440bdc84b5671a65baceb0f7db068d9 +Author: Alexander Raistrick +Date: Wed Oct 11 14:28:00 2023 -0400 + + Update landlab and numpy, fix bnurbs import when using minimal install + +commit 0306641b6899a825f698a29649bc9aa874c7e937 +Author: Zeyu Ma +Date: Tue Oct 10 03:23:08 2023 -0400 + + terrain tests + +commit 67d9b17ae9b72024a684e4e84210474c5a5cad39 +Author: Alexander Raistrick +Date: Mon Oct 9 17:39:07 2023 -0400 + + Add INFINIGEN_MINIMAL_INSTALL flag to disable ALL compiling when doing interactive blender install + +commit 464a3f7a66c42f123481c9b6c9d53c679f9f994c +Author: Alexander Raistrick +Date: Fri Sep 1 15:22:53 2023 -0400 + + Update docs, fix runtime issues in pip installation + + * Update docs, add json to packaging, fix .soil file loading + + * Update docs to remove all references to old installation strategy + + * Move tools back to infinigen/tools, update all python invocations to be -m calls for compatibility with pip-only installs + + * Dont require wandb, dont even import it unless explicitly enabled + + * Fix erroneous gin logging, disable non-warning logging for all child packages, make all code use a non-root logger + + * Make fluid installation a fully separate post-install step, and dont attempt to init the module unless it will be used + + * Import ordering fix + + * Add cibuildwheel config, fix python -m build crash + + * Fix infinite runtime on hello world blendergt + + * Install script for interactive blender install + + * Move color util to fix circular import + + Fix rebase typos, fix torch_dataset imports, fix interactive_blender install + +commit fd3592344ef4f0f9b8d3cdd4feb10d2588190263 +Author: David Yan +Date: Wed Aug 30 23:13:33 2023 -0400 + + ast rendering fix + +commit 593876afb822da756b42fd56618233e08826dcd8 +Author: David Yan +Date: Wed Aug 30 22:21:29 2023 -0400 + + bpy module multiprocessing fix + +commit 6b59ddae188de20cff361802489f24eb9a460ae2 +Author: DavidYan-1 +Date: Mon Aug 28 15:44:03 2023 -0400 + + Update docker for pip-installed bpy + + * docker fixes + + * wsl docker fix + + * remove opengl compilation from docker-run + + * docker editable install + + * dockerfile type + +commit cba91ca596c46cd8f78a693b1b2650ff2b35cf1e +Author: Alexander Raistrick +Date: Mon Aug 21 12:31:47 2023 -0400 + + Working pip installation + + * Update test import mechanism to use better specified paths + + * Move nonessential tools out of the infinigen package dir + + * Dont build terrain etc during tests + + * temp commit txt package data + + * Fix tests and runtime errors when running as a package + + * Refactor config loading, fix relative paths in config, html, json pallette + + * Move examples to infinigen_examples, test execute_tasks, make all config imports relative + + * Add manifest.in, simplify pyproject.toml + + * Convert surface registry to relative importlib style + + Remove old docs, single-source the package version + + Fix misc test warnings, disable egregiously slow single asset tests + + * Final painstaking fix for pyproject.toml to include all compiled files & data files + +commit eaaa8162a1647442e511bc2e1a35f1a2c061d8e5 +Author: DavidYan-1 +Date: Mon Aug 21 15:09:36 2023 -0400 + + Makefile switch back to rm -rf + +commit c367b6bdf5106a9eb4820123ea6d9201f8719586 +Author: pvl-bot +Date: Sat Aug 19 15:47:39 2023 -0400 + + Docker build & editor config from "Various docker fixes (#22)" + + Co-authored-by: datashaman + +commit 887cd553df405e37ed82ff19c95a207eef13f5d8 +Author: Alex Raistrick +Date: Fri Aug 18 12:24:53 2023 -0400 + + Fix everything that didnt pass tests / checks + + * Fix non-compiling code found by linting + + * Fix non fatal linting errors + +commit 0228fde529258a2b366450d75ae2db78f133ef58 +Author: Alex Raistrick +Date: Thu Aug 17 17:44:34 2023 -0400 + + Unit tests + + * Set up pytest + + * asset tests + + * material tests + + * hello_world tests + + * Iterate github workflows + + * Update tests + + * fix gh actions + + * Remove installation checks for now + + * Ignore dependencies folder + + * Test improvements + + * Fix unit test commit pyproject toml + +commit c4a14d6f89fa40a00d5e2f575946c0d851eba0c5 +Author: Alex Raistrick +Date: Mon Aug 14 15:17:47 2023 -0400 + + Create setup.py and configs, minimize dependencies + + * Disable blending.py, make pallette requirements optional + + * Move marching cubes into toplevel setup.py, remove all python command invocations from CMake + + * Add pyproject.toml, convert bnurbs cythonize to toplevel setup.py + + * Leave terrain/opengl as independent install scripts + + * Move version to a txt file + + * Install flip fluids into pip bpy's addons folder + + * Reduce commits via better __init__.pys + + * Use pip install -e . in setup.py, update infinigen_gpl pointer + + * Move remainder of install.sh to setup.py, move version to __init__.__version__, add build commands to Makefile + + * Only run build_deps in the right steps, add options to disable terrain etc + + * Move scripts to examples + + * Tweak setup.py + + * add tabulate req + +commit f1c3e24dd8dd51b21d07b8a8c806279a04fdf58a +Author: pvl-bot +Date: Sat Aug 12 17:47:33 2023 -0400 + + Fix all imports and paths + +commit 6265e9a6bef5a98c16f41be7f551f0339cfceec9 +Author: pvl-bot +Date: Sat Aug 12 15:04:22 2023 -0400 + + Reorganize the entire repo (breaks imports) + +commit 3c767644952044b96bbe4415e91d50f8ab696854 +Author: David Yan +Date: Sat Aug 12 14:40:47 2023 -0400 + + Update to 3.6, fix installation, fix all existing asset code + + * working install.sh + + * assorted 3.6 compatibility fixes + + * fixed transfer attribute and added kernerlizer nodes.mix code + + * group input value fixes + index -> name specifiy + + * rename asset_grid and fixed blender path + + * bird fixes + revert geometrynodes.py transfer_attr + + * tiger, snake, transfer_attr compatibility fixes + + * chameleon and sculpt transfer attribute updates + + * Coconut Tree Fixes + + * Tree Fix + + * Assorted Fixes + + * Fish, Bird, Flowering plant fixes + + * Dragonfly, Chameleon fixes + making more assetfactories discoverable + + * Ivy, Lichen, Treeflower Fixes + +commit 1100f52b49f474a602bfd2b14b9f4729d44691e6 +Author: Alexander Raistrick +Date: Sat Aug 12 14:38:50 2023 -0400 + + Initial buggy 3.5 fixes + + * pip-based install script + + * Update docs and manage_datagen_jobs to use conda python + + * Copy over 3.5 nodegroup interface fixes + + * Fix duplicate Value nodegroup input kwargs + + * Implement compatibility mapping functions to catch old code using no-longer-support blender nodes + + * Handle both commandline formats in argparse + + * Update transfer attributes to ignore hidden attrs + + * Fix all Msample default_value interfaces in mingzhe materials, fix remaining StoreNamed + + * patched butil and mesh tools + + * blender_internal_attr + +commit e393b667ab89de5498ff2ce374b8756a18e9ada0 +Author: lahavlipson +Date: Tue Sep 5 10:49:33 2023 -0400 + + Fix opengl not writing ground truth for second stereo image + + * GT bug fixes sep4 (princeton-vl/infinigen_internal/#81) + + * Misc bug fixes. + + * More bug fixes. + + ---------------- + + Co-authored-by: Alexander Raistrick + +commit dd9569b8329da70596cb7576301c1942e936a630 +Author: Alexander Raistrick +Date: Sun Sep 3 16:59:56 2023 -0400 + + manage_datagen_jobs refactor and new features + + * splt into many files + + * add max_queued_tasks + + * add cleanup except_logs + + * add finalize_tasks list, move upload + + * Aggressively cancel jobs when siblings crash + +commit b26f5654804870d9c22d09a237daa9a517edc498 +Author: Alexander Raistrick +Date: Sun Sep 17 13:41:04 2023 -0400 + + Data release toolkit + + * Implement format fixer + * torch dataset example + + * Tar-by-tar version of data toolkit, + * resize groundtruth, + * optimize jsons, + * fill missing poses with dummy dicts + +commit 4489715eaab60a3fbebfad512b046df3c3e7967e +Author: pvl-bot +Date: Wed Oct 4 09:50:15 2023 -0400 + + v1.0.4 - Rendering tools improvements, ground truth optimization + +commit 420664cc448ab93b8c887877a64be4581368dafd +Author: Alexander Raistrick +Date: Sat Sep 30 17:43:46 2023 -0400 + + Upload checking, fix opengl default resolution + + * Enforce that user tells upload what to do with every single file, no missing or accidentally omitted files are possible + + * Fix upload fine, disable camera placeholder to bring back forests, Refine cleanup, make camviews mandatory, opengl default to 720p + +commit 6907ac787061d3cdf5e89a2b6ce1e5b123e331ea +Author: DavidYan-1 +Date: Mon Oct 2 16:03:29 2023 -0400 + + test fixes + remove pytest from integration testing script + +commit 39bf2bffd1db2a54a0c3b62d959eba1f00bc5c38 +Author: Alexander Raistrick +Date: Sun Sep 17 23:22:00 2023 -0400 + + Manage datagen jobs refactor and latency improvements + + * Refactor and reorder upload, do metadata/thumbnail last as a sign of completion + + * Add max_stuck_at_step limiter, refactor state tracking, bring back jobs.log, cleanup/refactor some parts + + * Add command upload, add slurm_cpuheavy, tweak other configs, remove fineterrain by default + +commit 9694693de5ebca754cf8ce9a8840806b79cf8686 +Author: lahavlipson +Date: Tue Sep 5 10:49:33 2023 -0400 + + Fix opengl not writing ground truth for second stereo image + + * GT bug fixes sep4 (princeton-vl/infinigen_internal/#81) + + * Misc bug fixes. + + * More bug fixes. + + ---------------- + + Co-authored-by: Alexander Raistrick + +commit 03e27a735b1445cc16a50b55c8c3ecf32e0c4a1f +Author: Lahav Lipson +Date: Sun Sep 3 19:26:05 2023 -0400 + + Opengl updates sep3 (princeton-vl/infinigen_internal/#80) + + * Save view size and camera parameters to single npz file. + + * Ignore CURVES objects, for now. + + * Remove unused code. + +commit 3648e8571f2f762dbea5982919f6936518531154 +Author: Lahav Lipson +Date: Sun Sep 3 19:25:36 2023 -0400 + + Reduce storage costs & make segmentation masks easier/faster to use (#77) + + * Add compress_masks.py + + * Call compress_masks.py in opengl_uuid.sh + + * Teensy fix. + + * Teensy fix. + +commit 6a1e2190999f77e217feee70da03943fe5875f44 +Author: Alexander Raistrick +Date: Sun Sep 3 16:59:56 2023 -0400 + + manage_datagen_jobs refactor and new features + + * splt into many files + + * add max_queued_tasks + + * add cleanup except_logs + + * add finalize_tasks list, move upload + + * Aggressively cancel jobs when siblings crash + + * Fix queueing + + * Bugfixes + +commit 32e11751eb1cd68f1b0e3de50cd3a96c95930186 +Author: lahavlipson +Date: Fri Aug 25 18:13:56 2023 -0400 + + Fix missing range-check bug. + +commit fab93f4e819084b54b150105f1b80f369e1f7c7a +Author: Alexander Raistrick +Date: Thu Aug 24 16:20:34 2023 -0400 + + Visual & Pipeline config improvements + + * Fix upload_util + + * Tune visual configs, move ocean to experimental + + * Deduplicate slurm_account settings, allow random choice of accounts + + * Print banned nodes to verify they are working on startup + + * Add commit hash and resolve paths in run_pipeline.sh + + * Tune caustics and glowing rocks chance/strength + + * Move rain to experimental due to no motion blur + +commit 51c73075b7ead5ff2a8effeb62fdb3f494beb88f +Author: Lahav Lipson +Date: Thu Aug 24 16:17:09 2023 -0400 + + 96 bit instance ids (princeton-vl/infinigen_internal/#71) + + * Update exporting.py to save 3 32-bit ints for instances. + + * Save instance ids as HxWx3 array. + + * Update instance segmentation visualization. + +commit 774346e211935b0e84eeb1228ddf5ad979e75082 +Author: lahavlipson +Date: Sun Jul 9 00:57:58 2023 -0400 + + Only load vertex indices for current frame. + + * Save mesh bugfix - untested + + * Fix compilation error. + + * Bug fix. + +commit 0f208a8044c38a797f3383d7c7f7f7425154f25b +Author: Kaiyu Yang +Date: Mon Sep 4 08:06:38 2023 -1000 + + Update ImplementingAssets.md (#142) + +commit 6919bfbbb3342041504ff1ef986b036857e27783 +Author: pvl-bot <136786582+pvl-bot@users.noreply.github.com> +Date: Mon Aug 28 16:56:11 2023 -0400 + + Hotfix highpoly terrain mesh not shown in fine.blend (#139) + + * optimize_terrain_diskusage_flag + + * no redundant glb saving + + * Disable optimimze_terrain_diskusage unless using high_quality_terrain + + --------- + + Co-authored-by: Zeyu Ma + +commit 3664df8bf5b7ff45f3911be29bd56358689fd44e +Author: Lingjie Mei +Date: Fri Aug 25 14:16:19 2023 -0400 + + Make deformed trees work again. + +commit 0ab7cd7d2507115f3228aafc06126a4d4332a9e7 +Author: Lingjie Mei +Date: Thu Aug 24 22:01:15 2023 -0400 + + Cherry-pick from e2a7 + +commit b166f66f32d789481daff0d4a01e2fd2b9e57906 +Author: Lingjie Mei +Date: Thu Aug 24 21:01:28 2023 -0400 + + Cherry-pick from e2a7 + +commit d38346baeff7b30140c1b253ca4349125837f74d +Author: Lingjie Mei +Date: Thu Aug 24 21:01:10 2023 -0400 + + Cherry-pick from 986d3 + +commit 7e2975b239d6da2ad6af05457df19db06bdf755a +Author: Lingjie Mei +Date: Thu Aug 24 20:58:55 2023 -0400 + + Cherry pick from b63c9b + +commit e5d15b76c7a46a17f03bd2809d073f0e8ea03eca +Author: Lingjie Mei +Date: Thu Aug 24 20:53:29 2023 -0400 + + Cherry pick from 14e12f + +commit f26a82e0ae5fc0b08a7d2d0cff6b9830e41d2d8f +Author: pvl-bot +Date: Wed Aug 16 11:32:02 2023 -0400 + + Hotfix flip_fluid loading, update github templates + +commit 4ae5d20c410da9ced0424e3ec69e5a5701f30ae4 +Author: pvl-bot +Date: Tue Aug 15 18:41:53 2023 -0400 + + Hotfix opencv version #130 + +commit a1edc13ce3639384cf7afd9d45b7ec6060cfee2c +Merge: b387b5a60 366836bca +Author: pvl-bot <136786582+pvl-bot@users.noreply.github.com> +Date: Tue Aug 15 17:05:46 2023 -0400 + + Merge pull request #132 from princeton-vl/develop + + v1.0.3 - Fluid code release, implementing assets documentation, render tool improvements, integration tests + +commit 366836bca07917cc312b9a7c3b3b4e5818a1ef8c +Author: pvl-bot +Date: Mon Aug 14 13:34:26 2023 -0400 + + v1.0.3 - Fluid code release, implementing assets documentation, render tool improvements, integration tests + +commit a124321d82f0e9917baa35c9a291d4dd37c6dae6 +Author: Karhan Kaan Kayan +Date: Tue Aug 8 12:19:47 2023 -0400 + + Fluid documentation (princeton-vl/infinigen_internal/#61) + + * Add hello world scene + + * Config tweaks + + * fix the camera bug and water not simulating + + * res fix + + --------- + + Co-authored-by: pvl-bot + +commit c534cd87da56afe1a00d07a30595c17186082b95 +Author: Alex Raistrick +Date: Tue Aug 8 11:13:28 2023 -0400 + + Fluid Refactor (princeton-vl/infinigen_internal/#60) + + * Acknowledge FLIP-Fluids + + * Deduplicate configs + + * Remove fluid-specific logic from camera funcs, move to scene_type_fluidsim + + * Move river invocation from core.py to compose_scene run_stage calls + + * Remove FLIP caustics from release + + * Move fire scenecomp and Cached class wrappers under fluid/ + + * Change on_the_fly to use run_stage + + * Move installation to tools/install, make FLIP installation optional and update GeneratingFluidSimulations.md + + * Deduplicate river configs, add example commands + + * Only unhide assets needed for fire sim, and unhide once done + + * Move enable parent cols to butil contextmanager + + * Remove unnecessary --blender_path + + * Typofixes + + * Fix accidentally deleted config fields in new river configs + + * Fix finding placeholders for river calls + + * Fix impl typo + + * Cleanup camera selection varname, unused kwargs + + * Catch modulenotfound errors + +commit 18152ea60abab61fa226a67180be5249c9469922 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/tools/submit_asset_cache.py + +commit f295b204bd0124ddfc11355029ab55e98910f28d +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/tools/scripts/render_video_fire.sh + +commit d870745a74329f443aa66cf7c0942e41ea17f697 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/tools/scripts/render_river_video.sh + +commit 3f5bc04819280bdf9c8580f4a57057d4736b7021 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/tools/pipeline_configs/slurm_fluid.gin + +commit 70bd6f97dde1ee0b15c14d4453bd92e62f53d6a5 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/tools/pipeline_configs/monocular_video_river.gin + +commit 419baf3623de30d1220944d04f0ff7751eddb6ea +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/waterfall_material.py + +commit f3634a288ba7559554194a238ea1ff18aa5bb895 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/smoke_material.py + +commit bf3d97e03ed3aaa1966584d15d477afc92153009 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/river_water.py + +commit 77c36a5e93a4e79eefb7b7bf9327795a10759aa3 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/new_whitewater.py + +commit d684e5693a72f34a174c2362c1253f2addd8725d +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/blackbody_shader.py + +commit 8108cd9d7fcab8c6830379f64098cb99dc03eaf7 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/unit_tests.py + +commit 4ce86c1592b922db31da3637df491112ad84f3a6 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/run_tests.py + +commit 701defdda8ee1905d105e92b5f1ee8a6af109e5a +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/run_asset_cache.py + +commit f5c2a739afb2337e02d35cd7cf3e37c266e6db3f +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/liquid_particle_material.py + +commit 9107c1873b41f27df0f424fe8a8b5c5c44c5671c +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/generate.py + +commit a129c88170d062c639192395fb2d36386419c15f +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/fluid.py + +commit af0a1d6930b05afb0d65a89f4680a95685e248ad +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/flip_init.py + +commit d2b67ae694a7a3c7b8b878f8e810a51103100848 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/flip_fluid.py + +commit a33529ee7f2247d0efa1495e69f5f15b06c3dbfb +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/duplication_geomod.py + +commit 993087f4684e8f7e72fd9c5cc85a5806d2f79132 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/bounding_box.py + +commit 26022c1d6726bf2ef09ae4f1a75ed305e0d405d9 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/asset_cache.py + +commit 9fac0fbcae1cd1483cf6cf735bea38bf51509b6b +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/fluid/__init__.py + +commit 612527eb14b91f363d28841f362faa26616fd3f0 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/config/use_on_the_fly_fire.gin + +commit 85d1f789a17b9dd1b3ab834ce4c716bdd04af595 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/config/use_cached_fire.gin + +commit 891e0f57204a42cea612e04fd7487653e6fdfbcb +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:09 2023 -0400 + + Add fluid code-release changes in worldgen/config/trailer_river.gin + +commit c17a58aedd17586158a524f5388d4230a923b5b7 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/config/scene_types/tilted_river.gin + +commit e80503a64566d8b888aab242ee45928a9910d233 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/config/scene_types/simulated_river.gin + +commit 5ee57e4905b76fa1f639cb49a3a9b24f16b81438 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/util/blender.py + +commit 6487c2a2742abfdb877aa832f855245ffb6f7e04 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/tools/util/cleanup.py + +commit ca83ec8c4ca3174dc8150909b20150ed2b61a6d4 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/tools/asset_grid.py + +commit 7115b597e4ce1f92348a32795660bdc5cec9350a +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/terrain/core.py + +commit eddd10571f893099777f3cfdcfff1b6a58843312 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/spider_plant.py + +commit 2b9481d5fdcb23d860ea2996c2339aea8be50cc5 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/surfaces/templates/snake_plant.py + +commit a98fdd9bf52fc14eb2c51540906a2c1540aabb84 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/rendering/render.py + +commit 7b7c845a152262d59dca63d2337227c34c95c963 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/placement/placement.py + +commit e687f0b8edce3007acfc956d0320a4ff483b2fe8 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/placement/camera.py + +commit 3e685b6cf20f55d57e858b5c011faccbe6d67c9f +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/placement/animation_policy.py + +commit 3388c5d532504b663bcd54fdf076875088b5c907 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/generate.py + +commit 4903651982349fdfe841c41d16f15472386553a1 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/core.py + +commit f94a2d90349131fa858bce93c72655fdbedc0d18 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/config/scene_types/desert.gin + +commit 8141784a3e977820e0dde22b108d50aefc8017df +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/config/scene_types/arctic.gin + +commit 521da2ed314d95631b5e2d4f1f902600ce85e59d +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/config/base.gin + +commit bcddd46c8330ea4fdda80b563e55796959624144 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/trees/generate.py + +commit d8a17ef130abd790f0bca36334db93fe88d9c256 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/trees/__init__.py + +commit b3133b4504a844d4fad43ac754057cac789e206b +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/small_plants/spider_plant.py + +commit 27c70b91874b74bc66123c7bdad4772f80b35c5f +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/small_plants/snake_plant.py + +commit 630a951ef43f1fa34e5979e2d46fc87158921d33 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/creatures/genomes/carnivore.py + +commit b47c24f778eeabb7c1c3d80e92acd1bfda916a3f +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/creatures/__init__.py + +commit f167d5a594b1d855d82641e5a01af965f378ae73 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/cactus/generate.py + +commit 2cf1a545fa717826e08b37d0aa9d0b9e0f8077b1 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/cactus/__init__.py + +commit fc1d9b2c5433f4bc7334e606648a25ad0ca7e4d0 +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in worldgen/assets/boulder.py + +commit a2c9960d0d33660892616c27644cac0be19961da +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in process_mesh/blender_object.hpp + +commit 91b0edaa6e93dd54cf2aa968d0d839dbd69c13bb +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in process_mesh/blender_object.cpp + +commit bfa2ab7f82b3a08b128a07f164b02b26b03f127d +Author: Karhan Kaan Kaan +Date: Mon Aug 7 10:54:08 2023 -0400 + + Add fluid code-release changes in install.sh + +commit bd69644a3b322f3af941a0aeed74022f14f33340 +Author: Alex Raistrick +Date: Tue Aug 8 17:30:28 2023 -0400 + + Implementing Assets Documentation (princeton-vl/infinigen_internal/#64) + + * Documentation draft + + * Make terrain optional, remove terrain dependence from camera logic + + * Fix config typos + + * Improve intro and blender UI setup + + * Added transpiler tutorial + + * Finish minimal implementing assets docs + + * Downsize images, add new doc to README + + * Fix image hyperlinks + + * Add testing script addition + + * Fix non-terrain version + +commit 6e17b5c798cc2f71cc35b53e6f48a9ba439038e6 +Author: Alex Raistrick +Date: Tue Aug 1 17:53:31 2023 -0400 + + Rendering improvements (princeton-vl/infinigen_internal/#39) + + * Tweak render_video_final + + * Remove random config choosing from core.py + + * Create tools/pipeline_configs/base.gin, move scenetype distribution configs into it + + * Create noshortrender config to test on IONIC + + * Implement slurm niceness override, add it to render_video_final.sh + + * Only include camera 0 in parse_video output + + * Read slurm partition from ENVVAR by default + + * Fix config postprocess + + * Fix slurm envvar + + * Typo fixes + + * Use roundrobin by default + + * Rendering tweaks + + * Change trailer.gin to video.gin with 720p res + + * Fix niceness + + * Set exclude_nodes list via envvar, move niceness configs into slurm.gin + + * Create render_video_720p.sh, start off experimental.gin but more needs adding + + * Add dryrun options + + * Fix --override vs --overrides + + * Move legacy task.Fine + + * Retool upload func + + * Add slurm_1h and stereo config + + * Rendering & typo fixes + + * Update render script and slurm.gin mem amounts + + * Fix excluded gpus + + * Add queues stats to wandb, add pandas to requirements.txt + + * Fix num_concurrent reset 24h later + + * Dont keep working on scenes which have had a fatal crash + + * Add new timeout message to error parsing + + * Fix overly nested upload dirs + + * Add thread limit to local jobs + +commit 887eb82f099ba48a59f894b8eaa50ce52fbbb7da +Author: pvl-bot +Date: Sat Aug 5 15:18:52 2023 -0400 + + Docker overhaul (#65) + + Co-authored-by: datashaman + Co-authored-by: David Yan + +commit a27e62059b2fa17f88f7a073dae5218f98d79143 +Author: pvl-bot +Date: Sat Aug 5 15:11:54 2023 -0400 + + Remove docker code attributed to pvl-bot, to be recommitted with github + co-authorship + +commit 62350548c029b2aa8cfe9a67fd9a8da29c8799ed +Author: David Yan +Date: Tue Aug 1 17:55:53 2023 -0400 + + Profiling & Testing (princeton-vl/infinigen_internal/#28) + + * basic framework + + * step times + + * multiple file fix + + * multiple file fix + + * more detailed logs + + * asset stat reporting + + * memory stats + + * fixed brightness test + + * improved formatting + + * noise estimation using PSNR + + * grayscale working + + * single image noise estimation + + * asset step memory accuracy + + * switched to opengl_gt + + * fixed inaccurate mem diffs + + * output formatting + + * increased sampling and changed noise estimation method + + * blender opengl gt combined config + + * fixed opengl+blender config + + * fixed timedeltas > 1 day breaking + + * further ground truth testing + + * aggregate tag segmentation stats + + * obj segmentation stats + + * cleaned up gt comparison (not working still) and reordered config + + * named tables + + * more table titles + readability + + * removed old copyright + + * deleted extraneous file + + * copyright + + * made internal representation of stage times more flexible + + * Delete logs.log + + * save data csv + + * object and instance counting + + * general testing usability improvements + +commit b387b5a6002b2fd2898e78a664b5754ca01e7081 +Merge: 6d0d34a11 a3a5b57ff +Author: pvl-bot <136786582+pvl-bot@users.noreply.github.com> +Date: Fri Jul 28 18:22:29 2023 -0400 + + Merge pull request #115 from princeton-vl/develop + + v1.0.2 - New documentation, plant improvements, disk and reproducibility improvements + +commit a3a5b57ffee494121a50514a8e331d4c2a42dbd5 +Author: araistrick +Date: Fri Jul 21 01:14:26 2023 -0400 + + v1.0.2 - New documentation, plant improvements, disk and reproducibility improvements + +commit 587fe9828306a8ea1ae1eacdf786700a4c87f1a3 +Author: Alex Raistrick +Date: Fri Jul 21 03:01:02 2023 -0400 + + Refactored & Expanded Documentation (#22) + + * Move existing docs + Installation and HelloWorld into docs/ folder + + * Search entire config/ and pipeline_config/ dirs, allow specifying with .gin prefix + + * Organize worldgen/tools/pipeline_configs + + * Organize worldgen/configs + + * Initial commandline documentation + + * generate.py config tweaks + + * Add help strings to all manage_datagen_jobs args + + * CommandlineOptions documentation + + * Reorganize + + * Fix typos + +commit ee36d886b346b5f26ee265051ba743f16f481766 +Author: Alex Raistrick +Date: Wed Jul 19 19:17:07 2023 -0400 + + Copy in terrain onthefly diskusage improvements, update infinigen_gpl to add .gitignore + + Co-authored-by: Zeyu Ma + +commit 0ff02d6fc3d65048e5ce4e320cdcc0200d6efc01 +Author: Zeyu Ma <31351547+mazeyu@users.noreply.github.com> +Date: Thu Jul 20 07:16:47 2023 +0800 + + Reproducibility of asset placement + + * mesh_to_sdf as included code + + * replace mix with explicit formula + + * use relative path of mesh_to_sdf + + * comment out opengl + + * add pyrender req which is prereq of mesh_to_sdf + + * uncommenting back + + * use float in mix + + * trimesh force version + + * face ordering + + Add MIT license for mesh_to_sdf + +commit 18685454f5c411cd2eda6247e1a35a08e4afe75c +Author: Beining Han +Date: Wed Jul 19 13:35:17 2023 -0400 + + Add spider plant and snake plant + +commit d42a77b4126696ec8d3dda004057039892cc45ba +Author: zuoym15 +Date: Wed Jul 19 13:18:45 2023 -0400 + + move over tree branching code + + * move over tree branching code + + * performance bug fix + +commit ccee42c14a7bb3b084019565c92c00639d8c1530 +Author: araistrick +Date: Thu Jul 13 12:04:59 2023 -0400 + + Typo-fixes by tms-gvd (princeton-vl/infinigen#76) + + Co-authored-by: tms-gvd + +commit dbb6d1c63a37712a71a606ddd18609546a8790e7 +Author: araistrick +Date: Mon Jul 10 04:24:41 2023 -0400 + + Refactor rigging, fix IKs, smooth before remesh, fix running, add end trim (Fixes princeton-vl/infinigen#89) + + Copy in import blend devscript + +commit a28da5ad71eda6d616e47c27ed3242b49750ed7c +Author: araistrick +Date: Sun Jul 9 02:10:11 2023 -0400 + + Hide culled placeholders to minimize effects of white cube bug (princeton-vl/infinigen#86) + +commit 209c803f752484fc8a2310645e2448364371f0cf +Author: araistrick +Date: Sun Jul 9 01:55:50 2023 -0400 + + Clarify crashed.txt (princeton-vl/infinigen#95) + +commit 6d0d34a115ed5f9e453fa010c1f4a9038e9dc5c3 +Author: lahavlipson +Date: Mon Jul 3 15:43:58 2023 -0400 + + Revert "Update requirements.txt" + + This reverts commit 941880a4a383ffb15bdc7b288fb1fa3b5f7f6ec1. + +commit aa22d4d1d4cb30de12f6aac453e6f49b87b787db +Author: Lahav Lipson +Date: Mon Jul 3 01:22:06 2023 -0400 + + Gt utilities (#83) + + * Update GT utilities. + + * Overhaul GT visualization for blender's built-in GT + + * Refactor. + + * Flip camera pose axes to be consistent with computer vision. + + * Save camera parameters during render step, not during GT. + + * Fix bug with blender's built-in segmentation masks. + + * Flatten object data json. Remove redundant information. + + * Make built-in GT metadata and OpenGL metadata consistent. + + * Misc. + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update README.md + + * Update requirements.txt + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + + * Update GroundTruthAnnotations.md + +commit 97b8a415f8b4733c4fc0ec6bdd93dfd4aa4c4a44 +Author: Lahav Lipson +Date: Sat Jul 1 00:37:36 2023 -0400 + + Remove old files, update file headers. (#82) + +commit e0b75a8b4359003ee98bdf742c03247e158c0024 +Author: pvl-bot +Date: Fri Jun 30 03:53:40 2023 -0400 + + Infinigen v1.0.1 - BSD-3 license, expanded ground-truth docs, show line-credits, miscellaneous fixes + +commit 3040c22ba751ac28d8acca3972d846f269971ffe +Author: Zeyu Ma +Date: Wed Jun 28 22:39:39 2023 -0400 + + Code separation + +commit 1ebed6765fd185c7757766bdd40a856f3f57fbe5 +Author: pvl-bot +Date: Wed Jun 28 18:26:21 2023 -0700 + + Add acknowledgements + +commit aeb7fd0556b7aa2c34e17d53a9b26741156904a2 +Author: pvl-bot +Date: Sun Jun 18 00:46:48 2023 -0400 + + Switch to BSD 3-Clause License + +commit e52bf9f0045dae127d403132a8ea8a2900aa2a9a +Author: Soney Mathew +Date: Thu Jun 22 05:54:30 2023 +1000 + + Update README.md (#2) + + Blender documentation says it's `-noaudio` instead of `--noaudio` (Tested in MacOS Ventura 13.3.1) + +commit e059b8cf310c5d94c34deb0679f13f9da3291606 +Author: Jordan Hubbard +Date: Tue Jun 20 21:24:59 2023 -0700 + + Change submodule paths. + +commit 313a05d780d4dd4f358ec1a4c462caa8268e2594 +Author: Pvl-bot +Date: Fri Jun 30 03:11:45 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/land_process/erosion.py, fix SurfaceTypes as final commit + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e08a6184b09a17d326cc64d51259173e527598a2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:45 2023 -0400 + + Add 66 lines last edited by Zeyu Ma in worldgen/terrain/land_process/erosion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56329e9f3a058bafd27c136cf596fefa1850e0f7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:45 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/land_process/snowfall.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 83151be13cca1c77428c9adcf7616cc4079a02b8 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:45 2023 -0400 + + Add 73 lines last edited by Zeyu Ma in worldgen/terrain/land_process/snowfall.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4cc24cce7554ea3ad4212cc06197c2c7e13f4d22 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 13 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/meshing/cube_spherical_mesher.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2a21f2d3569beeb00e3de6d75f6ec2071951621b +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 1240 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/meshing/cube_spherical_mesher.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0ddfffb512c7675c64bdc679678782a35dcb95a4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 14 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/meshing/frontview_spherical_mesher.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4707b1c20d8e7fb574f2404b7e9034ed5c622ba9 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 958 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/meshing/frontview_spherical_mesher.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d1c09900b0dadada0328749b12b6143ae765c18b +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 14 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/meshing/visibility_test.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9abbce21271db762a66be81a22bdb14f7c081c46 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 729 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/meshing/visibility_test.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9a8ec0fb964c3a6544e94c7d3ce71090067ed1d7 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 7 lines last edited by Lahav Lipson in worldgen/terrain/source/cpu/meshing/utils.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b47a3811069f8abea32db6cae584856b8f5d7ba7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 13 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/meshing/utils.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c21bd16dac9cf7b67ddfde98a0a162b4a3895451 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 274 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/meshing/utils.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cea5de37431e445f4f2fdc2e95e75784cba7317a +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 12 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/meshing/uniform_mesher.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b38a82b4ccf4fdf45bac85db661515bda519c7f1 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 310 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/meshing/uniform_mesher.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 40c8dea09dc35dbb4de73958ffc561bb1bb649ec +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/mountains.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56a12c342b8523f6a86b372ea1109523a1805736 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 16 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/mountains.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 06cbc998082ca92b962eca2b5a85e338c047cf50 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/ground.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 25cddd8a2b273f470ab8de2e721280f8a6b3147d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 21 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/ground.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cb401d0e9d1f1438dab5aa305a9e007c92cb94e2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/warped_rocks.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f27d0dca660d3516f9d2e58ab85946b37a218863 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 21 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/warped_rocks.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dc0c3adf1e0a4ed5d16d15bf6f9f5168c47174d2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/atmosphere.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 73c750c1816ba0524d01b7dcb63be6c8497dcebf +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 17 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/atmosphere.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6821006fc83806e39251694bad9c6c19d0eb37cf +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/waterbody.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3be2bd470c4f47e20ec3d96645102006eb67e42a +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 19 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/waterbody.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 946c4a9e411297a0ce1471aeab017e544405f3d3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/voronoi_rocks.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7dffb8b4688ef14d0107fd5b84bf5e0355362fa3 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 21 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/voronoi_rocks.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 188697887a228ea66d5750114a9cb827f75e5339 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/terrain/source/cpu/elements/landtiles.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit db368388b5d16488045028f1a6e082cadae40103 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/landtiles.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4cba457063c3cd8bbbd2daa5c2e8c982c0a982f1 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 20 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/landtiles.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 76e261bdb94169aac159a6f4e0a5b312ccdaf9f8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/header.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d7fa201a6c9fe53d34dcc2d8cc6903466e73be6f +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 22 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/header.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a9089cc6278d5a6e9c33bea66c1935d9b02719a0 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 5 lines last edited by Lahav Lipson in worldgen/terrain/source/cpu/elements/upsidedown_mountains.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6de8d76e7b953c3bd61fe9c2daa71ef6516de826 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/upsidedown_mountains.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 501fd9f085f5a5ddee03a6601dd7427f1aafc9ca +Author: Zeyu Ma +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 12 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/upsidedown_mountains.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f9bd2e742b066121ba679c79321724f2b0e4d368 +Author: Pvl-bot +Date: Fri Jun 30 03:11:44 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/elements/core.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 003aee9267b4655462ee861e656fc545d3eb6969 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 41 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/elements/core.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5199a2384c3c0d9337ca247896b93098531dd9b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 28 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/ice.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 369fb806f6f2924864a11621081bcf26f3b19449 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 29 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/cobble_stone.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 937752205c60d041230c2abb468ce0c6de1fe1ff +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 30 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/stone.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 50a4ed6ecaaed4a61c22ed98740db8b9ea45c8e8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 29 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/sandstone.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 436b443751fce727a585d01209e1257fd61953fa +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 29 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/sand.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 33ff252a4fe5196f03bc6bdf317f401ce791eb81 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 27 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/header.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 40365f0c6490369e7ea59f66ebdfd744fef47013 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 29 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/dirt.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7b1da1c7f848e7ec15a78d82868102624a6f44b1 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 29 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/soil.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ec0e1b753212309f8a824c4640e8d87c58dc5cb0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 28 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/mud.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dc6d2011cc54d37ad55ee2b194165ca72060d0e7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 27 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/snow.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 53bc800b7f3654f1c510e10cf5f4b07c12b85ffa +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 30 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/chunkyrock.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1e842865fa7dddc06e2aacba8f00fe78d70b9f87 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 29 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/mountain.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0d759200f27e0b8072fcc4bb93ea32c6300a46e4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 28 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/surfaces/cracked_ground.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 86237c404769cbaff4c36e96f9fd291341348082 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 161 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/soil/rockgravelpebblessand.soil + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 05fb751ddb5dc49c61c836168255a58f9baa4932 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 63 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/soil/default.soil + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9f395cd3332cb94a40d489e9bdf3fb868fd60e91 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 60 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/soil/sand.soil + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c4808672fcf1c6a699d99512456a5f48f2f455b +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 118 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/soil/rockgravelpebbles.soil + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 44cd7b9090c6d05ceade24602bb01b5b527d35da +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 108 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/soil/rocksand.soil + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 245370e0bd9546556d3665f91d09f5b4bf405422 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 114 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/particle/particle.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f90c35d48af8c56ff3470dbc8bc705ee403e7de7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 156 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/particle/wind.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1eef059900f6be5f89847d4af43478b5f7e6aaf6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 385 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/particle/water.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8faa28325cdaec81c0eb6b4e9b2b5eb0d43be3ff +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 84 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/include/distribution.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6cc1edd468079585ab0de8f1bc4d6a44696686b9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 2586 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/include/FastNoiseLite.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 237997aa1ede3e3a95afeca06dd95ce74128ca8b +Author: Pvl-bot +Date: Fri Jun 30 03:11:43 2023 -0400 + + Add 360 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/include/vertexpool.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8c6dc05fc2e8b2e8af80f29faf08c3a13678a4c6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 247 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/io.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6e093438c2b6ea9b0910510f96934918b11196c3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 122 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/surface.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 272c4958492945d6d1fe798877a905006758786e +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 627 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/layermap.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4ca6cc2e51c3a83d93e5220a0c587f14042c5473 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 79 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/soil_machine/SoilMachine.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit caab2aac7a4ffda7e8b9d223aaffc59d64931ba2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/terrain/source/cpu/utils/FastNoiseLite.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 72ee992a0b1b1d792e046f2d3a2b286dc0a9763b +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 21 lines last edited by Zeyu Ma in worldgen/terrain/source/cpu/utils/FastNoiseLite.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 464ddf83726a026930eb91b8b746159d9e0832ac +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/atmosphere.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f9e5114f247364dd9b701376aec0a480128328e0 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 39 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/atmosphere.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9b5f4a57a59d4d716923958136177ed35924a962 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/ground.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3fd179b7acc87988ba75396908d3f998c993f8a9 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 47 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/ground.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cbb2f994cbda949af95f03622a2506a589624fc1 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/upsidedown_mountains.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1596141a911ab2bb592ce6da75168016c3afc605 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 12 lines last edited by Lahav Lipson in worldgen/terrain/source/cuda/elements/upsidedown_mountains.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0d7985a4e18e6729246b25360ea432a920e80bb2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 31 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/upsidedown_mountains.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b80bc4085034c2b9a17275a443df6b5e1a97f736 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/core.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dd603c9b6e678603089fcb519af06e97b10dbc27 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 54 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/core.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c871c3cf4cf14620876b47b1c8f1177dab8c87b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/voronoi_rocks.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5f5f1f4e8c80fff433e7e3dac98a53e18b4f83fa +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 54 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/voronoi_rocks.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4e9343756cf3fe0469dd0b256a39d6901396088e +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/waterbody.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit abf703e63e345150d1176e9b152cdf3e6c6c1c0d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 50 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/waterbody.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2282d9f18673239d2440b87376b26b949ead7d0a +Author: Lahav Lipson +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/terrain/source/cuda/elements/landtiles.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1dd4d713dd7d3ce04025a337054c1b02ac0c7264 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/landtiles.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0d19659d5381bb7b28b58dc5c1056c1ca694eda2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 49 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/landtiles.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4eea05fe37a778b1e8b95c09d20280fdf23a28cc +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 10 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/header.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ffd50b367e3fdc83a4006e86de4115a240ba3d7d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 22 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/header.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a0fbbf7e7d494f3db734aa5fa7a3e7a86d5a39a6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 10 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/warped_rocks.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d423c2cb8cc94e397ec7cd42440bd974f9b866f2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 50 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/warped_rocks.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c1c39bf80c8aee2ceee76085c0736ec8f80f3029 +Author: Pvl-bot +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/elements/mountains.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 729397bdc13ef52a0c79feb62084d95d48e29856 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:42 2023 -0400 + + Add 36 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/elements/mountains.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b73e2318b9b37e5a4781201b5ceaf98f29b7fdac +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 64 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/chunkyrock.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2d3f11fcbadecfc4081a2dc10154e4f3a0c6883b +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 58 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/sand.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74cc178655a18a4e8f6437e9940d5116fe232559 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 55 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/ice.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 24ddf1df072af0ca39903122fcebd09a80c9d655 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 64 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/stone.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e68462f69a2901cf3bf9b3d04da591588bb31ce3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 54 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/cracked_ground.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 08d6a43f354f2ab35a9f1a25ce15f4db82a2e082 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 59 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/sandstone.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 55c1cb90a89725bf7e2b2e3ea4dc1747ff6bb927 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 59 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/cobble_stone.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 59f7c2472a3ba189d6869e748358cdc5b5106efc +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 53 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/mud.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 97e6f45b47b1dbcb51f868f5a9df18dabad137d3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 38 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/header.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 45cf420485c891f85970881868cd3b1a0d2cf192 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 50 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/snow.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6dd21da6250bd04356cda8678ba4e60453650867 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 59 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/dirt.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 89e8ed2ae95cecc1687b35c1a254e91f03f5095d +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 59 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/soil.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 92aaa2da89d795f03df9f2e3a68080579784a796 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 59 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/surfaces/mountain.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 155e2ddafbf513140a30a871705c430f5d7056a3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 10 lines last edited by Pvl-bot in worldgen/terrain/source/cuda/utils/FastNoiseLite.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 926bafa3ee1e6dd3ae16d0a7fcdf1153112c47ba +Author: Zeyu Ma +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 42 lines last edited by Zeyu Ma in worldgen/terrain/source/cuda/utils/FastNoiseLite.cu + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 339047ad282ddce279e792985e5c1250802eff07 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 165 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_map_range.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f6a9c916e165655a3a156c7674280547bdd7c283 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 89 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_tex_noise.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 502cb910f2363a32e8c13dd7be78a23cae913c7a +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 92 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_tex_wave.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit baa93b3ae059a66222f637731d10ded2f0743100 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 290 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_texture_valToRgb.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d6ebfabfd22022865d3b5042d86b72c083eb7e5f +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 32 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_sepcomb_xyz.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d2b4d841b1418245b761103c287d3b3096ee4526 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 190 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_tex_musgrave.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 15dab862fe5facaa9b5a5d8d888c21d1c36bf032 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 58 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_vector_math.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 68a265c6d8b721e388d4300d92419eff6afec1f7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 278 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_texture_math.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b6d47fb015d92f660e64b0d5ddc66ca56c60995 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 32 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_mix_rgb.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ff6a1cd4afbed04abf01240156bc1da5ae616547 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 437 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_shader_tex_voronoi.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b42021ef16240da77c54e34f41e22b3b4717ffaf +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 59 lines last edited by Pvl-bot in worldgen/terrain/source/common/nodes/node_float_curve.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 236b7cbee28dd8aca08a9730d61a6f8f669e5821 +Author: Pvl-bot +Date: Fri Jun 30 03:11:41 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/atmosphere.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f5f509d0611eff0e89a89c3adf27abb308aba4f2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 33 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/atmosphere.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b7690e68d124e8d37bdbeca17adb7d2144c13548 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/ground.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 633a44b5e18ed10e390113e520fff7869d72158c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 65 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/ground.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 64bd3ad4b468ecf2c2749f68544be6bc516286f7 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/terrain/source/common/elements/landtiles.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a3be16231109394430bd0231ec776a0234f235ff +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/landtiles.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cbfcaaf8f8e77ffec114e00d1e1dfa36f02de1c6 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 187 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/landtiles.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3b9cd2f52a9aa0c33dc3661d87ee3b3b32f25d74 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/mountains.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit da1dbba68d740e396a00c088abbcecff63481055 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 55 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/mountains.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bc2fe2b781e56ba3f1a1f91f52b03863e74e0e10 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/waterbody.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cd49f7079ac1b5d519053f0bd8d9e983a9acfb88 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 35 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/waterbody.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cf9a114ff3c2aa5f8e34df237a13746eb4ad0ce3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/voronoi_rocks.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 39f69a73ffb39782d30b1615353dad574dcddddc +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 154 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/voronoi_rocks.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 35aaba8cdb981101fc06384827833b024d0550c4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/caves.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 04fe96eef38a20836cc19822d66bb3244357bc09 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 96 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/caves.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 31c91c81d3ddfcc597342b93af62d346f045337d +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/upsidedown_mountains.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 175cf0f103c4a03aa79bea09d6853f2d4d2022e3 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 7 lines last edited by Lahav Lipson in worldgen/terrain/source/common/elements/upsidedown_mountains.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5fd91e8ae624bdcfdc1c76192bb15ce8646e2ed8 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 63 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/upsidedown_mountains.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e5f708c702b4021080356b9883712cd3952dd2e9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/elements/warped_rocks.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0d7d9c94b8cbf00ca80b277b93d0788f1074a04a +Author: Zeyu Ma +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 56 lines last edited by Zeyu Ma in worldgen/terrain/source/common/elements/warped_rocks.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cffd09694da75c829ab67e4b76fdf9f02f48d1d5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 189 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/chunkyrock.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7591e81f00e227a0517fadddd4ebc2e411072447 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 63 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/ice.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2cb748c507f8f47140facac762903aae6a3c2b6f +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 614 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/sandstone.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5949feaa2a32b25bfa4b19a452638fa2e5d20376 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 339 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/mud.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2d4631b73d45e8b23b678e60b4c7a88ad82f34d3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 185 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/cracked_ground.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2020f0c2600c34cdda00c5ebdc8c460885b1aa50 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 1296 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/mountain.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4cfafaa3970a8cb1c1639a65bfd844aab9b6c8b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:40 2023 -0400 + + Add 90 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/snow.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d7f88ca8668a49965c68ff53b55593e6cf0f830b +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 376 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/stone.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fcaf59c7c1cdd34ac19c106729125b87e5b68150 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 399 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/sand.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1fd009838a0ac43954e94da7b12afbc6cc3fd380 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 306 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/dirt.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d71858dc7d5fe4d971edb29a73e2f8bd522ca6ab +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 309 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/soil.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5dabf8f9e52152a444edb1166aba83cdef87f023 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 152 lines last edited by Pvl-bot in worldgen/terrain/source/common/surfaces/cobble_stone.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b01daf75db77e3e16d105469d69ff5e24e886405 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 829 lines last edited by Zeyu Ma in worldgen/terrain/source/common/utils/nodes_util.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a77fbafb1f8260d604b3f3b8b113bbab28365074 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 585 lines last edited by Pvl-bot in worldgen/terrain/source/common/utils/FastNoiseLite.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 33e8e7a621d5b0a315a4cae76f83f8bc88c30cbe +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/utils/vectors.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 52af8720e8cfa833a480fda090989b73e8ab6dbd +Author: Zeyu Ma +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 189 lines last edited by Zeyu Ma in worldgen/terrain/source/common/utils/vectors.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1946c2afd30ce28a7703579f7cb234d057645388 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 2498 lines last edited by Pvl-bot in worldgen/terrain/source/common/utils/blender_noise.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56a7e030f0118ac0b2490ffac7ddbd5e67e3b9d8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/terrain/source/common/utils/smooth_bool_ops.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 085e45db314f87c278ce244497cd50613c8be70d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 9 lines last edited by Zeyu Ma in worldgen/terrain/source/common/utils/smooth_bool_ops.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 463d6d70b3f6d99b91b7eb2f677f5f80b74dcbd2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/source/common/utils/elements_util.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed0edd28e8795083e41f85d2a1d8ab8236c4f31f +Author: Zeyu Ma +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 167 lines last edited by Zeyu Ma in worldgen/terrain/source/common/utils/elements_util.h + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5503a285c437cf819f7d9f5b406a4e02c0cd0ab0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 2 lines last edited by Pvl-bot in worldgen/terrain/assets/caves/cfg.txt + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ad26966f4914b10ba53342462713bf6d6e0ef5e8 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 32 lines last edited by Lahav Lipson in worldgen/terrain/assets/caves/cfg.txt + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5909a7a6c0820410ab4a347cf81d495f5f40e668 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/caves/geometry_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af6ca6179b9ba38eff220c0ab126b7bb8d64858d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 30 lines last edited by Zeyu Ma in worldgen/terrain/assets/caves/geometry_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ceb8aae3edf812fcb3dcf1072e4d55af448fcc5b +Author: Zeyu Ma +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/terrain/assets/caves/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a7d7141a83eee19d72427716759d2bf31a4ba645 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/caves/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7c6fa86c44b8b35b92806a8a6d52a7c4a1babf43 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/terrain/assets/caves/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e03401b786fd8a8a6db1808a7b7ac40af8149506 +Author: Pvl-bot +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/caves/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a70048d6e89af95df577a4adb6d6bfd1cf079b06 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:39 2023 -0400 + + Add 104 lines last edited by Lahav Lipson in worldgen/terrain/assets/caves/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d5f0d1b88e6da0beb8053124b22e4c8b06e17096 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 113 lines last edited by Zeyu Ma in worldgen/terrain/assets/caves/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cd7ff5a567af667c8b7c3e0e4c4a25165f511c24 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/caves/pcfg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 066cdfba8d01c0bcf8ff16e7ad126543aab5f135 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 11 lines last edited by Zeyu Ma in worldgen/terrain/assets/caves/pcfg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 98525d810439e8a063ed25b89bbcd8591c42d9a8 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 47 lines last edited by Lahav Lipson in worldgen/terrain/assets/caves/pcfg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 397bd5530a4fb4be94bf9125f7cd7c90537d7a03 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/landtiles/custom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c220ce6da281667233787857566bd74b48b09d3c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 195 lines last edited by Zeyu Ma in worldgen/terrain/assets/landtiles/custom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c46f9f677d742ed199564662780ffc9913406fff +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/terrain/assets/landtiles/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fe998030be082ae2df5632563f1ca116d0971083 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/landtiles/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit da9784861325ab948f687b9ec73eb82711259341 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/landtiles/ant_landscape.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e2de8cfe4274d72f5aed3aefb359df49716efdcf +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 64 lines last edited by Zeyu Ma in worldgen/terrain/assets/landtiles/ant_landscape.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ef4abe6c355c9f61df886348732814112f6d5fdb +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/landtiles/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 32dc7898ae60f0fab244dcac39b6065c034a654a +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 137 lines last edited by Zeyu Ma in worldgen/terrain/assets/landtiles/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2aca7e39a72e0944d78b8fd956a321efafd92597 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/upsidedown_mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f149e6865869385309f9136a88edb9aca9cd1e93 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 128 lines last edited by Zeyu Ma in worldgen/terrain/assets/upsidedown_mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5dbfb9cd1ca123e3a7ec29af3f59560d692ee813 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/assets/ocean.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f58de275dec6cb66488f2233c5560eab3374f395 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 90 lines last edited by Zeyu Ma in worldgen/terrain/assets/ocean.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 18aa7286bdac54d96aca7c59d0132b90cc381412 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/terrain/elements/warped_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 82df81a81ba1673e4acc974c2720118f7b140e2b +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/warped_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3a85eb77ccf8ac81d26619cfda62911639670ad2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 43 lines last edited by Zeyu Ma in worldgen/terrain/elements/warped_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e7dcb0590764a47d85957510df5d7ebf6a41c2e6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/terrain/elements/waterbody.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c045a41b921b077a28270a7186578375f96fa48c +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/waterbody.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5686d3320b13e47eb68f4d0b2cc08383cb6ec4a0 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 37 lines last edited by Zeyu Ma in worldgen/terrain/elements/waterbody.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 87f50e89f6376dcd496bc68fbe6490541e480863 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/terrain/elements/voronoi_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 245a069e86f175305dacae906c93a80f27909bed +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/voronoi_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 62a3601780807f6c69e4a454a8b4901a12422ee2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 75 lines last edited by Zeyu Ma in worldgen/terrain/elements/voronoi_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 148a8c47d241443d5e4c21e20ed5f7b498f63122 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/terrain/elements/upsidedown_mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2eb5d3742b589846bc2f7371dd182178e8cc3e34 +Author: Pvl-bot +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/upsidedown_mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c8e6486f6b1cd5b8d14d2b966b19bf7177d69cf9 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:38 2023 -0400 + + Add 74 lines last edited by Zeyu Ma in worldgen/terrain/elements/upsidedown_mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a82bee772e769b04e5329eb1a23cfbe335c0cf99 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/landtiles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9904aae6247d7f7b36d4fe7bf6a92ffdbfba2976 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Lahav Lipson in worldgen/terrain/elements/landtiles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a0e8810f5f19cf13e0070948c609ad0478d24db +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 197 lines last edited by Zeyu Ma in worldgen/terrain/elements/landtiles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b906721695d83abe498c1f4b868b93e6d375edcb +Author: Lahav Lipson +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/terrain/elements/ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1970501acbc38d12a59ff1c7ecd69f9c8ba02e0a +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eed0ce1a975dbba39d2551c290b670eaf42a974c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 55 lines last edited by Zeyu Ma in worldgen/terrain/elements/ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2b37eaec949520fbcac37e28fffa8cb1f4d84f07 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a47e4bfd4a7558d284efb4cca98cb49a9217cd87 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 94 lines last edited by Zeyu Ma in worldgen/terrain/elements/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a3a96cc43e10cec80ae558a0e6bcb42d927ee6e6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/terrain/elements/mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ce626ea179d5c281b4fb8453c91aad10ad72dfe6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9ec0b8ba4f80f1ec4b9700a5863705c927e48f7c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 54 lines last edited by Zeyu Ma in worldgen/terrain/elements/mountains.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 10fcb2ea95548b0e86d9b352b264094ce0861d3d +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/caves.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e654b23e528a6223bb1a004aa327a0989896d7d5 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 81 lines last edited by Zeyu Ma in worldgen/terrain/elements/caves.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0dbe126a05b2472768da60bbd79fe8feac9a4d73 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/elements/atmosphere.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2789b1150032c98e6f308b7345d0af9164dc3d18 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 29 lines last edited by Zeyu Ma in worldgen/terrain/elements/atmosphere.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b6f3902b21d6c42410b5ff0fa80ce27ca1d282d +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 303 lines last edited by Pvl-bot in worldgen/terrain/mesher/_marching_cubes_lewiner.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8d7276722e5b2903d68054d3333c873c07b30dc2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/mesher/cube_spherical_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit deaf37362c33b80a4554e813a221fb0b3078da54 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 221 lines last edited by Zeyu Ma in worldgen/terrain/mesher/cube_spherical_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 658f2915ad5103a2c99fac1f8996e39768f31217 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/mesher/frontview_spherical_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7cea012be68bb384ec51b175a65b8af904942bba +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 230 lines last edited by Zeyu Ma in worldgen/terrain/mesher/frontview_spherical_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1179436a1a0d6f39459670af25f3a3c7cc2470fa +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/mesher/spherical_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit efee975ee0325dc661fd9a539a37efdd6dee0bda +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 159 lines last edited by Zeyu Ma in worldgen/terrain/mesher/spherical_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b01fd68abdd8ee470026217cf582bf9c5e4fa1e5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/mesher/uniform_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dbdd9e83ff4614d324aa975ed65ad5f94338e9df +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 154 lines last edited by Zeyu Ma in worldgen/terrain/mesher/uniform_mesher.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e90711721cee0f493ca1308fcfd3f0d3bbc57901 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/terrain/mesher/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c4e4e22831094f7fa6256653008d19e7e08bcfd2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:37 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/mesher/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e752f111b1c9f08400e7d3a50f0a9210843a82b0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 533 lines last edited by Pvl-bot in worldgen/terrain/mesher/_marching_cubes_lewiner_luts.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 925928586bbe9e22ff80ead4c125bfd25766020f +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/terrain/surface_kernel/kernelizer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a223624a858b5bc9ceb3a033ed13c095d87feec7 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 330 lines last edited by Zeyu Ma in worldgen/terrain/surface_kernel/kernelizer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4efdd49ef27e2895645ea5ca945b5d6f4eeeb6b0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/surface_kernel/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 02c0cdb1579e441ce826b4b7e7f9aac5de2e8a40 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 104 lines last edited by Zeyu Ma in worldgen/terrain/surface_kernel/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 697cd6a5b31739eb688ded342ba99083434e327d +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 1460 lines last edited by Pvl-bot in worldgen/terrain/marching_cubes/_marching_cubes_lewiner_cy.pyx + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9451c899d0e32f339311dc624a9dc5f380035fdf +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/terrain/utils/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ff96bc4ea57c13d27fd0a3f7e0a556ce1d976557 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0bf4a35c1471ffeb7727e2bfed0b61aad65a5760 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 24 lines last edited by Zeyu Ma in worldgen/terrain/utils/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6ddc4d66a325bbf292efb639fe19dff6baab2547 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/ctype_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 75bdaca30979d267e9016a9feb796b3ef0168b65 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 22 lines last edited by Zeyu Ma in worldgen/terrain/utils/ctype_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 074fec5a44e7c16cf8f58c48e1a5e28bfb6e60d8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/image_processing.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a187f56bac34492050aec2ae7cbbcf299fe1fe5d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 69 lines last edited by Zeyu Ma in worldgen/terrain/utils/image_processing.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4e9448cb137841f81d40e7f9c92d3dadabaf3c5c +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit de0ea76dc9044be143620b623ce4376355bdca4c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 17 lines last edited by Zeyu Ma in worldgen/terrain/utils/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7ac59976ad3e99d982612bf2b56820191f5c230c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/terrain/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3e39289b52c0f3bd7caefc2c77ce59f2d5747ad0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 46679a09de0b50ceb0963188944226bf7eabf244 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 16 lines last edited by Lahav Lipson in worldgen/terrain/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4bee70645bea16cfaf421811b6b160902d18a8e7 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 302 lines last edited by Zeyu Ma in worldgen/terrain/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b809edd7070ce61c92bc50a31fb0ac840f8a104d +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 78b60bc0c8eb0e2dc086264fe04dee8481be0fed +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 71 lines last edited by Zeyu Ma in worldgen/terrain/utils/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1b1c8f405bb5eb41c3cacdbe4bbc7b7586ad5ec5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d817eacf5d7323e52a6712306120479c899535ff +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 47 lines last edited by Zeyu Ma in worldgen/terrain/utils/random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 583dd159742bccfefcfce05e9ca035501b12de53 +Author: Pvl-bot +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/utils/kernelizer_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f2986d5004265d9816f3710c6c12f5b7862e37dd +Author: Zeyu Ma +Date: Fri Jun 30 03:11:36 2023 -0400 + + Add 283 lines last edited by Zeyu Ma in worldgen/terrain/utils/kernelizer_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 06732fbabfdac9135c1b261573c4f1f2a34711f0 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/terrain/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ffaf7ae18a5a757554a233e74f0078742b7eab20 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 83fbc38b21a289cc8c020882b3873fcd0ecb11c6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/terrain/setup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ffdca236d98d94675bee9d12624b25dbb7126288 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 29 lines last edited by Zeyu Ma in worldgen/terrain/setup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e4527748bdb39f5da991062f99592e3cfc7669a4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/terrain/install_terrain.sh + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 117a5775adc9056ff410126e47dfc655e62d1b93 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 124 lines last edited by Zeyu Ma in worldgen/terrain/install_terrain.sh + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 118d889c100359b226a7447eafadb6bf3cab1418 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed02f2ca51e2aad9f9ce383642fc622bc026a0bc +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/terrain/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit efe1ee2bcb899359be9753e333cb07669b74ddb7 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 456 lines last edited by Zeyu Ma in worldgen/terrain/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 42dfeab2c3d8ce8cf948409a786a20e0d6e61f3c +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/terrain/scene.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1c3caccc175b6035dddfa45085bb422e782337d2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 100 lines last edited by Zeyu Ma in worldgen/terrain/scene.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 63386fc3333b2d126c88dfa0d30adfbb939c2abe +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/util/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 012a8e9549fdc178ef54b7fafbff7012163d358e +Author: Hei Law +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 3 lines last edited by Hei Law in worldgen/util/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 839d5350a126b821a1834f738c713d0a5908eb67 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/util/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 46c0ea7bc2bc0c655febf0a6e51bb2a958cc6db2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/util/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 21d8b9c7c45c004e70c56f9f6d4a7ef7740871f6 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 56 lines last edited by Alexander Raistrick in worldgen/util/logging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 485d67bf71418bcf6b84f5d7d877227cbab4806c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Zeyu Ma in worldgen/util/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit db832935d38cf9e633f567c1d3e9afc7e2a07c85 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/util/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3b13a4228c0febc2cc37af86c4ab2340555f3877 +Author: Jia Deng +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 44 lines last edited by Jia Deng in worldgen/util/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6e02cb8505fe154dc706534e7469373adeea196c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 52 lines last edited by Lingjie Mei in worldgen/util/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 908ea180068a6204f3dc13151847caa8bc328640 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 267 lines last edited by Alexander Raistrick in worldgen/util/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d33c4aed5aa4e63f3c5ce5688726750bf00af072 +Author: Yihan Wang +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 1 lines last edited by Yihan Wang in worldgen/util/exporting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3387103219d28ac10da49b585262525c9f71db18 +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/util/exporting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dc7a834e6a6707c577fa4312f864888ecbcde2bd +Author: Lahav Lipson +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 250 lines last edited by Lahav Lipson in worldgen/util/exporting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 61fcf50d3134f9d22e9e1c62f75c85bed755dc7c +Author: Pvl-bot +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/util/blender.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d00d862971805fcc66043c69ecec72a27ceff2bf +Author: Lahav Lipson +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 7 lines last edited by Lahav Lipson in worldgen/util/blender.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 71d750b18ff6207fbfa5e1a055588239a90f7176 +Author: Hei Law +Date: Fri Jun 30 03:11:35 2023 -0400 + + Add 10 lines last edited by Hei Law in worldgen/util/blender.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 73ebc49214c52725faae5e62a8d66b7330c2c273 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 78 lines last edited by Zeyu Ma in worldgen/util/blender.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e36706d04f7315ed8c71293bdc23c9680a7a12bf +Author: Lingjie Mei +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 84 lines last edited by Lingjie Mei in worldgen/util/blender.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cedf84ffd431bd56c0422d4964c645870f48f569 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 553 lines last edited by Alexander Raistrick in worldgen/util/blender.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit edbdee1c56915247227fdb1f45f0413f8c70606b +Author: Pvl-bot +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/util/pipeline.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cfe923609e0358d3e94ff5bb0578cdcb13170de3 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 67 lines last edited by Alexander Raistrick in worldgen/util/pipeline.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f6deec15fd555fa4948ce00d8987bba29a32c908 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/util/organization.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8a5819bc7935e607d8f3facc87ffdd14f0cc7707 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/util/organization.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ef4b0109ffb30d1eff7f3ed7bff63391eed235a5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/util/organization.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b1c6b86028c3c9373953fcf34b80cdfb1e058312 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 103 lines last edited by Zeyu Ma in worldgen/util/organization.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c88e81bc425ae41b69c9ab2accba3d1eb7ef704 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 175 lines last edited by Lahav Lipson in worldgen/util/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0f1cd7c27afe1c40135b3773b85b84bec7cc608a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 1 lines last edited by Lingjie Mei in worldgen/util/random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 36d3bd1b856af1f97fe3d80fdb8365f51a72926a +Author: Pvl-bot +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/util/random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1bc8e3097c5d2322590ccb5e8d0aa553a318b55a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 59 lines last edited by Alexander Raistrick in worldgen/util/random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4482ea1e124e29af7055eb25c5117615fa7e73c1 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 134 lines last edited by Zeyu Ma in worldgen/util/random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 40f54d04f4ee7153de1fd7ce97d716675d165dc7 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/placement/placement.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9addba12191b7491f6625bf327429912c7ab26e4 +Author: Karhan Kayan +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 4 lines last edited by Karhan Kayan in worldgen/placement/placement.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 70890ea719a72686a870d3b8f4bf262767235869 +Author: Pvl-bot +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/placement/placement.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b928dc6010d30bc6c15747502a610084550d957b +Author: Zeyu Ma +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 9 lines last edited by Zeyu Ma in worldgen/placement/placement.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit aa111820262e700b218baf3a20b9113434d70168 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 17 lines last edited by Lingjie Mei in worldgen/placement/placement.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dc2b197c51c7c3b5046c8ec42bbf5a3f27ddebb3 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 218 lines last edited by Alexander Raistrick in worldgen/placement/placement.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2cdaff645022d47008f4cde8dec1dc44d3441f3e +Author: Hei Law +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 1 lines last edited by Hei Law in worldgen/placement/factory.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 792c0428da3a0ffa35c7e7515e74b39c933ee5b5 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 5 lines last edited by Lahav Lipson in worldgen/placement/factory.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4725bb330bf9dbbb6290ef135d806e877f141c0a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:34 2023 -0400 + + Add 7 lines last edited by Lingjie Mei in worldgen/placement/factory.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ca08588329fb15f13c42befddd68b70adec3cf59 +Author: Pvl-bot +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/placement/factory.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a41cd76bbead9802f8b7764897357d442ed26290 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 146 lines last edited by Alexander Raistrick in worldgen/placement/factory.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b82018bb812f887ba9d22a7a513e2a76dccdf228 +Author: Pvl-bot +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/placement/animation_policy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b87800c9c9d11a9b2feefd6e4fb92b75e2926d9 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 32 lines last edited by Zeyu Ma in worldgen/placement/animation_policy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e977a20cd5004d0850a73e800b44a13299b94418 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 444 lines last edited by Alexander Raistrick in worldgen/placement/animation_policy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9243b65884d9e25347629d9b1e11adac9d7bac19 +Author: Pvl-bot +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/placement/instance_scatter.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b7cf1454c112188b131453590bf01919b29623b3 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 12 lines last edited by Lahav Lipson in worldgen/placement/instance_scatter.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 867e6ea2fd400e3d4416fb91bb0bd285f8e66d9c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 35 lines last edited by Lingjie Mei in worldgen/placement/instance_scatter.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7d37d055539cdbbfdb91f50d687bbe6e0a845e61 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 169 lines last edited by Alexander Raistrick in worldgen/placement/instance_scatter.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 53783ffe6884f472186f20c629aed9c913abd1a6 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 3 lines last edited by Zeyu Ma in worldgen/placement/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 36c5a8aeb8d22716c37b2fb767b37c61d0e3d224 +Author: Pvl-bot +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/placement/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0857ebfe739496198467dfd82bcdb1dff53c8472 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 18 lines last edited by Lingjie Mei in worldgen/placement/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 57aa91c3de91726209722c65e3f76c91f9f84f49 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 208 lines last edited by Alexander Raistrick in worldgen/placement/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4107232a4579514b6c502af3f576f21a45491d42 +Author: Pvl-bot +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/placement/density.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fdb9d66f2cd2feeb97289905a5d8113f048c0c51 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 8 lines last edited by Lahav Lipson in worldgen/placement/density.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 10f4c392a2469bab06ee89e990e465182629aa9c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 8 lines last edited by Lingjie Mei in worldgen/placement/density.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2153c9e08391a886d0f62707b3393062de2439ed +Author: Zeyu Ma +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 25 lines last edited by Zeyu Ma in worldgen/placement/density.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f625ea0e99b4b94c665e3092e4cf01102f36ffa8 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 32 lines last edited by Alexander Raistrick in worldgen/placement/density.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a34b388cd196dcf53fc4cd9d63477a6cca75f229 +Author: Pvl-bot +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/placement/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6827237a6d35bcd3dc04023f17fecf06afb2bd4c +Author: Hei Law +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 20 lines last edited by Hei Law in worldgen/placement/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9a90db1a9b11d5fb59cdb26748eba95ace99c412 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 38 lines last edited by Lingjie Mei in worldgen/placement/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e79b1f08b062557304a40e18d081be543cd4a366 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 89 lines last edited by Lahav Lipson in worldgen/placement/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a87dd9dd313e6afb6cbce291048481cb1631aa73 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 92 lines last edited by Zeyu Ma in worldgen/placement/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 23aab7f49dc8cdfb5779bc438bfadc80a48f6895 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 288 lines last edited by Alexander Raistrick in worldgen/placement/camera.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6988922bf8f4c0cba386e9770ede022b888feb0a +Author: Zeyu Ma +Date: Fri Jun 30 03:11:33 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/placement/detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bfbcffc4d4f3c9b3133f93b0ce5a9dc070b08be2 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/placement/detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 02bb2d21b84e2325f95de075d65fdc0b8f171a11 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/placement/detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 222d9c1fab7608bcf17ebe071e78e6c8870073d8 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 64 lines last edited by Lingjie Mei in worldgen/placement/detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4b72f3a4998779b59f6f3f0cefbf368d262d388a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 99 lines last edited by Alexander Raistrick in worldgen/placement/detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f0b8a294a27a82e9f77b2be5770411bc56bdc6f0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/placement/split_in_view.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 82c342392565d7f1737ff7d3c9e19a0675528903 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 115 lines last edited by Alexander Raistrick in worldgen/placement/split_in_view.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6d9da80880f95fc0ed6365ecc0e1ce725ba04a61 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/aggregate_job_stats.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 35a0f09e5f97c8a45b2c176dfcad2b583742ab53 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 95 lines last edited by Lahav Lipson in worldgen/tools/results/aggregate_job_stats.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8676d57777c3c4bbf834e7308c8596a37b9613ee +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/resource_stats.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d2f8d568da167478ea6077dd71d539621b7a73d6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 117 lines last edited by Lahav Lipson in worldgen/tools/results/resource_stats.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8892d082d732f50dc09404a13f715dcc35924cc2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/job_stats.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fddf01eafb2302d2c519cf4ede579dbbf9ba6665 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 99 lines last edited by Lahav Lipson in worldgen/tools/results/job_stats.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb3127fe990079687a2572150804f1fe3038d899 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/scatter_figure.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 49e3cc0dcd6588d77ba6b49e550af03b46ed8cab +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 10 lines last edited by Alexander Raistrick in worldgen/tools/results/scatter_figure.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 92af756e27ca7d059730d7e23617d62294a4d035 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 170 lines last edited by Hongyu Wen in worldgen/tools/results/scatter_figure.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit de67aa7d9db88ae0455da5b85dcbbf3e676e6c37 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/make_grid_figure.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3ca2c27b14b2f216a345a48b95a2ea4cd8ab3fed +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 79 lines last edited by Alexander Raistrick in worldgen/tools/results/make_grid_figure.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9498fc5f10bef531cc42ae8192345d53435284d4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/tools/results/parse_videos.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0103dd8bfa036961e06a83cb637d3c34cdb948a3 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 47 lines last edited by Alexander Raistrick in worldgen/tools/results/parse_videos.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9b8ebdd6d0ff94d1dcaf6342794fd69b8f8acb81 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/tools/results/parse_times.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cfabaa0e5382f37a3e3dd21db3ea656c7d630e20 +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/parse_times.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 79acaca0fe22868c148f7b139aabdb93d7feb701 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 53 lines last edited by Lahav Lipson in worldgen/tools/results/parse_times.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8212edf7ba8c650617483342277cbef525b3bd0a +Author: Pvl-bot +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/results/strip_alpha_background.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a5ef91f137828efb45b31a1ea0458d12063cb40 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:32 2023 -0400 + + Add 35 lines last edited by Lingjie Mei in worldgen/tools/results/strip_alpha_background.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6758b0a8aa2e37ab02b26f30c927ee1c7306f50c +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/tools/util/smb_client.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 670263fa5626ac943e41232ae0e033323861d207 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 31 lines last edited by Lahav Lipson in worldgen/tools/util/smb_client.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 94d33bcfc2bb0f468e7d83728f6be9a258f44e7f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 40 lines last edited by Alexander Raistrick in worldgen/tools/util/smb_client.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 978c2060b01741bacbea1d7677e34309fd55cccd +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/tools/util/submitit_emulator.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ad1a2cef2e995aaa6ce7584ebbdae1c74f11eeca +Author: David Yan +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 13 lines last edited by David Yan in worldgen/tools/util/submitit_emulator.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bed7df582a34fc21ad31bb5bbf45e570338c4e9b +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 48 lines last edited by Lahav Lipson in worldgen/tools/util/submitit_emulator.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 00182ebfe08685c4f032d47ae5a9a08c4147477d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 205 lines last edited by Alexander Raistrick in worldgen/tools/util/submitit_emulator.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ebe043ff1affb0125f208cdf8046aa17fc184ae2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/tools/util/cleanup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f0d078c7189acf2031d15e43e5f8b53a39b387a1 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/tools/util/cleanup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6227474d3e683453f0fe763abf823c4d495af2f9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/util/cleanup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4fce49c6f76d6a1e5829dcab4c33cfff8fd4ad2c +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 26 lines last edited by Lahav Lipson in worldgen/tools/util/cleanup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 310bd59de24a6a5b929b922c58e6f00b6f481393 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/util/google_drive_client.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 25c6636d75cde3d067455f39683c08fd9bdf76e8 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 17 lines last edited by Lahav Lipson in worldgen/tools/util/google_drive_client.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8780d296a177e91f12d430d7afaeff7d44c21b33 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/tools/util/show_gpu_table.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ee6e23b85481c92b55a899c90ab785c95874aea5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/util/show_gpu_table.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 82cf3acaccda4a67b013d3f8ce81fbcff59bdec3 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 58 lines last edited by Lahav Lipson in worldgen/tools/util/show_gpu_table.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e03f4ee23839c5b2ccb1886cf90139536a3b1f31 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/util/upload_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit da47341be52fa9269168df2b18e03917b2d9ea71 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 114 lines last edited by Alexander Raistrick in worldgen/tools/util/upload_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d4204525783da9944de8b324abf6d55dea32000c +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 3 lines last edited by Pvl-bot in worldgen/tools/ground_truth/bounding_boxes_3d.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fb1c6062e6854da6e2b1897ff9e948a32fca1dac +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 128 lines last edited by Lahav Lipson in worldgen/tools/ground_truth/bounding_boxes_3d.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bf2e16cf84ea1767fe2db5aa899043cea6537814 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 3 lines last edited by Pvl-bot in worldgen/tools/ground_truth/rigid_warp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b5820c110a64179c3ee4471e2584de19379ce75 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 71 lines last edited by Lahav Lipson in worldgen/tools/ground_truth/rigid_warp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 14356c73528dbd25dba55cf1765b0d20aad231b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/tools/ground_truth/segmentation_lookup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7bd87435b3d3f351264cc26964fe97f89c19652d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 112 lines last edited by Lahav Lipson in worldgen/tools/ground_truth/segmentation_lookup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b6339eb7e74a287d9f942ff110d5e36396b2ef1e +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 3 lines last edited by Pvl-bot in worldgen/tools/ground_truth/optical_flow_warp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b4969f7d0d6fbfe4b84668934de01f8b7a24ce49 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 47 lines last edited by Lahav Lipson in worldgen/tools/ground_truth/optical_flow_warp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7047e2ba8c5e2e25bafd8f53e58bc8bbdd3c1e61 +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/tools/export/export.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cd713d252d8d5bc99373f9386866c5c86e81db22 +Author: David Yan +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 298 lines last edited by David Yan in worldgen/tools/export/export.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f52a24db5021621de0dad157af6737d7d2d1568f +Author: Pvl-bot +Date: Fri Jun 30 03:11:31 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/dev/params_parser.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9eaf36ec6d0674095af00377d974119c5c22a449 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 43 lines last edited by Zeyu Ma in worldgen/tools/dev/params_parser.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5267ee392fc6acc14c402a7e756d4bcac9a96c0e +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/dev/landtile_viewer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9c03b35df3cfde7422288acdb681a9857f99aeaa +Author: Zeyu Ma +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 34 lines last edited by Zeyu Ma in worldgen/tools/dev/landtile_viewer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b63d362e30570d4a5c675ba7d47ff537c630cdf4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/palette/palette.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1e5d6b7e6490175774557f5d1f49eb866dfe20db +Author: Lingjie Mei +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 12 lines last edited by Lingjie Mei in worldgen/tools/palette/palette.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d1df11c61f005f64584e618fdcb719d62ecb2412 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 99 lines last edited by Zeyu Ma in worldgen/tools/palette/palette.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a363493017d476d8f550a7a75bf839dd411ea721 +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/tools/pipeline_configs/local_256GB.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2722260c66efa202ca74c954125239a2c0813d4f +Author: Lahav Lipson +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 5 lines last edited by Lahav Lipson in worldgen/tools/pipeline_configs/local_256GB.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f38f050b7e7b991112dc70b36bcc1f1d4d6539e8 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 35 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/local_256GB.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6977eab608a3cfdb46ad724d96f29a34be40e16e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 6 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/local_16GB.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 37005f39db0103e8978e6da2d171e56851ebfb07 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 4 lines last edited by Zeyu Ma in worldgen/tools/pipeline_configs/cuda_terrain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6eb9fcb89bb62684144b2e2559f94eb159831b30 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/stereo_video.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fda5805ac8684eeb2ae851647fa7f528e0f59db6 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/local_128GB.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 26fb0a355b8746136af96fbc07c0fc3ccc9fd4fa +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 3 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/asset_demo.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c3ce2900eff969e39e074407efa5dc69d9ee41b6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/tools/pipeline_configs/stereo.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 718eb794a7288c1954b9c6b0e5114209a9ce5be4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 10 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/stereo.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b6670a890627c407b96178ae62b68cecc4b7fcd4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/local_64GB.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1b55b251cca8b02c58085649023533f30f9828d7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/tools/pipeline_configs/monocular.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 45a8d71ea618286cea9bf2b70a62dd2208ca4bbb +Author: Lahav Lipson +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 8 lines last edited by Lahav Lipson in worldgen/tools/pipeline_configs/monocular.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f2ca8ada5a5d4b6ef6dbe00bc3433cd43555a7fa +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 8 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/monocular.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6901c26a95dabbe5c262f019aa0629c6f146eb95 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/tools/pipeline_configs/blender_gt.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7655583efc525fefecf5e326dc69458e28dafea1 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 3 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/blender_gt.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7254ce423eb9ebc13c9277d265ab55be18f2e53f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/monocular_flow.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b005f8b93e7e17a5ba682ac99c645d1dd1756c96 +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/tools/pipeline_configs/slurm.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1246ea48a4a670612808029109ae3313e0507c29 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 28 lines last edited by Lahav Lipson in worldgen/tools/pipeline_configs/slurm.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 73fbe7c44af1b2b4193fe4a0268ac321e45e89f9 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 58 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/slurm.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f84978fecdf46041a66ef24f9649f3e249171f2f +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/tools/pipeline_configs/stereo_1h_jobs.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit db91f830c86eaaf97f370abdfad01ec604dd96b7 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/tools/pipeline_configs/stereo_1h_jobs.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 633614af2f0d3673002442254964621cf92660c5 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 11 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/stereo_1h_jobs.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3e7de65403621102303402d84a2af89413a96712 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/tools/pipeline_configs/opengl_gt.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b3879ee532a6b98924857a6d0c8b46f8aa8bd32 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/opengl_gt.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fa8189908a59a007b2f664e96f5d4fc3e1ee346a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 17 lines last edited by Alexander Raistrick in worldgen/tools/pipeline_configs/monocular_video.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b347c94a3ced3313023ff91e4adcdf5ea0816898 +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 2 lines last edited by Pvl-bot in worldgen/tools/compile_opengl.sh + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4d9d863fa804367782efa435b6886d0135e608fb +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 10 lines last edited by Alexander Raistrick in worldgen/tools/compile_opengl.sh + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cd1a01c327668961df34fed88a12b019a755cb2f +Author: Yihan Wang +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/tools/asset_grid.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c05865f99ceb29f2f2a088fa5e95d86945a29f9a +Author: Pvl-bot +Date: Fri Jun 30 03:11:30 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/tools/asset_grid.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85d63a82a9eece6ab070ad0d1eaedb7d3639ae0b +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 118 lines last edited by Alexander Raistrick in worldgen/tools/asset_grid.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8cd15f0f5bd16dac9b313737ff08ccb964160f92 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 204 lines last edited by Lingjie Mei in worldgen/tools/asset_grid.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f96cd6186ef353a841dc0ffa8eddf548e9d8af3f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/tools/generate_terrain_assets.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c108731140abe296846a0bd2b6989da921c1dbea +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/generate_terrain_assets.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1a6004970fc585412f492ec2ac2d12511a5c5c29 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 76 lines last edited by Zeyu Ma in worldgen/tools/generate_terrain_assets.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85b90a55e816bd19f2f33b037d6a82446295325d +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/cancel_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a55d2ae7f0210e51653f9c494e49f06549142f9f +Author: Lahav Lipson +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 22 lines last edited by Lahav Lipson in worldgen/tools/cancel_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 809fa9e8ee14c5836981c9b702601b86617e328d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 23 lines last edited by Lahav Lipson in worldgen/tools/template.html + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 733da481d61a73799405cba6fa6f8b2ab934db10 +Author: Hei Law +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 37 lines last edited by Hei Law in worldgen/tools/template.html + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c5a03edf6c52d7c4bd535ec06eef81787d2e4aef +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/tools/kernelize_surfaces.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1305f23f35c2388d7dc4deca2808bf6a5ad01ce2 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 30 lines last edited by Zeyu Ma in worldgen/tools/kernelize_surfaces.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 25f237ab3d162d4cf88e40c8b9a8534e664ec721 +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/tools/summarize.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit de86cd7466eceea4ebe7f8198482e05e0f04d510 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 151 lines last edited by Lahav Lipson in worldgen/tools/summarize.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c737f78639f7a6a0134f9603023400aa463431e7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/tools/manage_datagen_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 97f5bdcb7ab58d3ed669eb6f5eed289a607b0f1b +Author: Zeyu Ma +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 34 lines last edited by Zeyu Ma in worldgen/tools/manage_datagen_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 84fbb516c6136cee72dbb65c5f01109a9be596e0 +Author: Hei Law +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 67 lines last edited by Hei Law in worldgen/tools/manage_datagen_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1327421eec2e8ed6d9be6bc1142275410fd18c8e +Author: Lahav Lipson +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 212 lines last edited by Lahav Lipson in worldgen/tools/manage_datagen_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1413fd14f328c843f73e19661c923c2afc46f5db +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 719 lines last edited by Alexander Raistrick in worldgen/tools/manage_datagen_jobs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 41ce5efcc16b7e95e9b1bd330d1ad4e234eb349a +Author: Zeyu Ma +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/grassland/grass_tuft.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a6367dcee3d7fa1461434b966a017d7734938607 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Yiming Zuo in worldgen/assets/grassland/grass_tuft.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 828739a7f06bde25102962087a49ea44fc9d1e1b +Author: Yihan Wang +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 3 lines last edited by Yihan Wang in worldgen/assets/grassland/grass_tuft.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f8fafdd121a45b34dc08c7fa097313f6ce30d51d +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/grassland/grass_tuft.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit add953855b65019cbed6c00a1310040d6e0641e2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 88 lines last edited by Alexander Raistrick in worldgen/assets/grassland/grass_tuft.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ff4c7ab90be54e90df9266286711cc20ca2b9375 +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/grassland/dandelion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 712811a3c6fbbcf572423c41bea6ca5214227f16 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 11 lines last edited by Yiming Zuo in worldgen/assets/grassland/dandelion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d1aa204da9ed93f71d0e3a99572c91c78359c5dc +Author: Yihan Wang +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 17 lines last edited by Yihan Wang in worldgen/assets/grassland/dandelion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bd246c44612d31a5a073bfbff7192c4a238b4410 +Author: Beining Han +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 636 lines last edited by Beining Han in worldgen/assets/grassland/dandelion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 57acf128c6b1e9d287bd01d7b6bfe7d9d2b193cd +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/grassland/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7bb69c857227dfbf66f6c6442c731aaf17c69e97 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Lingjie Mei in worldgen/assets/grassland/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bb2a5c61e220dcac04f081f1311ba1778f5ba09d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/grassland/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2073684656f6a7801bf8b20fcf317ceefeadb645 +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/grassland/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 091332d8dcff3e3c9472c43238f99f9c9fd34501 +Author: Yihan Wang +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 23 lines last edited by Yihan Wang in worldgen/assets/grassland/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 144978fa943144734c42a0386f5b034614649b86 +Author: Beining Han +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 578 lines last edited by Beining Han in worldgen/assets/grassland/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 59adba075dd6c0cf41ca2bdf81d55f23a2a01456 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/grassland/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 96c7d57ce224df624fd1d7c6f9349263f1c48a52 +Author: Beining Han +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 1 lines last edited by Beining Han in worldgen/assets/grassland/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 21b90d6d5203163e8455a54dbe096561865ab448 +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/grassland/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 55987196f3c41271d99923de018ba1896acd89cb +Author: Pvl-bot +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/coconuthairy_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f05e8ccabd61417ff7656c7bd552d6600bec9a9c +Author: Yiming Zuo +Date: Fri Jun 30 03:11:29 2023 -0400 + + Add 80 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/coconuthairy_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e10f35a199be71126a912e2207c458f35d2a74be +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/blackberry_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85a762235d8fbf7a95f65044c44d97080550fb90 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 107 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/blackberry_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 54b57ced9e69da6a65b084df4c373afcd6da480d +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/durian_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 143adc3d8129058ed8f88fc5499a4e3bc9ff36d4 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 110 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/durian_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 354fbaef665951117680bddfd77e788eb7678167 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/surface_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 88d40e6b151640a53ed44da426a6ae8738a34900 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 50 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/surface_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d7188b16e740fb10699bfe15cfda96109a5a89cb +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/apple_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ecd0738a7b338a60f24793f57d8292fe3a28ef63 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 85 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/apple_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0c2e13ecf8a5ed27f47f028e0975aec9fa60c33c +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/starfruit_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 789d38e7c8191649916f1f8ee96cae1f75717a45 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 76 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/starfruit_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56bb6cb18fdea93c3fcc4c0973bc9d5a5ed549a9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/strawberry_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ef536d3c0b83c3354e9d6abc7e9673d76b34ad59 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 96 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/strawberry_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 926da6b1bbf98cebd6bb37d87a1d79892d67f85c +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/coconutgreen_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cc2bcdcce487c9e4cadbf98f2a2d0567d2038d40 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 93 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/coconutgreen_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9dd49b82f4c618cb7e0ec17011ab7452f1270656 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/surfaces/pineapple_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 83c40183fdfb0dc8f920f3547b056d2299da9e64 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 174 lines last edited by Yiming Zuo in worldgen/assets/fruits/surfaces/pineapple_surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dce4a7271d06275ae92315a38783146f07428aab +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/compositional_fruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ebb4f2d5748bf6959d785e0777399c2941b1bd27 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/compositional_fruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 796df833c2f17e3c21b26aff9b21ed9d4d5383b3 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 61 lines last edited by Yiming Zuo in worldgen/assets/fruits/compositional_fruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dbbfb420c03e0586eb9dd7cb3bd82af509307b03 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/apple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1792c3ae3dbfd2b98be0993731b9db30972c5f94 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/apple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e6a18486386c20c683c22e736ef26657f5c05860 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 92 lines last edited by Yiming Zuo in worldgen/assets/fruits/apple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b9e960c9392b2f1368dea76a31b855aff04412a4 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/strawberry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b0d54be1d52590d2c3dc17e0b91c70604c30d022 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/strawberry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cc5cf22a982167d0932f1851a88f9e988cb9c8ef +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 95 lines last edited by Yiming Zuo in worldgen/assets/fruits/strawberry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 81fb223ea7a93ba2b43bab7bcc02f1276bab8368 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/stem_lib.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 29988239c302a2df95f36fd3a03ae8c92b633d5e +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 617 lines last edited by Yiming Zuo in worldgen/assets/fruits/stem_lib.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d78bc6b2da1b8f7a2a28b55a6cad1fb8cfcba11d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/fruits/coconutgreen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b3d5199277dbbc68aea57b25b60e2734079ef028 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/coconutgreen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b41d0bc8ab60335da71c05ae4e541cd23208c1b1 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 100 lines last edited by Yiming Zuo in worldgen/assets/fruits/coconutgreen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 64a47ed0b0a1528e6e6e4cb97798fccef1e41693 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/cross_section_lib.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2761b2043f61865997b484ef93f671302fd194a6 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 251 lines last edited by Yiming Zuo in worldgen/assets/fruits/cross_section_lib.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 68a799e8f9ea4528cb6d6affa8b953528a6d0b6f +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/fruits/general_fruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c308a98a8d398638e03002eed9740d2433ee8c83 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/general_fruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e0fa15e74ff68710635eabc1d78c3227598d5d7e +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 167 lines last edited by Yiming Zuo in worldgen/assets/fruits/general_fruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d2cdf77edef61f136f73c9b942f8ba9bb00f9b87 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/starfruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 930803251ec0ec00cf2e4103912bf965923afa57 +Author: Pvl-bot +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/starfruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2fce798df6aa40980b7813a5b92106c020831009 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 85 lines last edited by Yiming Zuo in worldgen/assets/fruits/starfruit.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6efbcb3cafcf4eaba9730960ef71ba6999afab4e +Author: Lahav Lipson +Date: Fri Jun 30 03:11:28 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/durian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a9223b901fa0b4dd288341c489886ec4e8dd8388 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/fruits/durian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b2d08340b40744089e6120290cdd4731d6f24c5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/durian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ec52cedb338f51d9625b3e8c79125764c619c4d8 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 92 lines last edited by Yiming Zuo in worldgen/assets/fruits/durian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c47928124f932564136750aecdbedc0f389e6fb7 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/blackberry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bb77306aa20424e6f1c201577a3612203140ec7c +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/blackberry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b9cd9c0d6ea3ddfbc70d722b47eecb46e8ab0fdb +Author: Yiming Zuo +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 74 lines last edited by Yiming Zuo in worldgen/assets/fruits/blackberry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b4fd1a69b1b67cbdd27344ee3c91013b8105a3e1 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 9 lines last edited by Lahav Lipson in worldgen/assets/fruits/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3f0ea4da02f6f5ca1de6ae420a51888c33d8ec6c +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/fruit_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0e26afc719509198ec25a9ac239c4d987ab36a2d +Author: Yiming Zuo +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 690 lines last edited by Yiming Zuo in worldgen/assets/fruits/fruit_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a7193831a907b9e99605f64e768e16e8f40a3c30 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/pineapple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e29aca0f3a1dac6c1f858332378d96b567b371e9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/pineapple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed7708823e60dba77264fd8d6d1e0c7c53247218 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 107 lines last edited by Yiming Zuo in worldgen/assets/fruits/pineapple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2db6cae024b6961cdd16b302b0610b7892e71e48 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/fruits/coconuthairy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 15f1215d9c5a4715e4b94f1aa635b86d8533149f +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/coconuthairy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b97b5231595d2adae686ba10d10734ff5baddba1 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 72 lines last edited by Yiming Zuo in worldgen/assets/fruits/coconuthairy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d541f3af606a07f033dc6d61f54f65bf7d50f11d +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/fruits/seed_lib.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 64df98d039152ea22dfc7be40a1bd4eec0ec25c8 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 59 lines last edited by Yiming Zuo in worldgen/assets/fruits/seed_lib.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e724e581221d3ff9cf150a024df95762fd49d2ab +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/monocot/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3c0da77a618867de1b1870b5ae75665ecd58b3a4 +Author: Yihan Wang +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 3 lines last edited by Yihan Wang in worldgen/assets/monocot/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 63cce9574e3ca21dd83062fbe0dd5bf64d89b415 +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1ba7b24aabb153cf56268c4a420a67c0667d0221 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 205 lines last edited by Lingjie Mei in worldgen/assets/monocot/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8450419fad8e4dd8817de1c0f480aa7dd26ac2bf +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/grasses.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af3cd6323c01e9e5362f17dec6f6f9ceb21693bb +Author: Yihan Wang +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 9 lines last edited by Yihan Wang in worldgen/assets/monocot/grasses.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 40bb71254302061337277493c354c3acd9849d9e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/assets/monocot/grasses.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6ecf0e37dc61cff2eb1ba4fdaac0db5983dbaa8f +Author: Lingjie Mei +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 230 lines last edited by Lingjie Mei in worldgen/assets/monocot/grasses.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 95ead79fca144948b6b969e1caf36d50eb68f0bd +Author: Yihan Wang +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 3 lines last edited by Yihan Wang in worldgen/assets/monocot/banana.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6c6398a72af0d0b755f2a015024a5e0cfcda878a +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/banana.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cb79f5963cef9a6b737d63c4cdef2ba1a76012d4 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 142 lines last edited by Lingjie Mei in worldgen/assets/monocot/banana.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 93f5018ff8a860c8c22783ae476db9738f0243cc +Author: Yihan Wang +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 1 lines last edited by Yihan Wang in worldgen/assets/monocot/tussock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d27e31e92e5f54115fd326e63c17801865ea76bc +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/assets/monocot/tussock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8fd0ad437e32695dae8205803ac9f79149597f28 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 35 lines last edited by Lingjie Mei in worldgen/assets/monocot/tussock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c71b7a99cb2b23516412b21bed90254e3a023163 +Author: Yihan Wang +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/monocot/pinecone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit edd205084b2965341d53d5b294459aa3ac529384 +Author: Pvl-bot +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/pinecone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e733ee4e9a08d847ea9e9e419bc84b6f43b34247 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 71 lines last edited by Lingjie Mei in worldgen/assets/monocot/pinecone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5225ca0c83fe9bf3a31b45111ad09f8b501bd317 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:27 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/monocot/agave.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d9a4ed3566d81085994f951fe82937b8d49508d8 +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/monocot/agave.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b9de7516790066ba137970f71b45966451172ad +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/agave.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 358d1897e7e29c2ce2e014803e0132936a68834c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 61 lines last edited by Lingjie Mei in worldgen/assets/monocot/agave.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5e210a4bbaee48f72945611fb005ddfa6e26a30e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/monocot/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 120ab6094f31b89095e9a003147779afbc6ae691 +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 5 lines last edited by Yihan Wang in worldgen/assets/monocot/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ee97a0163e460c4836c319f6a82b486f5a827fdc +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ac47111069623844137010981b2aa0ee624b8919 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 46 lines last edited by Lingjie Mei in worldgen/assets/monocot/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 823b2b3cb5ffe1f4ab7ff80ec62ea050b60853cd +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 9 lines last edited by Lingjie Mei in worldgen/assets/monocot/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 22a8889823a4ccfb722f8d364f4172027e8ce655 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/veratrum.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4a9520c4a5e3c821043bcc33335f836cf2ac0f9c +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Yihan Wang in worldgen/assets/monocot/veratrum.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 202aa5ef533e4fcc49e51874b8e6fc45e2b735d5 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 128 lines last edited by Lingjie Mei in worldgen/assets/monocot/veratrum.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 086f2b3fe6e89ebc93605065c472e830c1970488 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/monocot/kelp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 77cf40d1ed21799c81bfd023746739b0df69951a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 105 lines last edited by Lingjie Mei in worldgen/assets/monocot/kelp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb0a5777adae2fbb14c6a85b4ee66aade8c3c1b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b8443658824e220f4704d0914309b0dcf0b2cff8 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 20 lines last edited by Lingjie Mei in worldgen/assets/corals/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7baafb8809b00a613907c6b3f36b76afc5b82b5f +Author: Zeyu Ma +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/corals/tentacles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b836855c893889df12e733e9d57ef6cd8dd76400 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/corals/tentacles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit aeb1e5abaa3b3ce63a10a50c288fbe54d7989103 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/tentacles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0df25b19304f9b25f8eb6f8d063079f4000b90b5 +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 9 lines last edited by Yihan Wang in worldgen/assets/corals/tentacles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bd5d82978059c8c2e2131998d1ec4d6278136922 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 98 lines last edited by Lingjie Mei in worldgen/assets/corals/tentacles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2430ef77cc089464e1db93be37a60fac0ee2340a +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 4 lines last edited by Yihan Wang in worldgen/assets/corals/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 99d0edc25a856aa8a1eca03f3858137f2dd3f46d +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 87ef8b6293076cbda62cb10bb36de64692d20257 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 18 lines last edited by Alexander Raistrick in worldgen/assets/corals/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f487484b64de38ca04ea8bedc143072cec1bc0db +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 154 lines last edited by Lingjie Mei in worldgen/assets/corals/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d366eb2995295a1b8fcdd8d84d194921c0549e25 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f0ca98d8599378d01d9bce66d280a08dc81f1022 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 12 lines last edited by Lingjie Mei in worldgen/assets/corals/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ef526f03892433c06296bf94d5e5c0a826729813 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/corals/elkhorn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f8a161adf5d4faca7cabe4b4b8d2ae398482d3ca +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/elkhorn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b9feefd48601e7f2fccc1bd36841ea327878f8e1 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/elkhorn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4f1affdb87a5ac91c1ec8c7d7050b4a8b508ba39 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 136 lines last edited by Lingjie Mei in worldgen/assets/corals/elkhorn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1c99e21c5edb613d8db4b3e3f79cf8f023e0ec77 +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/diff_growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1a3befb5c73e5cc0337c7d2d592310520f7e6c6b +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/diff_growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f4ca02e7dbc2c4f41a14a40b4e92782cf7fdb033 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 107 lines last edited by Lingjie Mei in worldgen/assets/corals/diff_growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f4890828f821f03c7278ee69b08f58f75ac7951b +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/laplacian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fe9718b723bfb85cb6d595c666e37438f7c772ae +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/laplacian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d4e9d38485761a33da40d58aab73965ca35b3b21 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 23 lines last edited by Lingjie Mei in worldgen/assets/corals/laplacian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0bdd6ba6bb04a7c23febd97d8fb7b9349502251d +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/reaction_diffusion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0862d438705880bb0f3849216343a4f48837e9c8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/reaction_diffusion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a3c6b991fb1cdfb77be56b85494c72a505e3c8f5 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 74 lines last edited by Lingjie Mei in worldgen/assets/corals/reaction_diffusion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c29c069f271cbf4c180eb10aa0761fb619f1602d +Author: Yihan Wang +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/star.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8fc60f2386c23441a542fd1c662d5d05b57ec137 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:26 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/corals/star.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85a5fca6bae065e4a84375208d9aa9f4380ed5ae +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/star.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fb0707a3de2a0dfb0665ab545c0f4e7b6cce73d5 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 116 lines last edited by Lingjie Mei in worldgen/assets/corals/star.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fa5f252d4118e1e32d8cd3a89c42afe8dd019b0f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/corals/fan.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f3e7f10e24a07ae89ac2ec5396532f6ce4ad179f +Author: Yihan Wang +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/fan.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2d938f99942cdbf13033839f217ee6649dd3d26f +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/fan.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c76673033539398d1cfa0e4608ac0888dace150a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 83 lines last edited by Lingjie Mei in worldgen/assets/corals/fan.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 566cebe2ac0e5e887698f67cd7d821ea48faf482 +Author: Yihan Wang +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9ab68eb97050c2e4331efc00beab0bb69c857438 +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ca13fbedd3fb48e34c419586c035746558ac86a5 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 149 lines last edited by Lingjie Mei in worldgen/assets/corals/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 17a9578dc8ebc7aeb5bf5839faef4e435ce93c0e +Author: Yihan Wang +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/corals/tube.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8b8d932042f6b7edab062aad294b964a9e470ee8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/corals/tube.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ff3c13348e33fbff34b78be45d758bc1179b4168 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 71 lines last edited by Lingjie Mei in worldgen/assets/corals/tube.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a527cdd371526df7c27d56679c66323e8c91684 +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/utils/materials.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9daf24f322ecf3fd60bb4a1307c21504fbb22796 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 245 lines last edited by Alejandro Newell in worldgen/assets/trees/utils/materials.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9f2bdadc567a759b47273e7cd6521c003b9bf05d +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b829e64c7e6adfb3e536f2e49a6848ac7a57640 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 8 lines last edited by Alexander Raistrick in worldgen/assets/trees/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ac8757b18025da709521532ecf50132d4fd459f5 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 300 lines last edited by Alejandro Newell in worldgen/assets/trees/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bade7cf689411121aa696fb2530998782147b17e +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 4 lines last edited by Lingjie Mei in worldgen/assets/trees/utils/geometrynodes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e2c20350f4dbfeae06714220494a6bd173345d71 +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/utils/geometrynodes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 55b9c5ff3977effbc6dfe3d71c943d1af9ee15b6 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 57 lines last edited by Yiming Zuo in worldgen/assets/trees/utils/geometrynodes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f00b5fbc51fc93edb899ef9e4b3261a132b0c157 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 269 lines last edited by Alexander Raistrick in worldgen/assets/trees/utils/geometrynodes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c6df950470eab81b09b6a40981ef9cf16fcdaac +Author: Alejandro Newell +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 369 lines last edited by Alejandro Newell in worldgen/assets/trees/utils/geometrynodes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9fe6ae855715f4a5c3fd6e9e6d2c2ad9a5438774 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/assets/trees/utils/helper.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8ab8b5300b28de0bc0eed2c290222ee6ff62307b +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/utils/helper.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 703cb96178177bd16ebd4117ad943b41d293ee15 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 9 lines last edited by Yiming Zuo in worldgen/assets/trees/utils/helper.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9e53dc0e91a11050d1357485858f68cad2eae363 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 222 lines last edited by Alejandro Newell in worldgen/assets/trees/utils/helper.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 00bf0651331d6d483892c47ce3852b0fe668ba56 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/assets/trees/treeconfigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit efd6b249c92b5fcb9501795afdc7b48a7abda688 +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/treeconfigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d8bca28c0e9bbc9a6756dc2817ec12ad35aa6878 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 30 lines last edited by Alejandro Newell in worldgen/assets/trees/treeconfigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f6282d2febb6cf983470a9fc79aa37e718c4a04f +Author: Yiming Zuo +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 49 lines last edited by Yiming Zuo in worldgen/assets/trees/treeconfigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1441bd8bef9322c13fc483deb8bac29330d23924 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 689 lines last edited by Alexander Raistrick in worldgen/assets/trees/treeconfigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b6575781ec1ea500d58d378e2f932c6eb3b3c91d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e537899fb0d48064965f3963439e5972cfef418d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cf6941fdfccf8293c460ff2af43ba16eefe30f83 +Author: Yihan Wang +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 3 lines last edited by Yihan Wang in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 75f5468cfb5a74290dea849fc62c8683644c5760 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 4 lines last edited by Lingjie Mei in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d3dced0f42f68e68a609cfa5d3b69b5b1ae81df8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 94181957782bd80918392d26c5dbf3e5d41e9755 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 93 lines last edited by Yiming Zuo in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cfa19eb7b517414d3f240a2cc0fb42c2aab5e951 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 305 lines last edited by Alexander Raistrick in worldgen/assets/trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5f328d5cd1c26fe5ac080d762c9c5bec2432a2a1 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/trees/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit db42163d78ba6d4b49e2893a1ae4db045abcd59c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:25 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/trees/tree_flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2e2a05cb6ef675db56f929b9335212a788fa401e +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/assets/trees/tree_flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 70c978a4085655831b520a824a30f7007c1b4f3a +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 9 lines last edited by Pvl-bot in worldgen/assets/trees/tree_flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ecd22645a2b51b853903c090a6709394c2fdd745 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 586 lines last edited by Yiming Zuo in worldgen/assets/trees/tree_flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0c81542b7656ee3ed5da98f2e3e5b6183f578d10 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/trees/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9cc8ff5c6732993bab9f35747d0f1382b6999541 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 38 lines last edited by Alejandro Newell in worldgen/assets/trees/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 11de6e2cd47d26896599acac7f340ec4cf660bc0 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 70 lines last edited by Yiming Zuo in worldgen/assets/trees/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 959e843b3577e3c6a952375587b98bb7773c61b2 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 90 lines last edited by Lingjie Mei in worldgen/assets/trees/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a7e92135279d9b826b8620c2aba5308319086e2c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 261 lines last edited by Alexander Raistrick in worldgen/assets/trees/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8d06e44d82b896667c5902a84d44930a45ef1372 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/leaves/leaf_maple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb2450e1f8c30e5adffc1b92cc8172627355529f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/leaves/leaf_maple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f509eefc2fce39a5b5d8837c5c9b99b645060c42 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf_maple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 83be410d3226955955b30ba9bc1e6a12f1f85750 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 785 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf_maple.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b870767699992bd9d81505d48ad5627004ee4a2 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/leaves/leaf_v2.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0b2800d95ac4294827fd17327a0a9edb4d5489e8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf_v2.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 95d4b1a693c882ae5b7a4b0cedf9698cbe3e1f94 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 106 lines last edited by Alexander Raistrick in worldgen/assets/leaves/leaf_v2.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4beb78c60849056129d351fa7bb5fc009e57ec38 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 889 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf_v2.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e5f4333de1e97d260004150059aca3766d4389bc +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/leaves/leaf_ginko.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7c62042a5f96113480b770786b722d30279de834 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/leaves/leaf_ginko.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 07759e758ba7ff372ec5ff817d31ea9f149a50f8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf_ginko.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9d54216f03feadf3bd2707b53669136c8b5d39f4 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 516 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf_ginko.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2d42179ee86631ba3ef12620353d8ea00d327609 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/leaves/leaf_pine.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 53775f547f8d5a7c125406e4051725480977f7fe +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/leaves/leaf_pine.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c834eb8e19a35f9c4f0f4fbb3f9de36acc5136a7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf_pine.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 80a50165775715263089ac58518b7bfc77e57250 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 365 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf_pine.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 092ab6eae584f65323567aceb06a89ac50e4fdd4 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/leaves/leaf_broadleaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c0a92750738a51bc6861ea6dae47e238de138092 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/leaves/leaf_broadleaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 00f76c40917f5840d5894ef2076f0895e0742518 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf_broadleaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8bdb8cef3b5a5a2cb8345d4e386a7bad8fb36ea2 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 752 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf_broadleaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 063e727a43555a571372001889ef8acbbf8d76e1 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/leaves/leaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d8c6f642e800438ed389d7619ff97537ef058e24 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 169ceb117294cf67cc3c4ff2f84f63c347a11c61 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 7 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f844741042f4dcc906a52a1c4220300b4bba9972 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 28 lines last edited by Alejandro Newell in worldgen/assets/leaves/leaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d4965f724400334de747020b8eba9c059a1e1fa4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 112 lines last edited by Alexander Raistrick in worldgen/assets/leaves/leaf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6903ec714fd8fc031ceddfd218f540f97d699f7d +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/leaves/leaf_wrapped.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3becd13d6ccf35151c8da6f3f7478169c4ef89fa +Author: Yiming Zuo +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 178 lines last edited by Yiming Zuo in worldgen/assets/leaves/leaf_wrapped.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 17f7c957c63ab9b1393199d6b7b9050e3ea861cd +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/mushroom/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 727c35e9fc45532ee60121accbff61b312d260d2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:24 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mushroom/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 628ea3bea8d61c35915a07aefd8cee4d0810f2fa +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 57 lines last edited by Lingjie Mei in worldgen/assets/mushroom/growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b8a6558f206f603e1c9897e1f0c09a86ecf675b +Author: Yihan Wang +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 4 lines last edited by Yihan Wang in worldgen/assets/mushroom/stem.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 098f54bcc4cf25cf20a0762609413cb052880271 +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mushroom/stem.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a6dfa53320e6d2734ecf45dd4ff4a225d894214b +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 119 lines last edited by Lingjie Mei in worldgen/assets/mushroom/stem.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b91266da784f58b88fa2792e4ba59816b1f89219 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/mushroom/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit aa9c7fbf0349dc19a975489ed2d0ab5b3e26e0bb +Author: Yihan Wang +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/mushroom/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 189277bc8cb9c4da8575347d0a845b0fc90d40d3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mushroom/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit afd7e139c0af446b2d472e090516db68114c5d6f +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 100 lines last edited by Lingjie Mei in worldgen/assets/mushroom/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2ca5fe2b541ab4a28e820f71aad347ee21d524e1 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/assets/mushroom/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b08d0e131808144826d233b8e25080758d9d714f +Author: Yihan Wang +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/mushroom/cap.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed0aa4aa0848b973c645e8b09cf918f627ccdfa3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mushroom/cap.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ccf05b0a57018601f1f1984a0b7526ae317e13e8 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 374 lines last edited by Lingjie Mei in worldgen/assets/mushroom/cap.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5f046ad73147ac927a2386f9de26b4e565e3d992 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/small_plants/num_leaf_grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 93076e4582a389a4df0188b7bbe224082ae97e0b +Author: Lahav Lipson +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/assets/small_plants/num_leaf_grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 65ffa2d1efe8159efe8bfdb7b2556e71971d435a +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/small_plants/num_leaf_grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 441fd40d6bc5b35de5edd973be22e7ccd46a00f8 +Author: Beining Han +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 182 lines last edited by Beining Han in worldgen/assets/small_plants/num_leaf_grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit be8ff695511f66afd7ad9b5071a04393abf1f5d5 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/small_plants/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3f545fd6ed4da4b40f8d000097646942459b6c8b +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/small_plants/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2c1f5175e95531dbd7fe1bbc4ebd493e715d2878 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 19 lines last edited by Alexander Raistrick in worldgen/assets/small_plants/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6e587d6806307089f5a828bb1d9ca3aeec516239 +Author: Beining Han +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 734 lines last edited by Beining Han in worldgen/assets/small_plants/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 698475e2ddc6aa8cc52bcd5b55091c78e67c8132 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/small_plants/leaf_heart.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f9044e8758bccc5ad6fd4e81973f9fd8210d0b25 +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/small_plants/leaf_heart.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 287afddaae4a857a72a78126f8afdcc99dc0862c +Author: Beining Han +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 73 lines last edited by Beining Han in worldgen/assets/small_plants/leaf_heart.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 171a275e8618531b4f62d4d96811cf9a1027ad30 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/small_plants/leaf_general.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6e01879e0f3cebff8a396ae9e592550d1dff8176 +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/assets/small_plants/leaf_general.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9db4cdd150ac4b642e399084232c1a786341f512 +Author: Beining Han +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 85 lines last edited by Beining Han in worldgen/assets/small_plants/leaf_general.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 20bc971e661c675e47af0d292d136902e40841c4 +Author: Beining Han +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Beining Han in worldgen/assets/small_plants/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fbcc9c53a42049a5ec336770917283ef6266306e +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/small_plants/succulent.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit aa8b13fe9e267da51e0e6680c5cd9019c6900a63 +Author: Yihan Wang +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Yihan Wang in worldgen/assets/small_plants/succulent.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cb72caadd84a356163aa7510cd61fe5c5fd793e0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 13 lines last edited by Alexander Raistrick in worldgen/assets/small_plants/succulent.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6aa8c2daa272e46b49bf114b4bd258b41148cd71 +Author: Beining Han +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 505 lines last edited by Beining Han in worldgen/assets/small_plants/succulent.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7698c3bcc01c0bd7a48d33ef6afaf04bb810472a +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 00b915be7c9bd164e32fdc650307ff5d29512d5b +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 21 lines last edited by Lingjie Mei in worldgen/assets/cactus/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 87972fa868b4de5112d0c224247b4cfc13d340d7 +Author: Yihan Wang +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/cactus/pricky_pear.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 59a43b84cba35935fff59737603cb75b25b1ce7c +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/pricky_pear.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56a9f61b205b6f22c16816108f4909758f5dc491 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 62 lines last edited by Lingjie Mei in worldgen/assets/cactus/pricky_pear.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3819ebb818860da4e5f4a351ab56612a5e439c0e +Author: Yihan Wang +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/cactus/columnar.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 618ee22b2fdd02f4ae478d8ce8af3b5f15e9e694 +Author: Pvl-bot +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/columnar.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 03a5d4df8963eab55c93ae8f2de753ab1e11611c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 92 lines last edited by Lingjie Mei in worldgen/assets/cactus/columnar.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d72e5d11cd6534d6d5101400a51349b53754185b +Author: Zeyu Ma +Date: Fri Jun 30 03:11:23 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/cactus/spike.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2e2b237d8923f5643de7ac031dbc719f95a9c3f8 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/assets/cactus/spike.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0f3e353825c2c5f51f2396a8ebc3e2bb193878df +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/spike.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e6137b646c1920fafa2d11cc12de6b327a116cc0 +Author: Yihan Wang +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 8 lines last edited by Yihan Wang in worldgen/assets/cactus/spike.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 57b005ca95e0ecb762482c9768b32a9842c11464 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 98 lines last edited by Lingjie Mei in worldgen/assets/cactus/spike.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b0e7661bcf3dbc8d7a2328f29296d87eb2a42591 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/cactus/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 519981998e3fafe3d522f16b59e9f72037bde1b9 +Author: Yihan Wang +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 3 lines last edited by Yihan Wang in worldgen/assets/cactus/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4ef74e04f14ac44a9a5c54ca1e981eed3ab243f4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 490bb59675540dec37a91537c0b33cfd0107f074 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 89 lines last edited by Lingjie Mei in worldgen/assets/cactus/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 576967bfe4ce5c69173a0bbbea2e129f36b827c2 +Author: Yihan Wang +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/cactus/kalidium.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 21d3051fca8a5abdabfcee47d0f2635255d600cb +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/cactus/kalidium.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 01e2463493ed24a452e3177dd32616b3356df030 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/kalidium.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c885f549a671ff6e621c5f43586dd0ea29303be0 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 88 lines last edited by Lingjie Mei in worldgen/assets/cactus/kalidium.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb0bf9868af187766d6a96caa3cd62435ad8e8d0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 54e39135e5eb2bd097eb7ac4cd6f955bd0481790 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Lingjie Mei in worldgen/assets/cactus/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d912c86ff8a55981ef98f3357dbf19838b20b4ef +Author: Yihan Wang +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/cactus/globular.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 971478d3c08cac97032be994469be298167cb192 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cactus/globular.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f3851726070fe284b6117cd35e7ddccfe0837d8c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 48 lines last edited by Lingjie Mei in worldgen/assets/cactus/globular.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 06dbbd2078ed71fc9dc67239819a0a0c76f0517d +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/assembled/dragonfly.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6181e03c79d4d87e33b5d7b4c4478afef091990f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 71 lines last edited by Alexander Raistrick in worldgen/assets/insects/assembled/dragonfly.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a1bdc3a0998c5dcfa55d3c65f2df49f87f4f9bb4 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 240 lines last edited by Yiming Zuo in worldgen/assets/insects/assembled/dragonfly.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 90dbe93030eb09933fdb53fc6493b56e18885060 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/head/dragonfly_head.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 13bf7f13e7ba59f2cfe18b0dd153db30c126f84b +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 178 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/head/dragonfly_head.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1058edcaebf78104df4d3809f19faf49a708db34 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/eye/dragonfly_eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0fdff51fee89d9bc61bfa25651aceb8ab2f50c2e +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 69 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/eye/dragonfly_eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ba1d44d79a1af333841b7775e3764e11f28949ef +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/tail/dragonfly_tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b37c8bf2dd0c362ef936d90ff32d24840f2cb0ce +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 378 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/tail/dragonfly_tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 483c6b3f3c2a689bed5d0f7a57278915f218c498 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/antenna/dragonfly_antenna.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f66b56f2f8233704e876e478fdb01126343f9d9d +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 28 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/antenna/dragonfly_antenna.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2c62e5defa7cb971950e4b4dc4b29f518961c802 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/leg/dragonfly_leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bc83b2525be9cd506c99eddc80a60044b07ade98 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 186 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/leg/dragonfly_leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 17229a7b0e38e5deb25137f477ec2c028e887b31 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/wing/dragonfly_wing.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7e7589377c99c9250f0a7f3c654964445368a1ff +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 280 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/wing/dragonfly_wing.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d270995586b5738b668270963ff31b1ed1a1f8fd +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/body/dragonfly_body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 142be2c07aa8801bd35e801ab3a5a58af5753875 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 225 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/body/dragonfly_body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 98f15744b153d2b936c50d0b6370cd4f0cb723a4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/mouth/dragonfly_mouth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c3b4ca49c47cfe21fca758d3612d472208e3acac +Author: Yiming Zuo +Date: Fri Jun 30 03:11:22 2023 -0400 + + Add 67 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/mouth/dragonfly_mouth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0e360496bea19f6068a0a7929b86c59878196d4b +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/parts/hair/principled_hair.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f06ed88664d00b92201f9926621287fdaae00030 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 31 lines last edited by Yiming Zuo in worldgen/assets/insects/parts/hair/principled_hair.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b421d7003cd24120b15b2d8c46af96e56ff6a14 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/utils/geom_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9adcc051fedf041a24373ab66afaa9149fe7e438 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 829 lines last edited by Yiming Zuo in worldgen/assets/insects/utils/geom_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3307333ebababe72e0c831c4e36bbebc95bfe0ef +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/insects/utils/shader_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d3f0e62ded603d45bf2fcc48bcb9817979b0eb25 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 87 lines last edited by Yiming Zuo in worldgen/assets/insects/utils/shader_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 72df0dac62a14e4ad3a2f4e3b540526df792d246 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/utils/object.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5401431fd877b8f3e9c1216cbb0bfe44dee4a6cc +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/object.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1b5690c3ba983531e6edcf324c162e822e75ecdf +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 101 lines last edited by Lingjie Mei in worldgen/assets/utils/object.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1be69f22de9620d7c33c01057fbbea96959ca4d7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/decorate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2a593a19a53206d2fde2387fe7b8bd314c59f890 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Alexander Raistrick in worldgen/assets/utils/decorate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8c755190927477707ef818660590d37e9d77c169 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 239 lines last edited by Lingjie Mei in worldgen/assets/utils/decorate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 510f1e10c7140e01353c8a724807db2e6f3d62e4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/physics.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1710621e9e83011216e0904ee4ae15a41343b91 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 43 lines last edited by Lingjie Mei in worldgen/assets/utils/physics.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 20b4476deffa1453f08947f8f3a74f16e53cf49d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 3 lines last edited by Alexander Raistrick in worldgen/assets/utils/shortest_path.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4687f89070c567a43b09423b4b40f7fe3797073a +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/assets/utils/shortest_path.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 737b74b13f1c0b070a8091aa8c6b7edf86d4f9a6 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 35 lines last edited by Lingjie Mei in worldgen/assets/utils/shortest_path.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 060bea59a3b3675b45456a5b0f7ef1efc9ddc5e0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/assets/utils/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a528c48eff7b635b72b2306a9b8e0c0b25ba5188 +Author: Yihan Wang +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 4 lines last edited by Yihan Wang in worldgen/assets/utils/tag.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d3f30fe79ad264829c4368e2e6c1f6e8dc80e8d2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/tag.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 57bc35f03c061a326ba41cae34d6d8d66895e386 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 139 lines last edited by Lahav Lipson in worldgen/assets/utils/tag.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1a534dee34dbcc79b8bd0b27b58599f45015493 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cad33f9ff0eae1fcca1b3a21b92a4ed95a066ed1 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 65 lines last edited by Lingjie Mei in worldgen/assets/utils/mesh.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8631a9751422a7591b2c67165b921d8e24bb4d17 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/diff_growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e7f7fe49711e0aaf6168f7ac8b0a82527dc10d79 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 81 lines last edited by Lingjie Mei in worldgen/assets/utils/diff_growth.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6065753ccfab7e5d78183315f414c96fa3c22a63 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/nodegroup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 38412a0a124ed44753ef3eacd3ecc8a649e89c05 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 84 lines last edited by Lingjie Mei in worldgen/assets/utils/nodegroup.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a701974073fee802fb517822098b6b9a3a98bc1 +Author: Pvl-bot +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/draw.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 65eec1620f00f97dc69f15de477ec0d68628bf59 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:21 2023 -0400 + + Add 155 lines last edited by Lingjie Mei in worldgen/assets/utils/draw.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c32013a55f83661facb3facc468c665e737ceb17 +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/laplacian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b14a1c568fb02c44b9a58a8bcedbc2fa40baac9e +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 96 lines last edited by Lingjie Mei in worldgen/assets/utils/laplacian.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 707f157d34e1c3c59f0721460e679bcff37b8986 +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/reaction_diffusion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2a99ee22bf76c8dfbfc00e6e1aa9ef3199f84378 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 69 lines last edited by Lingjie Mei in worldgen/assets/utils/reaction_diffusion.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0d344597523f46e00368723d8a7bd7a581ddd1ab +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/utils/misc.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit aced7028a1303a9316845c3e954ba5604ab7e547 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 52 lines last edited by Lingjie Mei in worldgen/assets/utils/misc.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ff4ed5a64b00ee08d17a13a8a1be527f97c74557 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/deformed_trees/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d0538413c1ac05ce1d8a1a0c2e81a627a69eab1c +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/deformed_trees/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f73ef6b01250c56799e602f9694d35a866b0adfb +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 54 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 05c4fad39bd00ea8032f13cd8232902c746be79c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/deformed_trees/hollow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 13a812e4224d4c6ce3841835ee5cfac3ee1a785e +Author: Yihan Wang +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/deformed_trees/hollow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eebca09139b393a3cb5298a8d79924c985028dd6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/deformed_trees/hollow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85fb21d48326745d696bb386b2714b9491118277 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 68 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/hollow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c78d553503bfd20989ab5fb97d245284231f96df +Author: Yihan Wang +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 1 lines last edited by Yihan Wang in worldgen/assets/deformed_trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c0b701697da307653db0d04f0d5acc18637683df +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/deformed_trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f5478819e4f2d64af778fde85c74b9f2f141a237 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 18 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5838146649aaa36a618f12c55f12786659126725 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 5 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 937adca4fe3f79142315143889da4b84966e02d0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/deformed_trees/fallen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fc3961b0120d74039ef4f3458d73e37ec0945b79 +Author: Yihan Wang +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/deformed_trees/fallen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 04c0a997f324c0a4d3a1f5a02ec4bd9ea2b57e39 +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/deformed_trees/fallen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b54f153677ab77883c62e27b3b61ce02b7113715 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 76 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/fallen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 187bd18fe0537ed550ebe452cdb4c41239f78e53 +Author: Yihan Wang +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/deformed_trees/truncated.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit faad74edef4054fd62adf72c611ba2aea0e85d79 +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/deformed_trees/truncated.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d3d40dcce054193c20eb08bdb4b44e23c71e5610 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 35 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/truncated.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c991e0848f739c7875084c315806a9c97ac8df79 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/deformed_trees/rotten.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2cabd7f412274922aff7515000818ee85391221f +Author: Yihan Wang +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/deformed_trees/rotten.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed6cd70e7ef5666a5bb761d04fbb6f533b66b7c2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/deformed_trees/rotten.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5823a9e8ca1bc3cef7ae93e6f44ea8b67f75ea5a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 81 lines last edited by Lingjie Mei in worldgen/assets/deformed_trees/rotten.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit df779c3cce33bb74dd911a99b06395a5de07287a +Author: Pvl-bot +Date: Fri Jun 30 03:11:20 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/util/creature_parser.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bfe0436df208d4f89f76f7961c88ea6b82d3c90d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 135 lines last edited by Alexander Raistrick in worldgen/assets/creatures/util/creature_parser.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 18fce8601a024d39fcb6a29f3cd6b10c941ffc3c +Author: Karhan Kayan +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 4 lines last edited by Karhan Kayan in worldgen/assets/creatures/util/geonode_part.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e666c6814e592c698677a7c4d1831546efc656d8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/util/geonode_part.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7ef45ed84dd6f79aedf1a5de7934a5f7002a187f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 98 lines last edited by Alexander Raistrick in worldgen/assets/creatures/util/geonode_part.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 97646d353737cd34114a5fa32d48f8f3e7589bf6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/util/join_smoothing.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 63b793d36d4e36c8d7e3756f434a362c3038d9c7 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 217 lines last edited by Alexander Raistrick in worldgen/assets/creatures/util/join_smoothing.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a71a6331ad69dc659075abf06f6fd4412ce63978 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/util/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e8fd58873deb24f7a8ed493ecb8a7eb471d7b1a3 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 62 lines last edited by Alexander Raistrick in worldgen/assets/creatures/util/tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a22533f323ad7b53b308e6a621dcda6209d5f424 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/util/part_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c2b138966cbc46e3b870272f928e11547bcb01c3 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 43 lines last edited by Hongyu Wen in worldgen/assets/creatures/util/part_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7472ff532d6d6d42f4dfdf5b2014f4ca48b127c0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 169 lines last edited by Alexander Raistrick in worldgen/assets/creatures/util/part_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74c5e265676e620f94c440aca5a847d1a7d950f7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/antenna.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af1dfdf39d2c5297d2c474c7710f001d3ad1580a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 52 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/antenna.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6449159f7f35a479690faa870c7f7a83341b7d39 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/fin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8170a0134bde00f4fb0e4a34dc766009e425f59b +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 29 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/fin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 67a12ce06e6c4314526718660deebf6fbb3d61eb +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5ad9f97f11f4a689311abe74fee1a34cd2252723 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 78 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8735b715042fbd973075d7992eaf2828ce88faf4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cb9350f3e12111a0e8a3de5ddf20c42b10c8179c +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 33 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0b1476aead15787ab55e79bde8e93d59bb4f280f +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 40304e10c3b4eb7b90a1271dd55af4ae1c5651cf +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 82 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a24a50efa21a0af1d9f245dd5d7f6948328e6c32 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85f58288e621af812bcdbcdd58b8df3f45a68e64 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 271 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7ba8722f71ed0a521c967547c07ed8583a68c826 +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/crustacean/claw.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 34955ea00f3ba0d5b1581b8f2501892eb24a2354 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 166 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/crustacean/claw.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 79b45f9c23991ff5a3dd6bacf157ca172940a60c +Author: Pvl-bot +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/utils/draw.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4c5f4fb376b7b96e008036c8c25ee8100b2b03ba +Author: Lingjie Mei +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 56 lines last edited by Lingjie Mei in worldgen/assets/creatures/parts/utils/draw.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9672da989fb1ce89718d2ff86f69880ebf0dd809 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:19 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/fin_old.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d8ba795f7406232ad0126686c4d7765d6f5c299b +Author: Pvl-bot +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/fin_old.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 983e237798bdab9702b484636de3a2a58fdfd62e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 105 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/fin_old.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 49ebf25061994944110dfbda08ecb12045445dcd +Author: Yihan Wang +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/creatures/parts/ridged_fin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit faa6619b19bf3afa6cfaeb6c08fb091587d72f59 +Author: Pvl-bot +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/ridged_fin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b7ff89d5a57bb283ab911957f9a97d561a7ae86e +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 193 lines last edited by Mingzhe Wang in worldgen/assets/creatures/parts/ridged_fin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bbff5f927415b8029c3fbdfbae6f2c755ceb7c1f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 275 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/ridged_fin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7c286ca38486722766cab9e2fbb34d6621693161 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/foot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 77cf4868bf846df45e26e8d7b6888070bec39a13 +Author: Pvl-bot +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/foot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1b9b91a5108366c095090c4762c906bd27168580 +Author: Beining Han +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 127 lines last edited by Beining Han in worldgen/assets/creatures/parts/foot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 34d6fa5de7a137632e9bdd06b7b902cee576a4cf +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 159 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/foot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b60d2d6ec7e16b4dd6468f451f8663140d0a278b +Author: Pvl-bot +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/eye_new.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b21294f55c3060253984063da01384e390cda93 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 2425 lines last edited by Mingzhe Wang in worldgen/assets/creatures/parts/eye_new.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 96f78c135b08bf1f158abcce8613a3ab0d9dbd1f +Author: Karhan Kayan +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 2 lines last edited by Karhan Kayan in worldgen/assets/creatures/parts/head_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fc10e38b3d9dfc74c696dc475bb7b45eb7153d4d +Author: Pvl-bot +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/head_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cce5f0e7f2d055c652bd0723a1e078cc2a75df72 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/head_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 724a60d242b0dc1e271c51bcc1eb38d142e0a425 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 189 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/head_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit accf12cbadd0332f1cedde7a5e58d3b762609f02 +Author: Pvl-bot +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/head.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 22a9ad6181148caf18e511a83206713161af5ec0 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 6 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/head.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 41f90d29b964741008240dbc787b3f4206a9d722 +Author: Beining Han +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 14 lines last edited by Beining Han in worldgen/assets/creatures/parts/head.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f6395e08f8bdc07c517583a94ff1959a74589227 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 597 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/head.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 21e885144f94872f30ddbcae47231c087cd554d6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:18 2023 -0400 + + Add 5 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b15bc841f202f4f9309b77c3f2e873a8c9492a7f +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5490afa859ed5a4a93f43a5823e001c858cf7e4a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 263 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/leg.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8d65e47e8e06e26489850acfbd6961ca9a78ef1f +Author: Lahav Lipson +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/wings.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a01c9f0c208ea6c41498b07eba259bce06f3b85 +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/wings.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b4943cb5e7ecab70388fe866597f239d79b6a18a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 301 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/wings.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1847dd9ca523d267493f87da2a6c38002b0d9ce8 +Author: Beining Han +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 359 lines last edited by Beining Han in worldgen/assets/creatures/parts/wings.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b4e3f77200e1327b3172f5c4a090b97616c9239f +Author: Lahav Lipson +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af1f2543a1e97bf31bb5790ef4a2fe807fbb0224 +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9283f2d36414c5a94211b92b920230102d0ecbfa +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Mingzhe Wang in worldgen/assets/creatures/parts/eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f651188d061f06b386db5dbf92be5b765a9886d9 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 153 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/eye.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3280342de4602422f00095f857647c8711f97a38 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2a390f83c026e2eb6f40b1decc5b26e79ae17538 +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a01ae86f567a34b7243a4f841adff26e039f398e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 47 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/tail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 780beca5b505ac70a52fa10f2aa0e1054d847fb5 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 1 lines last edited by Hongyu Wen in worldgen/assets/creatures/parts/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 49e28a4d95a4ffc7cb79c472d7a3a2675fae575e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2173db844a8ff4bb082221c4223b07a79a5c35e0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/chameleon.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 01e97ac0313d1c501c4dc2d914ac290da503aab3 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 1592 lines last edited by Hongyu Wen in worldgen/assets/creatures/parts/chameleon.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d4456b504acf69e9c2903a69b0206ca21a77e5d5 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/hoof.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 184ddca5d357d37ce9e934820d27fc947dd2a095 +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/hoof.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ac45fbc25665ea2f4d0e454fc490a38e07bda557 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 21 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/hoof.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4fb3b14cedcd691836bdcacb8be0077744db375e +Author: Hongyu Wen +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 177 lines last edited by Hongyu Wen in worldgen/assets/creatures/parts/hoof.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ab74d593a0d9d9f3b3bbfa81538e2c9f50cd0b1c +Author: Lahav Lipson +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 23ffb961a957cb4d9dd8cedc72ae9bc754df02f8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 220abbcc91f97cc14c112d4e54eb3bcb96f50114 +Author: Beining Han +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 14 lines last edited by Beining Han in worldgen/assets/creatures/parts/body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5e94c9368bf736a84d7754dc5fdd7f781891381b +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:17 2023 -0400 + + Add 199 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/body.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 71e19b570e967b549a93195dd3c7bf8a6539a45a +Author: Hongyu Wen +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 368 lines last edited by Hongyu Wen in worldgen/assets/creatures/parts/beak.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1c34beb283aff36576821650a83b1a282d93ae5 +Author: Yihan Wang +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/creatures/parts/horn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f82afae24e139b74b62f20691b468ea8188b542f +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/horn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f692b4d67d65e46d8c4027441bb2aca9e40ab63b +Author: Hongyu Wen +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 90 lines last edited by Hongyu Wen in worldgen/assets/creatures/parts/horn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8783dc34b56a8a5584d5091ac0a1b53f63d9e4bb +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 175 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/horn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 814803614f4507fd480b6ddd83969a6c08a50530 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/reptile_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb64ca465a7b6eff0d9853dc66f0bc7582a18780 +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/reptile_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 59f6bbf54e5e9fb2e60d2b6e5a55045a8558c8ef +Author: Hongyu Wen +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 1386 lines last edited by Hongyu Wen in worldgen/assets/creatures/parts/reptile_detail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 27456f3c02880d1471a5a67097e8ddbd74e40232 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/assets/creatures/parts/generic_nurbs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d803963f6925a1df879187f5f86a9e00cb6e27e3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/parts/generic_nurbs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2f56825bf85cbe3187d00cc73cb37a9d8ad8d2d9 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 155 lines last edited by Alexander Raistrick in worldgen/assets/creatures/parts/generic_nurbs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 990f031486170b964981bce11db5e362a4420a0c +Author: Lahav Lipson +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/assets/creatures/genomes/carnivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5ce5e20c404a37536f19d4317f24dcbea18f6b93 +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/carnivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e350c0b1c1d21796c0ca9582d07a14f3e5173120 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 214 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/carnivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0a96bf67949087bbe45f29fcea2387af4d6849f8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/reptile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9544466aed78499a38fbb86f07b92e2147365a04 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 126 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/reptile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 266ef52c97ed1b4270325ddc00fcf3a09d39a0a2 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 410 lines last edited by Hongyu Wen in worldgen/assets/creatures/genomes/reptile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 69dd9eaf7b2b2bdfb3748f747c5e8822a7633cc1 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/creatures/genomes/herbivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e3f0e29ece4835464bc5e4c512a3c57d4e68701b +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/herbivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ba271b8b06376f45b828853b18a09ddf84507cf5 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 8 lines last edited by Hongyu Wen in worldgen/assets/creatures/genomes/herbivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0f2178e5f0e654f08baeb935bf2a3dcc7eaa8e7c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 219 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/herbivore.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a778e8aeac7ab38bf95eaebd85b3a9abd869c092 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/assets/creatures/genomes/beetle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f6133be082f9d057e67f0f4ab4fcfa02316e19b5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/beetle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c2922899ae6fb48e5d709bf9c455a0dc96d4500 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 193 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/beetle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4e5f7959236bc96435ffe75c5ffef9f764c91559 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:16 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/creatures/genomes/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9ab62f63fe519cd51c2ae1ca302bbb3cf16e925b +Author: Hongyu Wen +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 2 lines last edited by Hongyu Wen in worldgen/assets/creatures/genomes/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 160e451fbf43423d452f9c67ea2771f2c543d38c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 4 lines last edited by Zeyu Ma in worldgen/assets/creatures/genomes/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c210e18356612770a4f193fab0724bbd2291f0e4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 92dcb39ab83f6017a1e1a501f014b11d271fbd3a +Author: Beining Han +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 100 lines last edited by Beining Han in worldgen/assets/creatures/genomes/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 30cefb8c88c4d208ad066a96c356309d064ec4bf +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 221 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 75fd21564a589447c43035b838130a6fa00c852e +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/fish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f0d582c14803cdb87a60f1845dd6cd19c5256cf8 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 31 lines last edited by Mingzhe Wang in worldgen/assets/creatures/genomes/fish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 36d58f373d3256a3fd4b2004f63664b553a0933d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 289 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/fish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 69fb6d85e4c2c333e45c26140f824300d4b27d07 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 4 lines last edited by Zeyu Ma in worldgen/assets/creatures/genomes/crustacean.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bbe1fec3619ee7462162c0857d88fc0242bfad51 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/genomes/crustacean.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a0f510fb557acfe471866895485d1ae059b17861 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 7 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genomes/crustacean.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6e944b5177b9a1a28f337922c9c43b3b5ce14296 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 302 lines last edited by Lingjie Mei in worldgen/assets/creatures/genomes/crustacean.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 77ff1a7324ea33ad68069f109a47378650b5f354 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/tools/dev_script_save_nurbs_handles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 232f96dc30719dde69a5e0959c1bd1d834210c25 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 37 lines last edited by Alexander Raistrick in worldgen/assets/creatures/tools/dev_script_save_nurbs_handles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 777eef102df53be31e7aeafce685ca20c15048a0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/animation/driver_wiggle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0ee1defacf98977bed1d5dc0d99ce5846c7ac804 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 51 lines last edited by Alexander Raistrick in worldgen/assets/creatures/animation/driver_wiggle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cb961960e4dea162e324483d8caabdfbd5da9d7f +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/animation/curve_slither.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 116797cd802970951bdce3a5f3ca0dd62adcde6d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 208 lines last edited by Alexander Raistrick in worldgen/assets/creatures/animation/curve_slither.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f82f3dce8834597deadbfaf2ac64984767326df2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/animation/idle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2119a9bfff11dcff2401b914d4c641b5d77215e0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 147 lines last edited by Alexander Raistrick in worldgen/assets/creatures/animation/idle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85acc7cab889620bdbf267c9310cd99bdd3605db +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/animation/run_cycle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 819d8249e40e0daac502a0665400edde593bad3a +Author: Hongyu Wen +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 142 lines last edited by Hongyu Wen in worldgen/assets/creatures/animation/run_cycle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 337fa9b0679f3f1ba984779642f1e52ce1dfccf2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 185 lines last edited by Alexander Raistrick in worldgen/assets/creatures/animation/run_cycle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7cc5299abf9d9e23f501dce3d06382e641af8a2f +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/animation/driver_repeated.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 581b3570e3ae34d7f8e10a5bfb92c751b09662a7 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 41 lines last edited by Lingjie Mei in worldgen/assets/creatures/animation/driver_repeated.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cae6979bd8a30edda68702745d8aa97b1a9d9163 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7015e0fe8eada1ca631ca8a18bc1dffa6be3d8a0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 197 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/math.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit afbdf4fad5af6952ad7d1ef1ae126fb5f149a517 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/curve.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 18660518145487759a126605d34f361e67b2e11b +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 364 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/curve.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 388590e7445d3b0e5df176f4e96f4378a3bee7ed +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/geometry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bf5f977b989b51f8ab1067cd6bb501747c027daa +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 131 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/geometry.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 568cfb7f988abe73c033b8cc09884a5260eff572 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/attach.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 703c735d941edcb4fc2490cf2240bcc51aab95d9 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 228 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/attach.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 871f3aacf36c45fc86892a36f1c96df0ad15a771 +Author: Pvl-bot +Date: Fri Jun 30 03:11:15 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/shader.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a032cb3f81478f0090d466506dff6fdc1b3a9ed4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 180 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/shader.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e6b76009f64e8d8fc2a4e3acc13cbb744ad912a1 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/hair.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e9b0436aea4e60bcefa5ff1f9862da5316172c78 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 288 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/hair.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e0ba75a6943c7df0a362dec5213c7ffc8456a2c1 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8af483da9847d95fcead545a1319bca7dbc5e76c +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/nodegroups/sculpt_v1.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 368cc8949cce9057a2129f6d1153b08ef46b4e9e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 245 lines last edited by Alexander Raistrick in worldgen/assets/creatures/nodegroups/sculpt_v1.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 44bc141c1de1838487ded6e0e8cca3322908afee +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 22 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/cpp_utils/setup_macos_as.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a7b4fb76b3038c69cb8e0df68bb14c610d04aa4 +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 21 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/cpp_utils/setup_linux.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 557539bdf82442a6faac87033b9a38213ea46b5d +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 23 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/cpp_utils/setup_macos.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5914c4f00fcae496a63610ca566bf6004891796a +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 160 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/cpp_utils/bnurbs.pyx + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e537184f424b9d01c2a951430dfbd45de48a16bf +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/geometry/skin_ops.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 59ed8729a1d8648ec48e7c73f4e6186e7f33dffa +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 23 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/skin_ops.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6e3cbde52f70c2b2558308aadd2fd9b47077fb06 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 94 lines last edited by Alexander Raistrick in worldgen/assets/creatures/geometry/skin_ops.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 169f01789a7dbd1c4c20077c1af494aa26b2d069 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/geometry/metaballs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 301adc8425a2f0746b149686ebfc1e950757067b +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 158 lines last edited by Alexander Raistrick in worldgen/assets/creatures/geometry/metaballs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit efc371d8981c7f6b015a4400f510445ef0c24e97 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/geometry/curve.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2c026530b525138045304ab987b96c5d1f46ab9c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 92 lines last edited by Alexander Raistrick in worldgen/assets/creatures/geometry/curve.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d5c741da7a58a901898d5fd54061bc58b74560f8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/geometry/nurbs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e2eb3ba64054190a075a81ea06e84aa6e6393794 +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 150 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/nurbs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c55cb40494796974f70849f7e3d85ebed94d2982 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 169 lines last edited by Alexander Raistrick in worldgen/assets/creatures/geometry/nurbs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2268b4a61e91a17172ad9b1c6b77baa869b29346 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/geometry/blending.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 16c915daf17cea85ff23f184d6b0dd1a85a06628 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/assets/creatures/geometry/blending.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f2fd7d327ec6cb8404f6e38c0be09389c9af83fe +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 1164 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/blending.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 331f7f1834bc88764414391fc99fce1d91a9f834 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/geometry/lofting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit afd348d17c155169c762a60fd55ceb02fc3717db +Author: Jia Deng +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 15 lines last edited by Jia Deng in worldgen/assets/creatures/geometry/lofting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9caa4ff3a44f4ca47e0e3e77fadb24cc47446959 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 103 lines last edited by Alexander Raistrick in worldgen/assets/creatures/geometry/lofting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 044a12bed86558a18fa4d9ee12ef535266ce4053 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/boid_swarm.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e8e58ed6a1dd8e19eb9e721cb6d20bef0bf516f3 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 92 lines last edited by Alexander Raistrick in worldgen/assets/creatures/boid_swarm.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ac52cfc3d11c0227d8377a41a6f0d675df8a192f +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/creature_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 06ff1028f196d5f20912834e70fc93659b5e70f2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 94 lines last edited by Alexander Raistrick in worldgen/assets/creatures/creature_util.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb5d704fe9265a15602eb3a0deb8b491c338c136 +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/cloth_sim.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85cb3d77ffc877d2937d540a4324c7f3e9f04109 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 115 lines last edited by Alexander Raistrick in worldgen/assets/creatures/cloth_sim.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 082c42b987bc579c9cf01cd5f1cf9dde1536f19b +Author: Pvl-bot +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ec7d68d58aa3ad5dc456e3366e9cd46c307bf147 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:14 2023 -0400 + + Add 209 lines last edited by Alexander Raistrick in worldgen/assets/creatures/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 161dfb5339f456e76d2c5f77e6ba99f30a689539 +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/creature.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 404284b843aba05611447a667bd56da14f96e092 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 48 lines last edited by Lingjie Mei in worldgen/assets/creatures/creature.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8d0be183ff0467d069df20e5bb0a1c7c8f05fe13 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 267 lines last edited by Alexander Raistrick in worldgen/assets/creatures/creature.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 690d466826debc49846b135b9afa7fad95e68a89 +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/rigging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4f6a3ac595d2ce55bdf68a7768c357d8cf38cab5 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 51 lines last edited by Lingjie Mei in worldgen/assets/creatures/rigging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ea7ed03dcc92829a1f030e93624c6b885f1de288 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 372 lines last edited by Alexander Raistrick in worldgen/assets/creatures/rigging.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b72bdefabdcfe7dedb5afdbea04af0e3790abb2a +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/hair.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9c7a09150584b31213ebd88dc04d917faac986c5 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 389 lines last edited by Alexander Raistrick in worldgen/assets/creatures/hair.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3a62209640e5ffb70794b9d080ed7c34cb78fe1b +Author: Beining Han +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 1 lines last edited by Beining Han in worldgen/assets/creatures/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6c72d20085c5ab94acd05c0fec6f2918d5bcd105 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/assets/creatures/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c7a681239b1c156c40a1f89d9ddf7aa2665a55d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/assets/creatures/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 09db66bc87a9b38570e7379e8e578b9d46c610c2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/creatures/genome.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 39a23ea9cce9dfae0517a3345fef2583c253e1b0 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 36 lines last edited by Lingjie Mei in worldgen/assets/creatures/genome.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 36ff7176ad82237bc93897cc56bb24cefecc5815 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 145 lines last edited by Alexander Raistrick in worldgen/assets/creatures/genome.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 978defa0e5dce600a062f6d93aa702829271b837 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/assets/cloud/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c380df557175b214b7d9a523fec6f7c07e7e1194 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 2 lines last edited by Lahav Lipson in worldgen/assets/cloud/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 55d8921640ae8844518ea57c9ac7ec2ec34681c2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cloud/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e40f58b92f7ee40ff130ad2b3f31712d604bb228 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 12 lines last edited by Alexander Raistrick in worldgen/assets/cloud/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 286858019f00028b40dd4ffb1bdad0d8f3ae0da0 +Author: Hei Law +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 45 lines last edited by Hei Law in worldgen/assets/cloud/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 50d50854e64f75c233000b39bdc7dd0d19b96e13 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 84 lines last edited by Lingjie Mei in worldgen/assets/cloud/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b2e6ce898dad23c5bcf10067bc59044dde30344e +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/assets/cloud/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 834b615b65e67d87105418fb4affcf2b4aa7e11d +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cloud/cloud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 75a46cc286ea4ef145c3ae804c5788cc6c960c6d +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 11 lines last edited by Alexander Raistrick in worldgen/assets/cloud/cloud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9bb7184098039091520953c52efeb5b1b3480b17 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 124 lines last edited by Lingjie Mei in worldgen/assets/cloud/cloud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74f4a8d8044dba507002e204f973f45a37306d0f +Author: Hei Law +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 422 lines last edited by Hei Law in worldgen/assets/cloud/cloud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56cb68aee9dd7348eef1ce2f0c262e6359db6034 +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/cloud/node.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5fdcee6e9c0a6dfeb9f3ea6988724cde84d8a46f +Author: Hei Law +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 805 lines last edited by Hei Law in worldgen/assets/cloud/node.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9ceab46f4271a471f9934cc12cda72abf2a5923e +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/tropic_plants/tropic_plant_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cfe8bc57976ca0417bb3ece5b6f1c5a891ce48c0 +Author: Beining Han +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 821 lines last edited by Beining Han in worldgen/assets/tropic_plants/tropic_plant_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 23d148e270c7fb0ca6414fed1d1dd5ba36251f70 +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/tropic_plants/palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 04a85ee681d09be8d6fa73283962d629212df43c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 7 lines last edited by Zeyu Ma in worldgen/assets/tropic_plants/palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2a3edef8ddffb42862ba6a5682eb69d3ba8549bd +Author: Beining Han +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 980 lines last edited by Beining Han in worldgen/assets/tropic_plants/palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bab60719f1add3290c20b7697c8ad491e9406d6a +Author: Pvl-bot +Date: Fri Jun 30 03:11:13 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/tropic_plants/coconut_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 32b39c8dc8a44464eaf3c5980bac3d1a17424dcd +Author: Beining Han +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 1288 lines last edited by Beining Han in worldgen/assets/tropic_plants/coconut_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0f3713921e013ccc7267a71ce5cc75102e149dcf +Author: Beining Han +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 5 lines last edited by Beining Han in worldgen/assets/tropic_plants/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b3181b2d715416dcd3e5fb49efebcd5fe73fa0c7 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/assets/tropic_plants/leaf_palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 64a135f766b4a4cd1388a78d0c8e9bda5827fa1f +Author: Yihan Wang +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/tropic_plants/leaf_palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 49b6b485ff450f1ca41c6d5ba87d41deb43913ef +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/tropic_plants/leaf_palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c01224a7896e2758beb5e3fe90b19045546735fd +Author: Beining Han +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 625 lines last edited by Beining Han in worldgen/assets/tropic_plants/leaf_palm_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 89417899e8b97928c94fed27025441cd1610374d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/tropic_plants/leaf_palm_plant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 05c0c7556950f5019c4012c6733df98452a6fe2b +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/tropic_plants/leaf_palm_plant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 97802868a06df24a169da14ff98cdc94be0a46d5 +Author: Beining Han +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 545 lines last edited by Beining Han in worldgen/assets/tropic_plants/leaf_palm_plant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a7fe96eda0bb3f74d1c16351a5887782e3bd91b6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 5 lines last edited by Lahav Lipson in worldgen/assets/tropic_plants/leaf_banana_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 401eb16d7d62599864690b5b974c998294a7a370 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/tropic_plants/leaf_banana_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d11516020d320d64feb7d946b8577f280a5f8b4d +Author: Beining Han +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 666 lines last edited by Beining Han in worldgen/assets/tropic_plants/leaf_banana_tree.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cf0418549daac9a88fd60af8f1a8240de1d25301 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mollusk/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f15a2aa0a1f9300572fdf2e4296f41362921a15d +Author: Lingjie Mei +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 18 lines last edited by Lingjie Mei in worldgen/assets/mollusk/base.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8a777baea85f658586f1926d67e1e7b3a837108f +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mollusk/snail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1843e4a7f529b683fedd868a4d246654e254671a +Author: Yihan Wang +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 15 lines last edited by Yihan Wang in worldgen/assets/mollusk/snail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 54b408ab5cc98e1f269a3c4c67af50fc9e378d1b +Author: Lingjie Mei +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 147 lines last edited by Lingjie Mei in worldgen/assets/mollusk/snail.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fb20f0c5970d4e61b05ae15c5257a5ac8d97fe57 +Author: Yihan Wang +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/mollusk/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9accb8dc8a14bd9d72e064dc67f21fb8f494a7b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mollusk/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56259dda65db0ab27e51908508de3ea356fdf139 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 126 lines last edited by Lingjie Mei in worldgen/assets/mollusk/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 28a8571a9c7d267d611f5891dd256650b1cb69f0 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 4 lines last edited by Lingjie Mei in worldgen/assets/mollusk/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74e6d9df883bd5d1ef2420006788fe35b50aee29 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mollusk/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 04c68164077caff196c34cc6b5e259351fcc42bc +Author: Yihan Wang +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 4 lines last edited by Yihan Wang in worldgen/assets/mollusk/shell.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d2812ef948ac6f675cfae47a9bbf70d473d6f582 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/mollusk/shell.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 27277176c84588c86a9a4071cd533642d9bef483 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 150 lines last edited by Lingjie Mei in worldgen/assets/mollusk/shell.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a207c09286adcaba04cef9457a085d31bfa3ae69 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/assets/flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6676198b95a3411843f67d61684931662a520964 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/assets/flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0a5a7e3a915bbfebbd94edbbfda39c97ef6cd725 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 46 lines last edited by Alejandro Newell in worldgen/assets/flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cdf57e70cf310d187cb5c351365b3b55e62c00b4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 540 lines last edited by Alexander Raistrick in worldgen/assets/flower.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9241d064f307aff8f96a30e33da4d0f1c00acd38 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/blender_rock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 15d024aaa0b25d61fcb48f6d9ddd28265a1a44be +Author: Yihan Wang +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/blender_rock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b417fb9737dfa74b2625d0892fee3344b0ce8700 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/blender_rock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 401373d7c6c62a0d4a8750446b4cae76318c0adf +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 46 lines last edited by Alexander Raistrick in worldgen/assets/blender_rock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 60d4aead9f4c43b7a5edf610603a5346c7a11667 +Author: Yihan Wang +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 1 lines last edited by Yihan Wang in worldgen/assets/boulder.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e4bb6f33c99ee020911bb29319d89c3fc5da03b3 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/assets/boulder.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 897d18d1fbfb2c61b0ebc36fc86c2500937c1676 +Author: Pvl-bot +Date: Fri Jun 30 03:11:12 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/assets/boulder.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 490287b3dc833205fdfe02f80be6a3d43f554b95 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 64 lines last edited by Alexander Raistrick in worldgen/assets/boulder.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit da820c53201c1acc6b19fde70c76c85c25f8f9c3 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 70 lines last edited by Lingjie Mei in worldgen/assets/boulder.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 238be4f5fd2053321f71e9860d2d1ac831d985e3 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f4c74d360c32ac66326e22356b6eabdcb49f8b88 +Author: Yihan Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 4 lines last edited by Yihan Wang in worldgen/assets/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f41ea6ee3a3d6c5b6fff911b93f51abcae6056ca +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c52291c9c7c91412b63bca4e5b6869918857e053 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 147 lines last edited by Alexander Raistrick in worldgen/assets/particles.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d65ba87682d13e1daba081a2c9a388ce0b790bd6 +Author: Yihan Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 3 lines last edited by Yihan Wang in worldgen/assets/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dbada6344b61f599f3e36d23189405c7ffa057b2 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Mingzhe Wang in worldgen/assets/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 954e537235103dd240707214be799b3c888a3604 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Alexander Raistrick in worldgen/assets/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 50e0dc44cd5af8cfa8e32ab45280fec21b10f3ba +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/assets/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3c53977c2232d9e3041206ad6f8c9226b1042a40 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 246 lines last edited by Lingjie Mei in worldgen/assets/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 30832a3202a97d943aaf9ddf2415bbaeb43bb47c +Author: Yihan Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/glowing_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c0fbccfbcfb74ef8f8296daa2aff283337dca999 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/assets/glowing_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7ae6c94f23b6348624539480b807c1ee2b4e2040 +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/glowing_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 146592dcf44658985dc43494ffbc1bd726ca5959 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 7 lines last edited by Lingjie Mei in worldgen/assets/glowing_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 65b51de615a5f001e70d1e68820eba0fa15ac571 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 56 lines last edited by Alexander Raistrick in worldgen/assets/glowing_rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 453c764c173af77979ccb2ed4a4d5ae7b1d26d9e +Author: Yihan Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/seaweed.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 86718b778acfbd1576a7d8d85f08bded5b44cc6c +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/assets/seaweed.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d7e11adec31eeea003c207d9093a8743922e1b83 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 119 lines last edited by Lingjie Mei in worldgen/assets/seaweed.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d37ebdd331e49557a675b6e30e032009ea7746dd +Author: Yihan Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7ad739f2824fd16266e63215b43c880751aa8515 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d19a71c9019590d6dc7e5c3c8f60624b3500d242 +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b6b15bacd18b735424b0e91bab698e31ac6e48ee +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 116 lines last edited by Lingjie Mei in worldgen/assets/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1921142675561436c0b11fdb8bacb0f9c292f4e5 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/assets/pile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a70265d34d50a16f3c6d1e055bfd4788bf3c38aa +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/assets/pile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4ece2cddfc0c7392655ceb26d0088cddbfe885e4 +Author: Yihan Wang +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/assets/pile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 969bc1f4ed6d983fcea44fe963f2cc48ab35d49a +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/pile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 373d0942ef1cbeb948d0da8a0db2ecaf9ca4d040 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 86 lines last edited by Lingjie Mei in worldgen/assets/pile.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit caef62cdf63b01ed56e8ab4d07b3babedbb7a146 +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/assets/caustics_lamp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a635d1774a442d3e14895914e790d796325a42f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 58 lines last edited by Alexander Raistrick in worldgen/assets/caustics_lamp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 504aa4e0e5bb59ee526852ee8d652732a1792cd4 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 60 lines last edited by Lingjie Mei in worldgen/assets/caustics_lamp.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c48977d817594af5ad1525bfa8ea478f733969f4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 165 lines last edited by Pvl-bot in worldgen/lighting/kole_clouds.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b95dd1c0a66cc9377308be6b94d49f8786d5b1ca +Author: Hei Law +Date: Fri Jun 30 03:11:11 2023 -0400 + + Add 1 lines last edited by Hei Law in worldgen/lighting/lighting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 45fedf8d83b90e5fc38bf8fe8ec70df7c010ee2f +Author: Kaiyu Yang +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 2 lines last edited by Kaiyu Yang in worldgen/lighting/lighting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3db7f17af3cddc3745d2f417e610bd9e06dcc3b2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/lighting/lighting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a165c6de82c21ad0973d3b1768d18a3114cafc47 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 11 lines last edited by Lingjie Mei in worldgen/lighting/lighting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9c39b8311238cc1a795699fb454f948cc0507440 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 23 lines last edited by Alexander Raistrick in worldgen/lighting/lighting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 877a1e87f5bc97c32c9e9ec5ed8cc71a68548e00 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 38 lines last edited by Zeyu Ma in worldgen/lighting/lighting.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c95c814dc9c55945f0265955a9c8f6725b556256 +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/nodes/nodegroups/transfer_attributes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b358c623b1946b7faa20d66987bb7089ad36974 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 15 lines last edited by Yiming Zuo in worldgen/nodes/nodegroups/transfer_attributes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8352d7a7f803f22205f565fe32a8914673f36e81 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 24 lines last edited by Lingjie Mei in worldgen/nodes/nodegroups/transfer_attributes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8c4b1ee16913d56bff4ff63d9a900acd2213b276 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 66 lines last edited by Alexander Raistrick in worldgen/nodes/nodegroups/transfer_attributes.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 94810cbea5e6cd65aaab1fcc7c8c10352e4641ed +Author: Hei Law +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 1 lines last edited by Hei Law in worldgen/nodes/node_transpiler/dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2b313bb5b21e920f56e56d18fcf8fdcb806ab00f +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/nodes/node_transpiler/dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8fb40f4a83581826bc0cb292d598d5ca39dbb210 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 70 lines last edited by Alexander Raistrick in worldgen/nodes/node_transpiler/dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1f459be67af302484d91a9e52ea667ec457e1262 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 16 lines last edited by Alexander Raistrick in worldgen/nodes/node_transpiler/changelog.md + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ac19dc2c6a6bfe779014df26b58d422e39ee777b +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/nodes/node_transpiler/transpiler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 696cbda1f206fb33b78178dd687723212992a545 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 16 lines last edited by Lingjie Mei in worldgen/nodes/node_transpiler/transpiler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c61f21920767262cb7c7547b1b6479a26327e191 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 28 lines last edited by Alejandro Newell in worldgen/nodes/node_transpiler/transpiler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c24f705e25fab67bc1a2e50f5b5e2be456f6f71e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 680 lines last edited by Alexander Raistrick in worldgen/nodes/node_transpiler/transpiler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 284a5f9eaa94e4f85f40e83291dcdb4955b363d9 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 1 lines last edited by Yiming Zuo in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ac5f29f40e491101f5e479061b5e6ab9a0103eb9 +Author: Alejandro Newell +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 5 lines last edited by Alejandro Newell in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a1ff763f9650bdeb1c0452e26fea4be8dedc3f56 +Author: Jia Deng +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 5 lines last edited by Jia Deng in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 628cbe7df33b1871db4abb44b65404add0ac37e5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 10 lines last edited by Pvl-bot in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a42f50b78412a463e7c405a98fa31d7b82945f66 +Author: Karhan Kayan +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 18 lines last edited by Karhan Kayan in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fcfaf14b59a48c88dc180c59aaf6f0e4aad3f11b +Author: Lahav Lipson +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 20 lines last edited by Lahav Lipson in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d37161315d63157c0f8c3214894a0efa64c6e831 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 32 lines last edited by Zeyu Ma in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 91928425db2b4cc9ebd80fdc875adb580c7cffce +Author: Lingjie Mei +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 199 lines last edited by Lingjie Mei in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c78f3b27bf09f5b3724339dcab812135a1dea794 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 245 lines last edited by Alexander Raistrick in worldgen/nodes/node_wrangler.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c4220eb794dc7a410c389101755ab09d5e72f1b +Author: Yihan Wang +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 1 lines last edited by Yihan Wang in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a6bc2e273a022605c2176b4e717c01d213b5e19a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 4 lines last edited by Lingjie Mei in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 228e72df12fa7faaae2af8adb569b9cedc61cd13 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 5 lines last edited by Zeyu Ma in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6be930ca73c798b818a8e9de85814e24bfb9cbc7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f0b45e1cf22e75428f91b3d0be371c0904f7f0aa +Author: Lahav Lipson +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 10 lines last edited by Lahav Lipson in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 72f85d48b7862b5b7a47615efce0e1ab3d764fe3 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 23 lines last edited by Yiming Zuo in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 576c3bc5bf7e854ed85876e034aa63a982efaf13 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 104 lines last edited by Alexander Raistrick in worldgen/nodes/color.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 92e45a535cdc7ae24ed43fc3fb99b97b464930ad +Author: Pvl-bot +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/nodes/node_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 862dec69837a310bffb673e1fdcf9bbcff0f0a2d +Author: Lingjie Mei +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 22 lines last edited by Lingjie Mei in worldgen/nodes/node_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cdc0aafd27530257a23fe54059fa127a98b588cb +Author: Lahav Lipson +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 23 lines last edited by Lahav Lipson in worldgen/nodes/node_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 33454fcaaee8a4baf6e1c0c0a2a208e45b00826c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 54 lines last edited by Alexander Raistrick in worldgen/nodes/node_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a7f2e94b9f011e0a0d4879e20974d569de47d26c +Author: Hongyu Wen +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 2 lines last edited by Hongyu Wen in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3156f4bf088704d2799a14d9aeb62d47c9907c68 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6b068b507f37d07df870f7d1f84140067ca7d684 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 4 lines last edited by Mingzhe Wang in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dbf09aafdd3981e624dfe4c95c934df6a6bb3a77 +Author: Beining Han +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 4 lines last edited by Beining Han in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8877decbbb979041a9a8cab8908db7fce7e7fbe8 +Author: Hei Law +Date: Fri Jun 30 03:11:10 2023 -0400 + + Add 5 lines last edited by Hei Law in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e38f9f4458d19989da837348dbd5b18784aee242 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Zeyu Ma in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b2f51be6928c2e86244a0c1aebcb22e5c123d14 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 75f22acae9dde135fe079a318371c247c257fcda +Author: Yiming Zuo +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 15 lines last edited by Yiming Zuo in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b2d85e129e8dc238ee2bb188fd682ec71609e955 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 63 lines last edited by Lingjie Mei in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 49b032c41d966753ff8cc972cb62087f64256c58 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 266 lines last edited by Alexander Raistrick in worldgen/nodes/node_info.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ae41925cabd74e1cc0969bf1552d080c52436321 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 42 lines last edited by Pvl-bot in worldgen/rendering/auto_exposure.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a5b1a676d9770711544c3d11aed3d3ef8a6a5668 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 51 lines last edited by Lahav Lipson in worldgen/rendering/resample.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 58407782cd0408e87f7beff0f64a8ea2161a5757 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/rendering/post_render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 08e685e3f215cd12afb5d963dda6b3d0404ef498 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/rendering/post_render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1b5ee0c11f7cdba0f678c02be12b301ce3d7f30d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 74 lines last edited by Lahav Lipson in worldgen/rendering/post_render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 33b233b16c215b9bc326fba56b6bac134b50b207 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 14 lines last edited by Zeyu Ma in worldgen/rendering/render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 65984cfa57cbc3ff3bc06d23928ace33e6bcac92 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 15 lines last edited by Pvl-bot in worldgen/rendering/render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f0f3a8cf33d0ad299d8efb8ee71a53dba4e084f1 +Author: Hei Law +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 38 lines last edited by Hei Law in worldgen/rendering/render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 67333b50b04b81e582c170dc43cafaca220e2ae2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 89 lines last edited by Alexander Raistrick in worldgen/rendering/render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cd2a39b7cc589eb8a46771c08480cceb14b9eec6 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 208 lines last edited by Lahav Lipson in worldgen/rendering/render.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 100c3c16d4b2c4d64626cff1949efcd8b922a2d2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/utils/cluster.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 45a0915a175dd71462964244f3ac7238b9400eab +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/utils/cluster.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 045475a689f131983a8c1f982950fef2ed07dc54 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 70 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/utils/cluster.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f61d5a6a306ec4f334318b7ba02147feaf18ff75 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/utils/selection.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fec38c344899b0490f9ed4e1b773312b9c361dec +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 23 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/utils/selection.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2c47b408217a9c68ddb2df4508d9c43737765821 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/utils/wind.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9be175819399476352a5e6e779dc42cec590436c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 56 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/utils/wind.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9516aa9ce4dd08dbaa75d1e1e557a1ec439218b3 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 1 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dd72aeeb82266b7f79f15fdef48a5137404ac7f2 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 4 lines last edited by Lahav Lipson in worldgen/surfaces/scatters/rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2c4d71ba90bf1dd6b99ec36ee750d4a4f5f5bffc +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1ce54adcbf43be0f2278261119a17131fcea9b57 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 24 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/rocks.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9a837b85014cd0b8b57ca25b7dd80db5177b085e +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/ground_mushroom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b6b547f7980f13c860dd9f7db1bfb61f0294599d +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 8 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/ground_mushroom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3de4154ff5b37acaa21aed22f6f9104dab1d4ac6 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 19 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/ground_mushroom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b7f0fb3e246e9c6b679609441dc415dd25e06b14 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/coral_reef.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ce76a156b5070c770cf37da5b8535310ce54e0b4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 21 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/coral_reef.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d433cafd1328dece97b963b19b1b69ce4c94294b +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 34 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/coral_reef.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fa547cca7ddd134bc9e06ea7a710dae45c6cb63f +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/slime_mold.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b7c22e4a50601091e911cad73a0315f0d69d1e4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 12 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/slime_mold.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d31dbd1b6f64d2ef460a5a9502d35e7d5db17278 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 39 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/slime_mold.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5c1af13e576caefff1c1018135308aa58305492b +Author: Yihan Wang +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 1 lines last edited by Yihan Wang in worldgen/surfaces/scatters/pine_needle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dc01e73a925e86f7611b3670bb34c307551da6a5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/pine_needle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9d1c8aea29d13363ad73b5b47ce25d8eb6228512 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 18 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/pine_needle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ff9f6df85452c4f42c1bfe14d6939c38dd2cd2af +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 82 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/pine_needle.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5e861cea4bd575ec18aadd87b47db2f6d7e48c15 +Author: Pvl-bot +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/seashells.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 75760ac1a896d966cc42702ffd9069ff24d47eb2 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 10 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/seashells.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2e7e882f2b9a142b643479565ba0f73db2a3c61e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:09 2023 -0400 + + Add 19 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/seashells.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9f136a45ede8c19b9c590720bc8e8ef7dbb7b23c +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/pinecone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 324ec5359ca121d497b32b7ba285857248ece9d4 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 13 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/pinecone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cd5d316dba33265e12f6b30f0eed03ea9d440cc6 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 17 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/pinecone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0e3c3a11e8c4f55b6ba0a00ab77b323c411e9541 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9bd195553d2644ad8efa90f4760fc9dd56faf693 +Author: Beining Han +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 14 lines last edited by Beining Han in worldgen/surfaces/scatters/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9367f349a6221cf5e4f1b82f9e5599ea11cfbaeb +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 17 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/flowerplant.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f8ad90b40bf26f70c446d40b2aa00450afb9b802 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/monocot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 86d40c7902fcaa9c28128d82d4293c44b75a1929 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 9 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/monocot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bf25d99020f02efb029365a56c96564a4b11fa38 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 16 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/monocot.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 54cfb6d6d9927bb30c0ef032abd33c7b74910cd2 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/surfaces/scatters/snow_layer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ae489aeb332e0e1b54f394fbaeade2e0978c2a62 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/snow_layer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 137e19e0fbe84c876028be4e5c74ad2927ca87ed +Author: Zeyu Ma +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 10 lines last edited by Zeyu Ma in worldgen/surfaces/scatters/snow_layer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cb792d450731b109b66ef3ccb40f7827beaf74d4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 13 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/snow_layer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 954f1a161ae894d0820c689d51589a6e9158c7aa +Author: Yihan Wang +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/surfaces/scatters/moss.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0fbd6841ac93e3d9a95f356191920f506226540a +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 5 lines last edited by Mingzhe Wang in worldgen/surfaces/scatters/moss.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f3897770d6fdf207a6f97456c09fcbd44d783433 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/moss.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7f6422752a8ee9294d467fcc7793757257fd59ee +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 26 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/moss.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fa64b3af9b39295e89f5920b94cd0903dcc63e5a +Author: Lingjie Mei +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 80 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/moss.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fa8227dbbb2466872dd04825ccc470e4e31e0ccf +Author: Beining Han +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 5 lines last edited by Beining Han in worldgen/surfaces/scatters/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cafe5f599cb9cd41dd8059da0374404ba08a24d7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit abd3f57677841656bc4f7248500463caa35b2646 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 17 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/fern.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 868657dad8172b916752a8a083aa170b20b222ac +Author: Yihan Wang +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/surfaces/scatters/ivy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3b220a679d9275664503cf7d907f78969602d415 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/surfaces/scatters/ivy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 333e9a409835ed7dc1aff54c3136ddaabf890975 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 12 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/ivy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3c12b37ce43627ea37976f3c034d1215d0ec3331 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 77 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/ivy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9d480cc480f7dc90a44ab1b93e7504ae78aef4e9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/decorative_plants.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0a81065e9d93113bc264d44cceb2b4fc478ebace +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 32 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/decorative_plants.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a3e06749b0d45d8d13278a34e112c75d4e3c24c2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/chopped_trees.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 777e919292eba5312e9f31b142d3023f857da4a0 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 7 lines last edited by Yiming Zuo in worldgen/surfaces/scatters/chopped_trees.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 34e2362a319ab2c4318c558d7109668c575283ef +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 159 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/chopped_trees.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d4b2fb0af2e38964c4a9341651ef6927a85855a7 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/surfaces/scatters/grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 53971ebc2f0d98cc35b5998928b4fb7216b3fd2e +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a6561bed0ccf0edb54568a38a363cd4e3b44ff7c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 42 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/grass.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6c7120724229974bf125c23ca9e8be931cbc7f13 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7675da9d7102a048e0e43aa9590bff8e1783e2ad +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 10 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c1c612689ba87eb0f83aad34282ed713bbc638b0 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 19 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/jellyfish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e61124dc68d15bfbb67d687ee9a9db519d3cf2b8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/mollusk.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2b64878b777a44430c984ca4252b6de9fe1d8702 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/mollusk.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8a5ca717085fa08891519f1ed5d408a95b6472d1 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 21 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/mollusk.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3debc26397aa8ea3f390ea9bc0942197676ba39d +Author: Yihan Wang +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 2 lines last edited by Yihan Wang in worldgen/surfaces/scatters/lichen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ab80b51d6b3ecb335a139d00b6cb762f66939ad1 +Author: Pvl-bot +Date: Fri Jun 30 03:11:08 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/lichen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 97ae73a84be1ea985395dd6578a0a56b21a968f7 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 19 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/lichen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 082d9afda3cc34bf7821226ebbe1b81fd35a4377 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 90 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/lichen.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f1bda4c09519c36df4ce2414d157067f5602a678 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/surfaces/scatters/ground_twigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0b37dd3a2648476278a1a0153a93214d8a2ad860 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/ground_twigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4fbf52731c8a475cf33631c83f6f3512e9d360d6 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 33 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/ground_twigs.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2be81b718de7a94d0d8e7e1eac1915119bce680e +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/seaweed.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cc56eb820f432a2d0409cb153d9504ef02abbfc1 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 10 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/seaweed.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a577887772586274c9684a0534b6ae8bf5b7a921 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 15 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/seaweed.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 936530475c45f7d004b3572194215a0c3e0ca5fe +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit be1b1900296a03d64eb6acc2fc102bb0653029ec +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 12 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5bc5245bd27d0e939ebce04b5d7e05199096720f +Author: Lingjie Mei +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 17 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/urchin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4532bdf203d1b64455bf9d54ab4acef5d80720d4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/ground_leaves.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2bb902609d94036c4cae7c68493e1fd4c5d32add +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 18 lines last edited by Alexander Raistrick in worldgen/surfaces/scatters/ground_leaves.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 11bfcc8068c4a2b0d78a9764420389fe81860fd2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/scatters/mushroom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d95a29b2cf66b2b247b826c88dbb68cfa3603c3f +Author: Lingjie Mei +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 86 lines last edited by Lingjie Mei in worldgen/surfaces/scatters/mushroom.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5dfeab892a9b0f8113246e4dde1557c08eae7d39 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/twocolorz.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1de6bc9d0b478cab950dd3d29f90ac39aa063a2 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/twocolorz.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2626efd66d831c81e0ddbc47ec92f48de6d8c5a5 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 58 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/twocolorz.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7dcb954913c20e805c5799593997ac4f70d71d98 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/surfaces/templates/lava.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a832b811c59b8e494e1fab2ee2605f43ef37820f +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 21 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/lava.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 19130a7275d2bb3153b631839433c45f57a471b6 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 211 lines last edited by Ankit Goyal in worldgen/surfaces/templates/lava.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5de0ce1e3adb376b56002a241fdbc24781134623 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 222 lines last edited by Zeyu Ma in worldgen/surfaces/templates/lava.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2bf5593b668deb69f66d9a50fcb5e4b5efbfb13f +Author: Lahav Lipson +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/surfaces/templates/dirt.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 84572ca988b1418c201c4e3db11c24b5b274fff5 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/dirt.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 95c450f91b5db1647d2840242a95072edfcca3c4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/dirt.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7df0a4da59d281c8dfb6f76ba7450fdfb5719ae9 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 22 lines last edited by Ankit Goyal in worldgen/surfaces/templates/dirt.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c286e2d5f4f33db3460e7ff9f28d0ed861c637b7 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 69 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/dirt.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8714d43a0147c72f3ea900b3dd2749fd7e595a71 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 193 lines last edited by Zeyu Ma in worldgen/surfaces/templates/dirt.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6f33279f4543e5c4e1aa8670ba18854df6c52677 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/scale.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eb663783aee861d323ce1eb681815dc8aa449690 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/scale.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit da71467a56ce43daffdadb4c58a76aeb18cd8ab9 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 340 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/scale.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 40561175de38a7bec5e882faf781b30fb73bbd28 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/spot_sparse_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 993046f404af7f6a2cd2a5701eff21f93ea5e9e9 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 17 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/spot_sparse_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit db7ae05407c59f260f199fae57f187ed82c948e6 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 123 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/spot_sparse_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0e8f8602df3be85d094a5925591f3541be5d9cd3 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 3 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/ice.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 62b8d858941f61f6c1118e5ef1abe1332004ef69 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 5 lines last edited by Ankit Goyal in worldgen/surfaces/templates/ice.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c410b11f1c89a32f8123b1050044df124a825c50 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/surfaces/templates/ice.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 13ea07fc4ea3ecf1d48a67a7469734e5b806acee +Author: Zeyu Ma +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 24 lines last edited by Zeyu Ma in worldgen/surfaces/templates/ice.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 94f70bf246b2e06c4887315b742c6dc45d61f896 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 78 lines last edited by Hongyu Wen in worldgen/surfaces/templates/ice.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8ba7562b155bdc69318fa23f29a56a02c3db6eb7 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 3 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/sandstone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8868ad4c51fba965fe6c328231d00fbcf542e957 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 6 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/sandstone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3ed71e51a5107ec50e498c30fbe220511f538fa2 +Author: Pvl-bot +Date: Fri Jun 30 03:11:07 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/surfaces/templates/sandstone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0823da266f77c0d267824a7892d00377352d25c7 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 105 lines last edited by Zeyu Ma in worldgen/surfaces/templates/sandstone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c8f4f0f63cc26c9602ade5b9d7e9e38cbd87cab9 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 495 lines last edited by Ankit Goyal in worldgen/surfaces/templates/sandstone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c40941d34c7058aca12acfdcb4cd9e6f2d34c099 +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/nose.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2ac07cb2577a26bb36169cc172df8dafbfd0f275 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 37 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/nose.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e53fe486f1db0f37be55d2e8780c7ba532978c91 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/surfaces/templates/two_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3bb8a57868c9eaea39f6eb9ca1257e082051f5b9 +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/two_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 249dc2bbde40649de6a4785b88abe871d6f6306f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 12 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/two_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 19ee97418a082358d5ced514913f59b0bbec5de7 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 105 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/two_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 43b3ee6b5cd2fbc574ce4d7bc511b36fad6e8a14 +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/atmosphere_light_haze.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 56aac172c81d12c31ebb5d809f53ee0a9fcd471e +Author: Zeyu Ma +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 8 lines last edited by Zeyu Ma in worldgen/surfaces/templates/atmosphere_light_haze.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3417c2aa9131ebd82182a185b12b72fc11813794 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 18 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/atmosphere_light_haze.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 21500bc972b5b35cf73b9071f851cdb0e9d23a35 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/mud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1bf7a504ae12793322d6ec04a7aba7b72a698a13 +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/surfaces/templates/mud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fc20e0bf5ee92225fa459d80a00b19d17f3e7b30 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 7 lines last edited by Ankit Goyal in worldgen/surfaces/templates/mud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit edb49f03b0cd77ab65db3eb7c0d96e5ba4421414 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 15 lines last edited by Zeyu Ma in worldgen/surfaces/templates/mud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 77e3401b3ced84c4b51a137714e3b17fa8a5f3a7 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 119 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/mud.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 07b27d9bfe975292cc60443495097fe6837344a4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/eyeball.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 52ad554eaa91da7ce2f60edbbc662946c939e8c5 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 33 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/eyeball.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed8e663b99b4f81dcf84a408fe236a15d22c4381 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 56 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/eyeball.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1f67e417f3d66a99e546e3a5d5fdd1d5abaa87cc +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/chunkyrock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0cad2be337fb4cadf91292be2915e72fa11185b5 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 7 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/chunkyrock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c147245fe19241b43988c97bfefeee1ebf28e509 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 67 lines last edited by Zeyu Ma in worldgen/surfaces/templates/chunkyrock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5728ad511e31ef25eeb02a6a3080b6e5253843f3 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 74 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/chunkyrock.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 742c549d36b74d674447f2ada6a95ae41563e1af +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/snake_scale.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f28ced2bc3859a0bf89fedc14768cb996ae9acdb +Author: Hongyu Wen +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 272 lines last edited by Hongyu Wen in worldgen/surfaces/templates/snake_scale.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f83f1cec4c515866c2bb9c77c0fe1d02e03f1abd +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/surfaces/templates/bark_birch.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7b285c9fb5e04913ae9a448ee1b64893695c49d0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 14 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/bark_birch.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5bb02f63430703016e71623952b24834c3fc5006 +Author: Yiming Zuo +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 190 lines last edited by Yiming Zuo in worldgen/surfaces/templates/bark_birch.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit efdf2677c9c41123c872a076758ba4280454fb7b +Author: Lahav Lipson +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/surfaces/templates/stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d60f0449b764de403b8543058323d9173b8ca374 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fce03dfa1b4cb99e59818b71789d3d64be864048 +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7ed0c1f3053b80273abe477e83b660f7452d8522 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 12 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 244d6efe25d0514e6e195becff30e070d81dd895 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 18 lines last edited by Ankit Goyal in worldgen/surfaces/templates/stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ded02940ca08a46ff9e4ca8a0dcd03ec67359436 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 263 lines last edited by Zeyu Ma in worldgen/surfaces/templates/stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fe4158ef4686b509c3d6005b6ce1f49d0919b314 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/cracked_ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c5b890bb626f6511c20b8fedfc92f3e0a64782c1 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 5 lines last edited by Ankit Goyal in worldgen/surfaces/templates/cracked_ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 593a02ca5c485a72f414dee2fbd754e4967f4d8d +Author: Pvl-bot +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/cracked_ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 840366f9a8eb0606b5a6bebb3c089dc7b33036ba +Author: Zeyu Ma +Date: Fri Jun 30 03:11:06 2023 -0400 + + Add 18 lines last edited by Zeyu Ma in worldgen/surfaces/templates/cracked_ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 245302a8d663bbfc711323978f3ddb9f9cd792ad +Author: Yiming Zuo +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 166 lines last edited by Yiming Zuo in worldgen/surfaces/templates/cracked_ground.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0cd93371efd089e8c14af843a91c5ab9cbf90a9a +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/simple_brownish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5ced5fe6e09b268998565717d8d5f219ffd0bb37 +Author: Beining Han +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 27 lines last edited by Beining Han in worldgen/surfaces/templates/simple_brownish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 858d97c8a72e52e297652000e1abad40a07d56bd +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/bone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a06ab6344ed2f1d54011379b6307572728d25acf +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 20 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/bone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 85b9b0bf74988ea77f6ec7f6aa95b2d0188017fe +Author: Yihan Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 60 lines last edited by Yihan Wang in worldgen/surfaces/templates/bone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 748223bf29b0841828f95ec341419241b3b6b7e8 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/tongue.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 66a0c18ca1d974ddedd541f5d7ec3f111076771a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 29 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/tongue.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 22406b9b177770902b224ea76e9969167822ef13 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/soil.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2258f02d77ad425ff35f57d744e4f69cb70afd5c +Author: Zeyu Ma +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 141 lines last edited by Zeyu Ma in worldgen/surfaces/templates/soil.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 92203a38b2e23960266ee0ba88ce1156e3ece72b +Author: Ankit Goyal +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 182 lines last edited by Ankit Goyal in worldgen/surfaces/templates/soil.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a60c5268b60e9e800f6aac12ee0cdda508875e02 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/surfaces/templates/slimy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1b0af9b19ddaf011fc8ac10d89dc83f10471673f +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/slimy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ea1f5013b2ba07b276f9a7054860d5315bbd4001 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 14 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/slimy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 47c34d55910595d556dd70bc662578b4f7f20781 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 106 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/slimy.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 33c4a6b23dafcd49649540d51efd55ab25318200 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/snake_shaders.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4b88edd6b309959551c8b62c2d221a883e8b30e7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/snake_shaders.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 397201770a117f013ca3f0bc31a6207d976e7a0e +Author: Hongyu Wen +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 297 lines last edited by Hongyu Wen in worldgen/surfaces/templates/snake_shaders.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 429f92562367d14d3b0ed5401e573b428a3956bb +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/aluminumdisp2tut.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 12973dec061d29d63d767c68b2326a1f93ff4043 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/aluminumdisp2tut.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cae0380c81ed2daa2098145454e79f8d5ebfb72c +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 192 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/aluminumdisp2tut.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c2aa38b56e3249c3b98fe64707988f4264ff1e96 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/reptile_brown_circle_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 283f914b642e8d8b601ecf32e26577e63fb7dabc +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/reptile_brown_circle_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 336a46056b01c412ff7f102c362e894915b8316b +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 299 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/reptile_brown_circle_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1a4701812225deb0d3f8304a365e818e9971c42 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/face_size_visualizer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bd794a3d92040ae93f13f556b50982f04f4c9464 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 41 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/face_size_visualizer.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9063d366099d7ea59448bc6f144628f7d2dc8650 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c94bc446ac855c8b944834d72b73cdcd14a07367 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d8e7c2968ed0c0b0c03c55f5e2244fae1440ee56 +Author: Beining Han +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 45 lines last edited by Beining Han in worldgen/surfaces/templates/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af30523c8bbaa2f983a1423aa22898fd02d616af +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 452 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/bird.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit daf294c3a329028db79fc941e215223e87dae9f0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/__init__.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 21288c5052b103f3df8d97238aebc456749919a0 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/surfaces/templates/sand.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cc2923879bda135284e6578ece95126c978e62f0 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 3 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/sand.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c83d7d421ca4057ca8f819fea714d4e3e8414735 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/sand.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 515dff4e6868079abeabf58d3d45bf038a46633f +Author: Zeyu Ma +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 126 lines last edited by Zeyu Ma in worldgen/surfaces/templates/sand.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b11ed0fcf5101230cc173c8664013ef3597d3490 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 5 lines last edited by Pvl-bot in worldgen/surfaces/templates/bark.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 59277ff73496b1c9fdd704d44f94a2cd1aec0afc +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 7 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/bark.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 08506e74726ee08318a3247d6be378847234fba5 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 123 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/bark.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7626580c07a4a85722ddc4bd9a95257beaabaec5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/fishfin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ccd4336df8833556a28c990fad30c6a118c3d89b +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:05 2023 -0400 + + Add 262 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/fishfin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 46fbc73a8dab688e229df7bb082ac980a78aad44 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/three_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d72789c9ac18f94d85d9e31b90ccfde70888c654 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Lahav Lipson in worldgen/surfaces/templates/three_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5f6e7a46447a82ece85257bd78043f850a5f9280 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 18 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/three_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 86393c66f85da428b5fe0a58bbb000172998642d +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 161 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/three_color_spots.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6c6c24ebf3ae52a4b87c2fb4a61b9faa2b4067c4 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/reptile_two_color_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4e79be179d48280c9fa3e2c0de80b158e5a3e0cf +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/reptile_two_color_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 78972001d77851b00d95bcf2310788b93c07ad0e +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 234 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/reptile_two_color_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a02cc9fb7ec8b77fce9507c010441f9265dce633 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/simple_whitish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 971b77a06e38acda64c494cd0ae75c7cf0f7f69b +Author: Beining Han +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 28 lines last edited by Beining Han in worldgen/surfaces/templates/simple_whitish.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 71b9d1a3bdf2d5a00c3a12c7bf1c3acafe03a4dd +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/simple_greenery.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74e199d97d72f29a21b19ec86664eb23cc6ba062 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 38 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/simple_greenery.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2ff5d9681c5afe16cfffa50a9425c717390e4c43 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/giraffe_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a8c0a6953766bca0f750f116519e65b00934ac51 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 15 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/giraffe_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 76c33014a23d6d267821d31e34e1234dcb25db41 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 81 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/giraffe_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6297622c1fbff5264ae12c317140199728961720 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 70 lines last edited by Hongyu Wen in worldgen/surfaces/templates/beak.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0193a43b3d6c0e863e08cd93958cbdaa8ac2cec0 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/wood.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3f80c8ce4e0b229b5e786949706c5e9d2566ac46 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/wood.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e4b2ac26e109e38377804a59f193c99f080b56be +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 77 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/wood.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f55642e377dd22fc6bdc8dfde73f6d898574dfc5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/tiger_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7cd2fd5e127a043a28ec216c43097685a6302e86 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 47 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/tiger_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bc2a84190bbe4418be476e0a543b65dd4909c015 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 104 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/tiger_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 99bc849ddc856c8c1e653877481860d79efe5550 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/reptile_gray_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d7d7783347361f5b0ecc762c490af4c9be899eec +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/reptile_gray_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6f0e0fee6d8d667d59e65eec2237ff13e70402ed +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 175 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/reptile_gray_attr.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9f4c37e6bd03f81c5262dbb2f9e7ac20268362be +Author: Lahav Lipson +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 3 lines last edited by Lahav Lipson in worldgen/surfaces/templates/mountain.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a0c0388acdd8b4845ece1657542c9332d46f86d5 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/mountain.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 215bcbce239f37a6b83658d9f1e7eebdfda95bfc +Author: Ankit Goyal +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 11 lines last edited by Ankit Goyal in worldgen/surfaces/templates/mountain.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 37ac68295b2722fc5a124048e60cafc6f8776032 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 16 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/mountain.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7fde8bf5d46fa12ac131979f599534d85c5a1d1e +Author: Zeyu Ma +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 280 lines last edited by Zeyu Ma in worldgen/surfaces/templates/mountain.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f37ac2d07b2bc4d28b9aea57037ac66f8a8f1129 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/fishbody.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6c4c2aee94c0f0174d4ad45858506260138e7583 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/fishbody.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d058d72f82c478a67481cd0aa063ddbe13862154 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 1026 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/fishbody.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4da7a8ca09262e4b37a6a7fb41d9ab3e51bdbbfd +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/grass_blade_texture.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6de507903f46aa30f0184ca31cc0ff4779983673 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 19 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/grass_blade_texture.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit efeaf45d739da469db923c7505b357b00551c473 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 196 lines last edited by Lahav Lipson in worldgen/surfaces/templates/grass_blade_texture.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 908178dd4138fcc72f09b4590801290ea696a0ef +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 4 lines last edited by Pvl-bot in worldgen/surfaces/templates/snow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5692341f99740a41e7c1cb18b8ac0eaefc7b0093 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 18 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/snow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0c81bc41c66e3e2177ed9d3fc2ed5e9569422faf +Author: Zeyu Ma +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 112 lines last edited by Zeyu Ma in worldgen/surfaces/templates/snow.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0135eba9709d7ed0c757de65b4aa55969f1cae47 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/fish_eye_shader.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9ae7d54351b333d3656719d5a783495f0ca37309 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 207 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/fish_eye_shader.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9545c617180e22f16e1afce3ac29bdcf5d9a6909 +Author: Pvl-bot +Date: Fri Jun 30 03:11:04 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/chitin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 97c40b03f7243aca18a01f781f742bb044a614cc +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 93 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/chitin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2f75fb0e44e09e08ca36ae119c652f85fdd21dea +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 125 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/chitin.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 01928f544135739e9566d6664b2f27d5b192c765 +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 7 lines last edited by Pvl-bot in worldgen/surfaces/templates/bark_random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9fcef67c55ac1a2ca7e4fcaef844982b9c5f4a29 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 23 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/bark_random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af0bc2a1327c4199003a20a7b8626df0051cb32a +Author: Yiming Zuo +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 519 lines last edited by Yiming Zuo in worldgen/surfaces/templates/bark_random.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 040e2dff6750c57e077743c6c928065ec706e1e6 +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/horn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3ec32ee0468d6447970588c5a7c67166c93eee63 +Author: Yihan Wang +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 78 lines last edited by Yihan Wang in worldgen/surfaces/templates/horn.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c612986c76dc68196dc0e3c26399b41517910e8b +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/succulent.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d1a0dc6aa9d8a421d189d60fdb2f9b14a121c06f +Author: Beining Han +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 314 lines last edited by Beining Han in worldgen/surfaces/templates/succulent.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2dd7e80bcc27009bccf3f40414005795e10bafb3 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/surfaces/templates/water.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3d3423b0f0a2e2ac047d3b6df7fbea3ce5c6fd5f +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/water.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1e6e0995b60347cfc3b009c9470694523696c502 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 36 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/water.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f21f836c13a4e35ac2b3c5027e4e86f31caaf0ae +Author: Zeyu Ma +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 204 lines last edited by Zeyu Ma in worldgen/surfaces/templates/water.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit eeef5630194972d9c269ee0314fdfa97b117f31f +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/basic_bsdf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1226702aed4bd2cbce0553a97374a570bfba269a +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 31 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/basic_bsdf.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7f7f25cc54096e7ae79b51c216e97f8e4f7c7858 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/surfaces/templates/cobble_stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0e3f0ae88f8633643ecc4864dadcbb39e3ae0ae4 +Author: Ankit Goyal +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 2 lines last edited by Ankit Goyal in worldgen/surfaces/templates/cobble_stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 460612be65d44b99f0049d4be110f0e11970b07e +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/templates/cobble_stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d9d67b502254cb77f0708c6551c9ba7749b6f97c +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 25 lines last edited by Mingzhe Wang in worldgen/surfaces/templates/cobble_stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1413534216d53a4263d8e88a5ce5a0bab2a2caae +Author: Zeyu Ma +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 122 lines last edited by Zeyu Ma in worldgen/surfaces/templates/cobble_stone.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5769658ce26a28a0ab12aac34011eef9c6b6fba8 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/surfaces/dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1efad5e7a4e69ae1e53c51870e503375f19668f3 +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7e592e14b2a5f591a14405723d66a7ed3e0cd15b +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 37 lines last edited by Alexander Raistrick in worldgen/surfaces/dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 519c638ffb2b05ebd27d0cdb9236700bb3bf3390 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/surfaces/surface_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e75d140c70512ca99fb3bbd05b0555dc0e1666b4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/surface_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 787864c5e5c618f597bd828843b6ddb5dc280262 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 47 lines last edited by Lingjie Mei in worldgen/surfaces/surface_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1aa4e2a11de017e39640fb78aceb0a3218f37f8 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 124 lines last edited by Mingzhe Wang in worldgen/surfaces/surface_utils.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fc8a12578b8156ab998f31e21a4dc79db038b5a4 +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 6 lines last edited by Pvl-bot in worldgen/surfaces/surface_mixing_dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3a2fc31dea210913b544d3d0aaab709ccacb072c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 12 lines last edited by Alexander Raistrick in worldgen/surfaces/surface_mixing_dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 19a7ee1060584d7f241c5fb29ae54047275198a5 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 28 lines last edited by Lahav Lipson in worldgen/surfaces/surface_mixing_dev_script.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 72092a0958836a3b84683370fe4c764da74fd211 +Author: Mingzhe Wang +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 1 lines last edited by Mingzhe Wang in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 602eedebb5f2cb9a173a310e5bb171b2ba4ade0d +Author: Karhan Kayan +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 4 lines last edited by Karhan Kayan in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 17221888b1acce0dee2340771a4d711163359870 +Author: Hongyu Wen +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 8 lines last edited by Hongyu Wen in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9418ed9624d8961a5589431f09ba582f700dd275 +Author: Pvl-bot +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 22a3e4d3629494903b83beefa72878d0f078b218 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 16 lines last edited by Zeyu Ma in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8d6e3ccad7eeed58ed576616dd6291071cee8a90 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 25 lines last edited by Lahav Lipson in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9a830bd197aa891aac1a18e3c779a0e86af0090f +Author: Lingjie Mei +Date: Fri Jun 30 03:11:03 2023 -0400 + + Add 111 lines last edited by Lingjie Mei in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d461618db13bc656c894329bd653d03c5bc38880 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 234 lines last edited by Alexander Raistrick in worldgen/surfaces/surface.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 61d0fba2d0d8602817ac584f1165f56aa83267fc +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 3 lines last edited by Zeyu Ma in worldgen/config/scene_types/plain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 039b1ffc5988328766ab7a6d4371a152aa170f92 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 25 lines last edited by Alexander Raistrick in worldgen/config/scene_types/plain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 788dfc9893d61a82856926b0684a13e1e0d6374d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 26 lines last edited by Zeyu Ma in worldgen/config/scene_types/cave.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 945f507be7b670fa1c16bac91fd1f6a302a501a8 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 35 lines last edited by Alexander Raistrick in worldgen/config/scene_types/cave.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 631747f074cbb4246f84090a20cdf145536c3905 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 13 lines last edited by Zeyu Ma in worldgen/config/scene_types/river.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 05d26f6f3b8a146fcaccfdce4938c50068cbe081 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 28 lines last edited by Alexander Raistrick in worldgen/config/scene_types/river.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9885969f9866e0f175f104d8007cc92f41a3ee68 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/config/scene_types/cliff.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a337da3df6bfe7d79b6df1ad644cf7dd4f832d3e +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 14 lines last edited by Zeyu Ma in worldgen/config/scene_types/cliff.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ec49d709edc69ed456fba6950384ac90bf4eaa69 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/config/scene_types/coral_reef.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e1e49c691d538d52e19f2949dafd6971aeb32d44 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/config/scene_types/coral_reef.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d33be963192e5e8eb8cbe19f96d36e69bc8dc887 +Author: Pvl-bot +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/config/scene_types/desert.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fa2800f9b13bc0d16575c1323c442b3fd710b1b3 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 1 lines last edited by Lingjie Mei in worldgen/config/scene_types/desert.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2830c81623c2354f92607839107e70b9b56943f1 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 18 lines last edited by Zeyu Ma in worldgen/config/scene_types/desert.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5a75d33a7ead9d3d3342825470bb5639de5060d5 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 25 lines last edited by Alexander Raistrick in worldgen/config/scene_types/desert.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6227818ba1e563e6ec80a926da1bb4c677b83306 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 4 lines last edited by Alexander Raistrick in worldgen/config/scene_types/snowy_mountain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ace50ece997286cf87fcad3be54520fee3d1be47 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 31 lines last edited by Zeyu Ma in worldgen/config/scene_types/snowy_mountain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 57b1c3e114abff81fc147ce31f553bedc44b1127 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 13 lines last edited by Alexander Raistrick in worldgen/config/scene_types/arctic.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3bde811030dc78f6ed769af01fd3b03c9416dced +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 28 lines last edited by Zeyu Ma in worldgen/config/scene_types/arctic.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit db282685ad7ae5dcc80c66bdd3a2f2b91ce5e60c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 11 lines last edited by Alexander Raistrick in worldgen/config/scene_types/coast.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit adbf76e58a503f8f75b745883026341a5f822549 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 32 lines last edited by Zeyu Ma in worldgen/config/scene_types/coast.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 29fa1c020cfa6e01d3efcbde633dc75c0d5e8a5d +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 3 lines last edited by Zeyu Ma in worldgen/config/scene_types/forest.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 27e04967cea3d6fb39f54d0f5501c7acda64d06e +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 55 lines last edited by Alexander Raistrick in worldgen/config/scene_types/forest.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c0f1b1f8a8889b60c001c6b463f8d738528306f0 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 8 lines last edited by Lingjie Mei in worldgen/config/scene_types/under_water.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 36d0faa13320b747cc89c6f95e52735df3d50715 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 13 lines last edited by Zeyu Ma in worldgen/config/scene_types/under_water.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 86c88747f903cff6b31e60807b32f34c7d0585e8 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 63 lines last edited by Alexander Raistrick in worldgen/config/scene_types/under_water.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d56d700da699e4f6b79a459dd51678c5080f7c34 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 5 lines last edited by Zeyu Ma in worldgen/config/scene_types/mountain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 203a92b35e1de4ca94c7803aa6755004aefecaaa +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 8 lines last edited by Alexander Raistrick in worldgen/config/scene_types/mountain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7d991ca45b30bd310de1c5210ac9f082b3dd5671 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 2 lines last edited by Lingjie Mei in worldgen/config/scene_types/kelp_forest.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 737db271662d3b143363c5b283e704d17d931ffc +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 22 lines last edited by Alexander Raistrick in worldgen/config/scene_types/kelp_forest.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74cdc70dd13b00c8a469f444da46ae081748c192 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 7 lines last edited by Alexander Raistrick in worldgen/config/scene_types/canyon.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9766ddaa080b9d7259d46a001fb9a56fdd5dde38 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 8 lines last edited by Zeyu Ma in worldgen/config/scene_types/canyon.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit cf12a5f35d26493711fb2843779c7972022ea2d9 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:02 2023 -0400 + + Add 50 lines last edited by Zeyu Ma in worldgen/config/palette/water.json + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1f2d6c98947c54dfb13bd306c9c86a69d5be43bf +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 50 lines last edited by Zeyu Ma in worldgen/config/palette/sandstone.json + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8a857f4b2ff4427d9f3b842903ec0dda0a30c6c3 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 50 lines last edited by Zeyu Ma in worldgen/config/palette/desert.json + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6c0f48349c2af0c09071f4c3c7dd2f7eaee18ab7 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/config/simple.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1da542585359653c70ed081ae71e82d7f61a20af +Author: Pvl-bot +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 3 lines last edited by Pvl-bot in worldgen/config/simple.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3adc2dfd329ab3f1d6e789812f056010965e75a5 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/config/no_assets.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b398dae1ac9625f1f2f61c1fc37a55de0ed1fa1f +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 1 lines last edited by Zeyu Ma in worldgen/config/no_assets.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d5647b3a843f87a5d2550db37d851f69aaa5506c +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 45 lines last edited by Alexander Raistrick in worldgen/config/no_assets.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 655d87435e7e500a54e1c50bad5d2fddcc2e0ed3 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 10 lines last edited by Zeyu Ma in worldgen/config/reuse_terrain_assets.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 79785b66a09027e4dbffb17a9fdaa59ee30bad9f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in worldgen/config/high_quality_terrain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9215f1a267408f4a8fddc8099e767b1e189a3a10 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 4 lines last edited by Zeyu Ma in worldgen/config/high_quality_terrain.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b54522163492f4457cb5067ba2496c3a2a8f380e +Author: Pvl-bot +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/config/stereo_training.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c1bc8163ae4ae1e0d306510d65631b6287b9992d +Author: Lahav Lipson +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 1 lines last edited by Lahav Lipson in worldgen/config/stereo_training.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c9befacf759ddd9db6b8777c1521786ed55d4cc4 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 7 lines last edited by Zeyu Ma in worldgen/config/stereo_training.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 063da5f62336f2d98686a05363a352a095abc37f +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 17 lines last edited by Alexander Raistrick in worldgen/config/stereo_training.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6390ed70dc5b055754a0e5ee540aab869fa68538 +Author: Hei Law +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 1 lines last edited by Hei Law in worldgen/config/base.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0489251219c0b234e622babbfab9660a845dd316 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 32 lines last edited by Zeyu Ma in worldgen/config/base.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ba85630aecb42a3de64a2b46cfbc2c6f36e394f9 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 34 lines last edited by Lahav Lipson in worldgen/config/base.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 34964cbb63dbd4af6f0658aa6f5119a12537c0cc +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 145 lines last edited by Alexander Raistrick in worldgen/config/base.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit af684d282f645a7c7702b85849a106395fba8c97 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 9 lines last edited by Alexander Raistrick in worldgen/config/asset_demo.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2ddc977810d21f81a8e1a3cb56c38b57072511a4 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 3 lines last edited by Lingjie Mei in worldgen/config/base_surface_registry.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fafb646b1636620244837b7d1f71b9ac1d03764b +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 31 lines last edited by Alexander Raistrick in worldgen/config/base_surface_registry.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f4ca48f85f0490066f4646332c95cbbc9bcc6989 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 33 lines last edited by Zeyu Ma in worldgen/config/base_surface_registry.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 2e142d087789f5e02c1ccd19980af4bbb7751167 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 4 lines last edited by Zeyu Ma in worldgen/config/fast_terrain_assets.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3f095f0f12c5d8c34efd554a15626411ea890d73 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 3 lines last edited by Zeyu Ma in worldgen/config/monocular.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 67509281d99cd5c0ffe339508859674e9cdb3e22 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 5 lines last edited by Alexander Raistrick in worldgen/config/no_particles.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit abca0c4c5b8e106311abc9fb5466948084963fb7 +Author: Pvl-bot +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 8 lines last edited by Pvl-bot in worldgen/config/dev.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9c9f060e13f1cbcca893462893391e386a4409fe +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 8 lines last edited by Alexander Raistrick in worldgen/config/dev.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 855bc9ac0c52f274b4122af550515b1690a93b5f +Author: Pvl-bot +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 4 lines last edited by Pvl-bot in worldgen/config/no_creatures.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 08b10e8f2615df1878ce7cd5ec54a8a24ffdade6 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:01 2023 -0400 + + Add 2 lines last edited by Alexander Raistrick in worldgen/config/no_rocks.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 15b15727441cec53467c0d9b5b1bd499d5ef8991 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 20 lines last edited by Alexander Raistrick in worldgen/config/trailer.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6298ef51aca1e810abf7cd8749737698700f9e89 +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 1 lines last edited by Pvl-bot in worldgen/config/natural.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5b9d22d3d6b98dd205fd652a2d90db6e5716e7da +Author: Zeyu Ma +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 2 lines last edited by Zeyu Ma in worldgen/config/natural.gin + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 613e519dcb519c090bffa24063d6a533b739c47c +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 3 lines last edited by Pvl-bot in worldgen/asset_demo.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e97a625d33a0014d832cc8d1354b9447627fceea +Author: Zeyu Ma +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 26 lines last edited by Zeyu Ma in worldgen/asset_demo.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 657bce9c8ca1a0180843c79d384ca3d1418e5510 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 181 lines last edited by Alexander Raistrick in worldgen/asset_demo.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6a733761646cf0848bf72b0e3cd752704e26edc9 +Author: Hei Law +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 2 lines last edited by Hei Law in worldgen/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 18e94e177032cf3c1aab409e74ecf08bf6f37fdc +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 4 lines last edited by Pvl-bot in worldgen/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit dedda5be5a670f67c61449302babd02f62f08a1b +Author: Lahav Lipson +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 11 lines last edited by Lahav Lipson in worldgen/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7a1084c19eae959d2312f964d4103e513ace7b3f +Author: Lingjie Mei +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 17 lines last edited by Lingjie Mei in worldgen/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c1c4311793cdb1a6def1d22aeb77e3e38a2a9d05 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 28 lines last edited by Zeyu Ma in worldgen/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ecdfbd13f2b06c2bd2a9e31d6b70d03e2e0dd579 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 347 lines last edited by Alexander Raistrick in worldgen/generate.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9a4fd05ae7a7951f2d2f0525953f2e19ca1171c9 +Author: Hei Law +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 3 lines last edited by Hei Law in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9d1537514b0ec24c430437872d808fe202a56715 +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 4 lines last edited by Pvl-bot in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 58b17f6cc3e86623659f7a3ffedb474579fce608 +Author: Yihan Wang +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 4 lines last edited by Yihan Wang in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 46bb4a6dee1bed4041130ee991cab67a71ead1c5 +Author: Lingjie Mei +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 22 lines last edited by Lingjie Mei in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b8d90df1927b59384e6d199ffab2280a1c9f5ef9 +Author: Zeyu Ma +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 44 lines last edited by Zeyu Ma in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 686d6284b1b0b1452c1e6dbabe4b2dd2de7a0998 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 52 lines last edited by Lahav Lipson in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e788179213b27220067ca34d68672cf9452d4142 +Author: Alexander Raistrick +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 303 lines last edited by Alexander Raistrick in worldgen/core.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f858026d982604f494ca3fb22d2f6ac4580c4a3d +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 2 lines last edited by Pvl-bot in process_mesh/glsl/spine.geom + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3341e95014a3c5bc1b4c51b7f7f48bc72178706c +Author: Lahav Lipson +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 52 lines last edited by Lahav Lipson in process_mesh/glsl/spine.geom + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5f8f2185306f6b4458f92ad15fec978c2de9df96 +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 4 lines last edited by Pvl-bot in process_mesh/glsl/spine.frag + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7265b275589673f1513bfa09869d3b6c26a7ac56 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 5 lines last edited by Lahav Lipson in process_mesh/glsl/spine.frag + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d57fec664363384998510a2a5a879fd516128098 +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 4 lines last edited by Pvl-bot in process_mesh/glsl/next_wings.vert + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 198d1187ce803fdb258762bee5ba8ae898ca1e92 +Author: Lahav Lipson +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 50 lines last edited by Lahav Lipson in process_mesh/glsl/next_wings.vert + + Commit made automatically to show authorship. This version of the code is not usable. + +commit b67778daa2d706ec9f4e6c1841e1aa4765bf690c +Author: Pvl-bot +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 4 lines last edited by Pvl-bot in process_mesh/glsl/hair.vert + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5e5d5d4fce9db382546316be88b23e7f63f7093c +Author: Lahav Lipson +Date: Fri Jun 30 03:11:00 2023 -0400 + + Add 32 lines last edited by Lahav Lipson in process_mesh/glsl/hair.vert + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 74cea049d5a5d8c8a34f7ceb4d6f7406bd0522bf +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 4 lines last edited by Pvl-bot in process_mesh/glsl/wings.vert + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a91a473044483be90e83c9cf6c363024915167a2 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 49 lines last edited by Lahav Lipson in process_mesh/glsl/wings.vert + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5e2d127c785d1948df149ae13cbacfdde09dd5eb +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 4 lines last edited by Pvl-bot in process_mesh/glsl/wings.frag + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 433bc23e983a24cbce091894b2bae5427ca93bd2 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 56 lines last edited by Lahav Lipson in process_mesh/glsl/wings.frag + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 10c35d608b2e2744c07c5210bac4887c906f4c32 +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 2 lines last edited by Pvl-bot in process_mesh/glsl/hair.geom + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 82c2104c4951da65d98360b4aea2717b20b2c8f0 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 100 lines last edited by Lahav Lipson in process_mesh/glsl/hair.geom + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 17e5dbf900de45f5dcd4c6cba76db2dcbc915a11 +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 2 lines last edited by Pvl-bot in process_mesh/glsl/wings.geom + + Commit made automatically to show authorship. This version of the code is not usable. + +commit f1fd1f887e8a52e97aa7ab1001859b9430987ccc +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 104 lines last edited by Lahav Lipson in process_mesh/glsl/wings.geom + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 157d46939eb30b3467ef44a515a54da23af073cd +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 4 lines last edited by Pvl-bot in process_mesh/glsl/hair.frag + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ee01661ad067fb4d1c58d052a913cc0355120f33 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 57 lines last edited by Lahav Lipson in process_mesh/glsl/hair.frag + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c0091f92d399cf66f35ac471e66cf0c0581367ca +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 14 lines last edited by Pvl-bot in process_mesh/utils.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 65bb67d8b6b27b3661e237280ebff0634bb1a6f9 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 28 lines last edited by Lahav Lipson in process_mesh/utils.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a0d6c08a5fb5f88dde2146322931c0a812f31178 +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 36 lines last edited by Pvl-bot in process_mesh/main.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1737461c9614c32418dc3a6a2380620deb132acd +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 466 lines last edited by Lahav Lipson in process_mesh/main.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 6de4841646e9918984dc3bbf5136d287e57abc6c +Author: Alexander Raistrick +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 1 lines last edited by Alexander Raistrick in process_mesh/CMakeLists.txt + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ebc5d53b491d2a435fee5541f3f12a1f0baddc43 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 63 lines last edited by Lahav Lipson in process_mesh/CMakeLists.txt + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4078562f8255760aa1b0559b5459c653ad2e9f39 +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 17 lines last edited by Pvl-bot in process_mesh/load_blender_mesh.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ed074bd1d01007e92e140e5af1cfbb93e781b478 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 90 lines last edited by Lahav Lipson in process_mesh/load_blender_mesh.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit e25bfeb0360d491ce0fd2ff74e026c1ccb21db2f +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 9 lines last edited by Pvl-bot in process_mesh/buffer_arrays.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8d6197cf3755ad019a0d08b43bd48da723d44ea5 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 117 lines last edited by Lahav Lipson in process_mesh/buffer_arrays.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit be730db2ae4b1753f5aa7760f8b11dc28bc365fc +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 10 lines last edited by Pvl-bot in process_mesh/string_tools.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 5be114b4f28a03eb0d1a39ee298e16d9f193aea9 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 31 lines last edited by Lahav Lipson in process_mesh/string_tools.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9e9058a7111f13c301c21ec8f277480a0b54cbcc +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 12 lines last edited by Pvl-bot in process_mesh/camera_view.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 028cc4f75d2a3515021c5bf7765cb3a794058d24 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 24 lines last edited by Lahav Lipson in process_mesh/camera_view.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a817f1abedff14fab35fb2b3164f3b55d501c7a9 +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 14 lines last edited by Pvl-bot in process_mesh/io.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit bff6f301f8941a02e5e6f4be91dd518f51644331 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 47 lines last edited by Lahav Lipson in process_mesh/io.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit d7ca7a0294fb19407ca230daae14c2ccc6f2ffdc +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 12 lines last edited by Pvl-bot in process_mesh/camera_view.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 79bd829cbf4cd202b5cde8010de202d4e325e9ff +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 116 lines last edited by Lahav Lipson in process_mesh/camera_view.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9620bf42cf051b6fc541f266f724f9a2c704aa91 +Author: Pvl-bot +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 6 lines last edited by Pvl-bot in process_mesh/show.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 1a318ea77d09e7184064e932e5b80c8492d45cd5 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:59 2023 -0400 + + Add 50 lines last edited by Lahav Lipson in process_mesh/show.py + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 76614a208ddd8a34684f4879a09602426389e4dc +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 288 lines last edited by Pvl-bot in process_mesh/shader.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7be3e848014e4b10cb158aa54e391c90be8296f8 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 15 lines last edited by Pvl-bot in process_mesh/blender_object.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0d721679bf34c69af0e6b3ed8ec71b98f680a732 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 68 lines last edited by Lahav Lipson in process_mesh/blender_object.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 0317ee1a97004a364718866bb3f572f339cea12c +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 15 lines last edited by Pvl-bot in process_mesh/utils.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 3d0e5f41c695f86d5b4248f01d4d6d5ba4f7abb6 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 152 lines last edited by Lahav Lipson in process_mesh/utils.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 8bfe62e7a2af4d06601ff0d392cfe423c98e78f9 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 11 lines last edited by Lahav Lipson in process_mesh/load_blender_mesh.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fe7356b98a39e9595a5eea3d39e2bb41c45b4244 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 24 lines last edited by Pvl-bot in process_mesh/load_blender_mesh.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit c1846b7d90912cf9fa8ccb7cc844dce5a6e733d4 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 77 lines last edited by Pvl-bot in process_mesh/shader.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ae41e261f6ca62b1436a33cdc7eb5f0d9515e542 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 9 lines last edited by Pvl-bot in process_mesh/string_tools.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 23f38b7cd4fef89ef757c84d15e33f62de35e2ab +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 9 lines last edited by Lahav Lipson in process_mesh/string_tools.hpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit ca1611bccfab7ca8612793a09735d8d1961ac6c7 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 7 lines last edited by Pvl-bot in process_mesh/buffer_arrays.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 409785366db24f3cd6bb6a55145d625885d7a3eb +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 127 lines last edited by Lahav Lipson in process_mesh/buffer_arrays.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 4ce3c92de4d366f3c1d469162a97e014cd5fd9e2 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 20 lines last edited by Pvl-bot in process_mesh/io.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 9c81b0b573afd65976da018560a9171c8cdb0879 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 64 lines last edited by Lahav Lipson in process_mesh/io.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit a9b664c47ae75815726dd7de420b27d8d5df96dd +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 15 lines last edited by Pvl-bot in process_mesh/blender_object.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit 7135764600c01a5d71dc8b8de66b40b3744e4998 +Author: Lahav Lipson +Date: Fri Jun 30 03:10:58 2023 -0400 + + Add 185 lines last edited by Lahav Lipson in process_mesh/blender_object.cpp + + Commit made automatically to show authorship. This version of the code is not usable. + +commit fd99ac2314e85e2b7b5c9ebffb9107e2087b1902 +Author: Pvl-bot +Date: Fri Jun 30 03:10:58 2023 -0400 + + Initial commit + + Commit made automatically to show authorship. This version of the code is not usable. diff --git a/pyproject.toml b/pyproject.toml index 7e8caa6fe..5722067da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "landlab>=2.6.0", "matplotlib", "networkx", - "numpy", + "numpy<2", "opencv-python", "pandas", "psutil",