All scale are set to default which is 1, What I'm trying to do here is to make an escalator but I need a concept first so I'm trying to do it with a cube but it is not stationary I want it to be no deformation but just to follow the curve. No Deformation, No Rotation, only the location if that is possible?
Asked
Active
Viewed 25 times
1
-
1Is a vertical variation on this what you're looking for? If not, an illustration would really help clarify your question.. – Robin Betts Apr 21 '23 at 04:39
-
Might also be interested in https://blender.stackexchange.com/questions/165628/lamp-posts-correctly-oriented-instances-on-a-3d-curve/165691#165691 – Gorgious Apr 21 '23 at 09:29
1 Answers
1
If you assign a Curve modifier to an object, the object will deform. What you can do is create a single vertex, give it an Array modifier (with the Constant Offset option) and a Curve modifier with the curve as Curve Object:
Also in the Object panel > Instancing, enable Vertices:
Parent your stair step to the vertex object, the step will duplicate:
This works if the step stays straight, if the step is supposed to rotate on Z you'll need to use another method.
moonboots
- 155,560
- 7
- 105
- 171


