AAF Test Build - Beta 126
Added 2020-04-19 22:32:36 +0000 UTC## [Beta 126] - 2020-4-18
### Added
- Ability to show a banner indefinitely (enter -1 as the duration).
- ClearBanner function to API. Clears the current banner being displayed.
- banner attribute to animation node in animation XML. Shows the defined banner during the animation. If the banner has an indefinite duration (ie. -1) it will clear the banner when that animation loop stops. This attribute should not be used at the same time as the startBanner attribute on the position XML or they will compete to show and turn off banners at odd times.
### Changed
- Position startBanner to display when animation loop starts rather than during gathering state or transition animation. Will remove itself when the animation loop stops if it has an indefinite duration.
- common.xsd - Allow empty self and target nodes in action XML. Made to attribute in value type node optional. Allow for multiple morphSet nodes. Allow banner attribute on animation node.
---
## [Beta 125] - 2020-4-18
### Fixed
- A typo in the base XML that caused AAF to fail loading at 20%.
- common.xsd to allow multiple tree nodes in position tree and many other fixes.
### Changed
- Optional AAF XML from FOMOD to use the new XML structure.