We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b223ce2 commit 13c2a93Copy full SHA for 13c2a93
bindings/Sofa/tests/Core/Events.py
@@ -40,6 +40,7 @@ def test_events(self):
40
"""Test the BuildConstraintSystem and SolveConstraintSystem events."""
41
node = Sofa.Core.Node("root")
42
node.addObject("RequiredPlugin", name="Sofa.Component.AnimationLoop")
43
+ node.addObject("RequiredPlugin", name="Sofa.Component.Constraint.Lagrangian.Solver")
44
node.addObject("FreeMotionAnimationLoop", name="loop")
45
node.addObject("GenericConstraintSolver", name="constraintSolver")
46
controller = node.addObject( MyController() )
0 commit comments