Releases: ThatChair/PoseAnalysis
Releases · ThatChair/PoseAnalysis
Version 1.1.0
It's finally out!
Not the full list of features I wanted, but I just decided to ship it
Changelog
- Added the View Menu, which allows toggling the view of different objects
- Added MOV support
- Added arm velocities (BETA)
Full Changelog: v1.0.5...v1.1.0
Version 1.0.5
Haven't had enough time to work on 1.1, but some small changes in the meantime
Changelog
- Auto importing of python libraries
- Improved video loading and error handling
- New keybinds
Full Changelog: v1.0.4...v1.0.5
Version 1.0.4
Just some small changes, but a lot went on under the hood
Changelog
- Pose display now starts in the correct orientation
- Version is now displayed in the top right
- Rendering code refactored to improve readability
- Multik dependency removed
Version 1.0.3
Some more bugfixes
Changelog
- Added simple logging capability
- Fixed app crashing on displaying certain errors
- Changed INFO.md
- Fixed loading animation not disappearing when an error occurs
Full Changelog: v1.0.2...v1.0.3
Version 1.0.2
A couple quick fixes for some big bugs
Changelog
- Improved Python version calling. Now if you have multiple versions it will pick 3.11
- Improved back-end error handling
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
Just a patch fixing some issues with the initial release
Changelog
- Fixed Zooming for touch-pad and scroll wheel
- Fixed Jar version by requiring python download
- Fixed app using python 3.12 instead of 3.11
- Decreased loading times
- Fixed negative zooming
- Fixed points not zooming correctly
- Fixed incorrect welcome text
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
First release!
-
Working 3d animation view
-
Working time slider and pause/play button
-
Capability to open both videos and custom .json files
-
Edit: Removed JAR due to instability