3

I have an icosphere and I want to move it following a curve. I want the centre of the icosphere to follow the curve.

I tried snapping, but seemingly this does not work with a curve. My intention is not animation but simply the design of the scene, so movement along a path is not what I want.

2 Answers2

4

Quickest hacky way of doing this is to convert the curve into a mesh by selecting curve and go to Object > Convert > Mesh.

enter image description here

Then turn on snapping with Snap To edge enabled and Snap With to Center. Make sure Transform Pivot Point is set to Median Point.

enter image description here

enter image description here

enter image description here

Benus
  • 3,323
  • 6
  • 21
4

As Moonboots wrote, just use Follow path constraint and don't tap on "animate path". You can define your position by sliding the offset:

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84