├── .gitignore ├── README.md ├── __init__.py └── blender_manifest.toml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tin2tin/Music_Stems_Separator/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tin2tin/Music_Stems_Separator/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tin2tin/Music_Stems_Separator/HEAD/__init__.py -------------------------------------------------------------------------------- /blender_manifest.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tin2tin/Music_Stems_Separator/HEAD/blender_manifest.toml --------------------------------------------------------------------------------