Changelog Timeline
Stay up to date with new patches
May 5 2023
- cleanup after merge
- Re-implement triangulation task Reviewed-on: /pulls/46
- Revert "Buildsystem: update vcpkg baseline" This reverts commit fc31b29b3c2e24d25b2a47cf9a5a9db76bdfe55e.
- Buildsystem: update vcpkg baseline
May 4 2023
- fix pose detection when no detection detected
May 2 2023
- Misc: remove unintentionally added config file
- ImGUI: Add Gold style by CookiePLMonster from ImThemes
- remove Config.json from repo
- split syncqueue into two cases, change closing logic
- Viewport UI: fix unintentional copy of recordings
- Viewport UI: Restore transformer panel
- Commands: Bring back FrameEndedCommand but add a note about possible performance issues
- Sequencer: Re-implement ViewportBasicCategory to support transform node, channel locking and channel explosion - adjust estimator mgr slightly
- Config: Add missing context to ViewportConfig object, fixes build
May 1 2023
- Fonts: Add additional 20 pixels font size
- Config: Validate config type contains instance of context type in reflection metadata
- implement explodable category transform buttons
April 30 2023
- Properly reset sequencer on recording change or on estimation task start add a bit more comments to sequencer disable sequencer options while it has no data
- UI: Add estimation tools to Viewport Tab (#35) Reviewed-on: /pulls/35
April 29 2023
- Sequencer: bring back playback bar
- BGFX: Enable VSYNC when resetting viewport due to resize
- Reflection: move attributes to dedicated file Reflection/Config: Implement attr::SerializationFeatures and properly handle it during serialization, restore original behavior of not serializing default fields, closes /issues/20
- fix SaveToFile image target finishing prematurely
April 28 2023
- fix boost asio compile warning
- move displaying captured camera frames to thread separated from camera itself solves #29
- UI: Rename configurations tab into settings tab
- UI: add configurations tab
- misc: Add system initalization loggers when starting application
- Merge pull request 'Fonts: Implement multiple sizes' (#28) from riz/font-sizes into master Reviewed-on: /pulls/28
- codestyle changes