From c90d9ed79278f8036ccf398bba56cc0a9135b635 Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Wed, 24 Dec 2025 10:12:32 +0100 Subject: [PATCH] [AnimationLoop] Deprecated ConstraintAnimationLoop --- .../src/sofa/component/animationloop/ConstraintAnimationLoop.h | 2 ++ Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/Sofa/Component/AnimationLoop/src/sofa/component/animationloop/ConstraintAnimationLoop.h b/Sofa/Component/AnimationLoop/src/sofa/component/animationloop/ConstraintAnimationLoop.h index f6136578c85..43c65a90504 100644 --- a/Sofa/Component/AnimationLoop/src/sofa/component/animationloop/ConstraintAnimationLoop.h +++ b/Sofa/Component/AnimationLoop/src/sofa/component/animationloop/ConstraintAnimationLoop.h @@ -22,6 +22,8 @@ #pragma once #include +SOFA_HEADER_DEPRECATED_NOT_REPLACED("v26.06", "v26.12") + #include #include diff --git a/Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp b/Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp index 9dfb443e592..41835aa4239 100644 --- a/Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp +++ b/Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp @@ -30,6 +30,7 @@ std::map > deprecatedComponents = { {"BruteForceDetection", Deprecated("v21.06", "v21.12")}, {"DirectSAP", Deprecated("v21.06", "v21.12")}, {"RigidRigidMapping", Deprecated("v23.06", "v23.12", "You can use the component RigidMapping with template='Rigid3,Rigid3' instead.")}, + {"ConstraintAnimationLoop", Deprecated("v26.06", "v26.12", "Use FreeMotionAnimationLoop instead.")}, }; std::map > movedComponents = {