Skip to content

Commit 23a3bdb

Browse files
committed
ENH: Backport SurfaceToolbox module updates from SlicerSALT fork
This commit updates SlicerSurfaceToolbox to backport the following modules from the SlicerSALT fork: - AverageMesh - MeshDataImprinter - SurfaceDistance - SurfaceFeatureExtractor It also backports improvements associated with the MeshAlignment module. These changes correspond to those proposed in the following pull requests which are still under review and not yet merged upstream: - Slicer/SlicerSurfaceToolbox#71 - Slicer/SlicerSurfaceToolbox#72 - Slicer/SlicerSurfaceToolbox#73 - Slicer/SlicerSurfaceToolbox#74 - Slicer/SlicerSurfaceToolbox#75 List of changes: ``` $ git shortlog 26715cf..389b220 --no-merges Ye Han (5): [Backport PR-71] ENH:Add MeshAlignment module [Backport PR-72] ENH: Add MeshDataImprinter module [Backport PR-73] ENH: Add SurfaceFeatureExtractor module [Backport PR-74] ENH: Add SurfaceDistance Module [Backport PR-75] ENH: Add AverageMesh module ```
1 parent 9a57ff5 commit 23a3bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SuperBuild.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ list_conditional_append(Slicer_BUILD_LandmarkRegistration Slicer_REMOTE_DEPENDEN
338338

339339
Slicer_Remote_Add(SurfaceToolbox
340340
GIT_REPOSITORY "${EP_GIT_PROTOCOL}://github.com/slicersalt/SlicerSurfaceToolbox"
341-
GIT_TAG 26715cf15e90bfd23fcbe35b09581bddb6267360 # slicersalt-2025-01-05-e8b8f70
341+
GIT_TAG 389b2204d3da496bf33bb350a5a1f0070707e584 # slicersalt-2025-01-05-e8b8f70
342342
OPTION_NAME Slicer_BUILD_SurfaceToolbox
343343
OPTION_DEPENDS "Slicer_USE_PYTHONQT"
344344
LABELS REMOTE_MODULE

0 commit comments

Comments
 (0)