Is there any way to distribute object along spline in 3ds max? Distributed objects should change their position dynamically when I move spline vertices.
__________
Sorry for my English
__________
Sorry for my English
for i = 1 to (selection.count) do selection[i].pos.controller.path_Constraint.percent = (i - 1) * (100.0 / (selection.count - 1))
for i = 1 to (selection.count) do selection[i].pos.controller.path_Constraint.percent = (i - 1) * (100.0 / (selection.count - 1))
Comment