On 15/10/2015 at 02:42, xxxxxxxx wrote:
Hi,
I got a spline object, which contains many different segments.
the spline object is used as a Mograph object "inside the cloner". , so clones are cloned exactly on spline points "only points"
I want to create an effector which can scale clones depending on the point , for example if this point is the end of a segment, scale it., I couldn't find what I want from SplineHelp class nor SplineObject "I can't choose points?? just %t which is kinda weird.."
any ideas?
summary of what I want:
1- iterate over all spline points, detect this point "index inside segment"
2- a method to delete clones? "may be with a generator Python object if the effector won't work in this case (and I expect it to not work as it is somehow called once per clone) , or a tag? "tag will be better than a generator"