Punch holes

 From:  Michael Gibson
2749.46 In reply to 2749.41 
Hi Pilou,

> curves ordered on a line as like your animation, because here you have
> 10 lines but if 500? :)
> (like in a map of terrain levels)

Yes, that's actually the entire purpose of that script, to make it easier to handle a large number of items such as 500 lines.

You just use the same process shown there, select one + right click and repeat.

That's what is nice about that script, it allows you to arrange items with only 2 clicks in the same area of the screen for placing each one, it's much much faster than moving the mouse around to snap on to the base and target point for each item...

As you can see from the screencap, it only takes about 1 second (maybe even less) to place each item with this script helping you, so placing 500 items would be roughly 500 seconds of work = roughly 8 minutes of work instead of much longer than that...

I don't think there is much possibility for a script to automatically determine which pieces are supposed to go to which slots without selecting them though, that would require some kind of advanced pattern recognition or artifical intelligence for the script to analyze the curves and try and understand which one was supposed to be the next in the sequence. Sometimes there may be kind of "islands" where there are more than 1 thing that should go to the same slot as well.

The script is not meant to make 500 curves instantly go into place with one single click, you still have guide the process with selection but the script will help speed things up quite a lot compared to doing all the manual transformation steps that would otherwise be required.

Pilou, you're just too lazy and don't want to do any work at all! :)

- Michael