AAF Test Build - Beta 157
Added 2020-11-23 09:58:59 +0000 UTC## [Beta 157] - 2020-11-22
### Added
- Some additional error reporting info in areas where breaks (usually due to XML issues) are most common.
- StopSceneWithAbruptStop to API. This is to replace functionality removed by taking abruptStop out of the StopScene function. A little clunky to have two similar functions like this. But, it allows for better backward compatbility.
### Removed
- abruptStop parameter from StopScene API function. This is just to restore compatibility with older mods so that they don't need to be recompiled to work with new versions of AAF.
### Fixed
- xsd combined logic for tag nodes in tagData and equipmentRuleData XML types.
- number of actors to remove from scene sometimes incorrect.
- scene not completely ending after all actors have exited ("unjoin error").
- redundant actor unlocks called.