Changelog Timeline
Stay up to date with new patches
July 19 2024
- 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)
- chore: fix typos and make camera feed plane a rectangle
- chore: Get rid of PFD in favor of nativefiledialogs-extended
June 2 2024
- fix(crash): properly create a pointer to a task
- feat: Implement camera feed in viewport scene (#267) Reviewed-on: /pulls/267