AAF Test Build - Beta 67
Added 2019-03-18 09:08:03 +0000 UTC## [Beta 67] - 2019-3-18
### Added
- Optimizations to live stat calculations. The speed values may be somewhat different than before. But, they should be more consistent along with a performance gain.
- condition XML type. Works similar to condition nodes in previous XML. Just separated into its own file(s) and is referenced by id.
- statRules attribute to condition XML. Allows building conditions that check values of specific stats.
- conditions attribute to animation XML. Allows filtering animations from an animation group based on a condition. Is updated live. So, if a scale of conditions are implemented, animation stages can be controlled based on stats that change during the scene.
- loops attribute to animationGroup stage node. Allows defining how many times an animation should loop before moving on to the next stage (random or sequential).
- weight attribute to animationGroup stage node. Allows adjusting the odds that a given stage will play (when using non-sequential animationGroups).