Skip to content

Commit 8bf375f

Browse files
authored
[AnimationLoop] Deprecated ConstraintAnimationLoop (#5842)
1 parent 66887f7 commit 8bf375f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Sofa/Component/AnimationLoop/src/sofa/component/animationloop/ConstraintAnimationLoop.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#pragma once
2323
#include <sofa/component/animationloop/config.h>
2424

25+
SOFA_HEADER_DEPRECATED_NOT_REPLACED("v26.06", "v26.12")
26+
2527

2628
#include <sofa/helper/map.h>
2729
#include <sofa/linearalgebra/FullMatrix.h>

Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ std::map<std::string, Deprecated, std::less<> > deprecatedComponents = {
3030
{"BruteForceDetection", Deprecated("v21.06", "v21.12")},
3131
{"DirectSAP", Deprecated("v21.06", "v21.12")},
3232
{"RigidRigidMapping", Deprecated("v23.06", "v23.12", "You can use the component RigidMapping with template='Rigid3,Rigid3' instead.")},
33+
{"ConstraintAnimationLoop", Deprecated("v26.06", "v26.12", "Use FreeMotionAnimationLoop instead.")},
3334
};
3435

3536
std::map<std::string, ComponentChange, std::less<> > movedComponents = {

0 commit comments

Comments
 (0)