Releases: stephengold/Wes
Releases · stephengold/Wes
Release list
0.8.4
Special pre-release for testing.
- Targeted v9.4.0-test1 of the Heart library and v3.10.0-beta2 of JMonkeyEngine.
0.8.3
- Added the
AnimationEdit.retargetClip()method. - Targeted v9.3.0 of the Heart library and v3.9.0-stable of JMonkeyEngine.
- Added developer ID and inception year to the POM.
- Updated the Gradle build tool to v9.3.0. When building this project, JDK 17+ is now assumed, though this can be worked around.
0.8.2
- Added the
TrackEdit.translate()method. - Reconfigured to publish via Central Publisher Portal instead of OSSRH.
- Targeted v9.2.0 of the Heart library and v3.8.1-stable of JMonkeyEngine.
Wes 0.8.1
- Bugfix:
TrackEdit.cloneTrack()doesn't clone deeply enough - Bugfix:
AnimationEdit.zeroFirst()has unexpected side effects - Renamed 3 methods and deprecated the original names:
MyAnimation.getScales()MyAnimation.getRotations()MyAnimation.getTranslations()
- Added the
SupportUtilsclass (derived from Maud). - Added 4 new methods:
AnimationEdit.replaceTranslations()AnimationEdit.translateForInitialSupport()AnimationEdit.translateForSupport()AnimationEdit.translateForTraction()
Wes 0.8.0
- Bugfix: 4 methods use wrong fill transform for the new animation system:
TweenTransforms.interpolate()TrackEdit.insertKeyframe()TrackEdit.replaceKeyframe()TrackEdit.truncate()
- Added a new
TransformTrackBuilderclass. - Added 2 more constructors for
SkeletonMapping, to construct one-to-one mappings for anArmatureorSkeleton. - Targeted JME version 3.6.1-stable.
- Based on v8.7.0 of the Heart library.
Wes 0.7.5
- Targeted JME version 3.6.0-stable.
- Based on v8.3.2 of the Heart Library and v1.0.0 of Acorus.
Wes 0.7.4+for36
- Bugfix:
Pose.setToClip()yields incorrect poses for certain tracks - Upgraded to Gradle v8.0.2 .
Wes 0.7.3+for36
- Targeted JME version 3.6.0-beta3.
- Based on v8.3.1+for36 of the Heart Library and v0.9.18+for36 of Acorus.
- Upgraded to Gradle v8.0.1 .
Wes v0.7.2
- Targeted JME version 3.5.2-stable.
- Based on v8.0.0 of the Heart Library and v0.9.16 of Acorus.
Wes v0.7.1
Bugfix: TweenTransforms uses the wrong cycle time to interpolate a TransformTrack.