8

How do I make an object's vertex follow another object?

(Not to be confused with: How to make the object follow another object's vertex)

David
  • 49,291
  • 38
  • 159
  • 317
gustavwiz
  • 183
  • 1
  • 3

1 Answers1

8

This can be done with the Hook modifier.

To hook vertices from "object A" to "object B", first assign all vertices of object A which you want to "follow" object B to a vertex group. Then add a hook modifier to object A and select the vertex group you have created and object B in their respective boxes on the modifier.

enter image description here

PGmath
  • 25,106
  • 17
  • 103
  • 199