You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joint=int(changed[0]) # report only first violation
1163
1163
raiseRuntimeError(
1164
1164
f"Changing dynamic constraint topology for joint {joint} "
1165
-
f"({self.model.joint_label[joint]!r}) is not supported; recreate SolverKamino to apply the change."
1166
-
"The dynamic constraint topology changes if armature, damping, target stiffness, or target damping are updated to non-zero values, while they were zero when creating the solver."
1165
+
f"({self.model.joint_label[joint]!r}) is not supported; recreate SolverKamino to apply the change."
1166
+
"The dynamic constraint topology changes if armature, damping, target stiffness, or target damping are updated to non-zero values, while they were zero when creating the solver."
1167
1167
"The opposite is also true: if the values are updated to zero, while they were non-zero when creating the solver, the dynamic constraint topology also changes."
0 commit comments