Absolutely interested !! I'm not good at cloning or repeating. Stil bangging my head at generating arrays.
I get the correct number of point per (original) id (ID 0 have 0 point, ID 1 have 1 point, ID 2 have 2 points, ...etc... ) But I'm having difficulties in sorting the points per clusters, so that : Cluster 0 has point ID 0 Cluster 1 has points IDs 1,2 Cluster 2 has points IDs 3,4,5 Cluster 3 has points IDs 6,7,8,9 Etc... Ultimatly the clusters should be organised like this Cluster 0 has point ID 0 Cluster 1 has points IDs 0,1 Cluster 2 has points IDs 0,1,2 Cluster 3 has points IDs 0,1,2,3 On Mon, Aug 31, 2015 at 1:15 PM, Cesar Saez <[email protected]> wrote: > Hi Olivier, > > What about clonning the point using its id to drive the number of clones ( > (id+1) * 10 )? > I don't have softimage installed at home anymore, but I can give it a try > tomorrow during lunchtime at work if you are still interested. > > Regards, > Cesar >

