Changelog Timeline
Stay up to date with new patches
July 22 2024
- fix(ui): quality of life changes to manual extrinsic window display cm values with higher precision, disallow input if we cannot run calibration anyway, better widget fitting add missing field checks
July 19 2024
- fix: task could sometimes use last track as input when not intended
- fix: frame selectors when track length is not in full seconds
- fix: recording data didnt know its own name
- chore: remove duplicated call
- feature: task to glue tracks together
- feature: improve copy tracks task
July 15 2024
- feat: copy tracks between recordings
- feat: improve UE LiveLink connection
July 12 2024
- Merge remote-tracking branch 'AImation/master' into koostosh/ueConnector2
- handle coord selection
- fix: remove debug code introduced in 7f2bfc716a5ff511e199112fe5fd2469a6e76f0e
- fix(layout): Fixed window size for intrinsic calibration picker with scrollbar if there is many files
July 9 2024
- fix: properly set calibration resolution when saving the results
July 1 2024
- feat: Calibration file dictates resolution (#270) Display only resolutions that match intrinsic/extrinsic resolution as others are invalid add an option to reset intrinsic or extrinsic calibrations in respective UIs Reviewed-on: /pulls/270
June 14 2024
- feat: mock ue streamer tool
- chore: get rid of mobile device code This will be rewritten using windows media sources
- fix(streaming/ui): Frames are always streamed to integrations unless disabled in streaming ui
June 12 2024
- fix: restore streaming in live link connector
- fix: adjust size of frame selectors if there is not enough space to fit them on a single line with default size
June 11 2024
- fix(streaming): query streaming targets every frame instead of caching it at the moment of modal creation fix(typo): update comments in commit 7b8ce76e450ff4e63e76356c8ba183198fc93753
- fix(trackbar/stream): Move streaming button to upper trackbar menu instead of track context as we require previewed track first for streaming and can only stream previewed track at the moment fix(trackbar): always draw trackbar nodes to ensure a scrollba
June 10 2024
- feat: replace nfd with direct winapi calls
- feat: Stream currently previewing track to integrations
June 6 2024
- fix: serialize json objects as string with json type instead of msgpack, we have to be able to distinguish packet type
June 5 2024
- feat: add extra info to task tooltips
- feat: packets binary serialization write
June 4 2024
- feat: Notification system (#269) Reviewed-on: /pulls/269
June 3 2024
- feat: update animation only if needed. up to 60% FPS boost
- feat: send data to UE using Live Link only supports sending the current frame, only sends basic model bones + two virtual bones (midhip and neck)