├── .gitignore ├── GA.py ├── GA_material.py ├── GA_tools.py ├── GA_user_interface.py ├── LICENSE ├── README └── __init__.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/.gitignore -------------------------------------------------------------------------------- /GA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/GA.py -------------------------------------------------------------------------------- /GA_material.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/GA_material.py -------------------------------------------------------------------------------- /GA_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/GA_tools.py -------------------------------------------------------------------------------- /GA_user_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/GA_user_interface.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/README -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linko-3D/AssetGen/HEAD/__init__.py --------------------------------------------------------------------------------