Hello, I am trying to remove weld constraints dynamically through a SOP Solver. The constraints are being removed inside the SOP Solver, but at the object level nothing happens with the weld. How can I remove it? If I try to remove, for example, a glue constraint in the same way, everything works fine.
welds are not constraints, but i@weld attribute on Geometry (not ConstraintGeometry) that points to the point it's welded to you can set i@weld to -1 to break it manually