From 9a3fc3092c45b53e8ff7460200b3ca6b7c8f45c5 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Fri, 6 Sep 2024 08:09:05 -0400 Subject: [PATCH] ENH: Update Autoscoper Includes the following improvements and fixes: * Pivot alignment and centering * Add glossary of terms to the Getting Started page * Fix tab order in tracking dialog UI * Multi tracking file support * Adds support for manipulating DRR position using the arrow keys. Controls * Add missing conversion from quaternion to eulers in getPose * Add toggle radiograph shortcut List of Autoscoper changes: ``` $ git shortlog 8fe9748ab..8bb1c4e07 --no-merges Anthony Lombardi (15): ENH: Add toggle radiograph shortcut DOC: Update shortcuts.md with radiograph toggle BUG: Add missing conversion from quaternion to eulers in getPose (#296) BUG: Ensure UI visualization is updated when setPose is called ENH: Support DRR manipulation with arrow keys DOC: Update shortcuts.md with arrow keys COMP: Remove empty KeyCurve implementation file ENH: Support loading and swapping between multiple tracking files DOC: Update shortcuts.md to include tracking file swap keys ENH: Add disaply to UI to show number of active tracking sets BUG: Fix tab order in tracking options dialog ui file DOC: Add glossary of terms to the `Getting Started` page ENH: Add shortcut to snap pivot back to COM of the PVOL ENH: Add short to align pivot with global axes DOC: Add shortcuts O and P to docs Jean-Christophe Fillion-Robin (4): ENH: Update pre-commit settings adding "mixed-line-ending" STYLE: Ensure source files line ending is consistent ENH: Update pre-commit settings adding "end-of-file-fixer" ENH: Simplify VolumeDescription API by removing Vec3f method ``` Co-authored-by: Anthony Lombardi --- SuperBuild/External_Autoscoper.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/External_Autoscoper.cmake b/SuperBuild/External_Autoscoper.cmake index 78bd0e2..fade7bd 100644 --- a/SuperBuild/External_Autoscoper.cmake +++ b/SuperBuild/External_Autoscoper.cmake @@ -35,7 +35,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${SUPERBUILD_TOPLEVEL_PROJECT}_USE_SYSTEM_${p ExternalProject_SetIfNotDefined( Slicer_${proj}_GIT_TAG - "8fe9748ab0680955a8c18015009eff0cb457e29a" + "8bb1c4e07430dcc53c9771582b97f3bbb9ed2347" QUIET )