AAF Test Build - Beta 152
Added 2020-10-12 23:03:09 +0000 UTC## [Beta 152] - 2020-10-11
### Added
- Sanity check for multiple scene exit requests from Papyrus.
- OnSceneInit error for when a scene join fails due to no scene existing among the actors selected. Could theoretically happen if their scene ended in the tiny window between starting the join and the time it tries to start the join scene.
- OnSceneInit error for when a join is attempted on a scene that is in an exiting state.
- do_data_cleanup to ini settings. Allows turning off the code that marks raw XML for deletion. This is on by default. But, some have reported that this slows down boot-up with large amounts of XML. So, option added to turn off if you are not afraid of using too much memory.
### Removed
- MD5 creation for XML. This may not ever be utilized (and isn't used now) and added time to boot-up for those with a lot of XML installed.