Can scenes be split into files?

Can I split my scenes into individual files for each scene? I have it set up to do this for my scripts. For scenes, I don’t see a clear place to put !include scenes/this_scene.yaml.

In configuration.yaml:

scene: !include_dir_list scene/

Then create a directory called scene and put your individual scene yaml files in it.

See my github for a working (although slightly more complicated) example:

Link removed

3 Likes

Oh nice. I think that’s exactly what I’m looking for!