Skip to content

Commit

Permalink
ENH: Update Autoscoper with Quaternion support
Browse files Browse the repository at this point in the history
In addition of UI fix related to volume selection, it also fixes the use
of the "delete" key for removing a pose on a frame.

List of Autoscoper changes:

```
$ git shortlog 22b1a41e0..4d2eec33f --no-merges
Anthony Lombardi (3):
      BUG: Fix Volume item selection area
      ENH: Reenable original delete functionality
      ENH: Update interpolation to use Quaternions rather than eulers (#255)

Jean-Christophe Fillion-Robin (7):
      STYLE: Remove redundant header guard from "Socket.h"
      STYLE: Improve C++ source files formatting using uncrustify
      ENH: Add clang-format configuration & associated exceptions
      STYLE: Consistent formatting of C++ sources using clang-format
      ENH: Update pre-commit config to include "clang-format"
      STYLE: Ignore source files formatting changes in blame history
      STYLE: Cleanup clang-format configuration files
```
  • Loading branch information
jcfr committed Feb 29, 2024
1 parent f732df9 commit 9063235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_Autoscoper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${SUPERBUILD_TOPLEVEL_PROJECT}_USE_SYSTEM_${p

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"22b1a41e0b7b6a2de330f436d8834d1a0b96a3ac"
"4d2eec33f2e60ad4e81031832915891c690862db"
QUIET
)

Expand Down

0 comments on commit 9063235

Please sign in to comment.