How to dynamically remove Vellum weld constraints?

   463   2   0
User Avatar
Member
3 posts
Joined: 2月 2025
オフライン
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.

Attachments:
weldconstraints.hiplc (6.9 MB)

User Avatar
Member
9315 posts
Joined: 7月 2007
オフライン
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
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
3 posts
Joined: 2月 2025
オフライン
thanks a lot
its work
  • Quick Links