Loft factory question

 From:  Michael Gibson
5493.11 In reply to 5493.10 
Hi Brian,

> Note: Loft does not work with points. (?)

Yes, that's correct - someday I'd like to allow for points, but they'd have to go just at the start or end.


> Edit again: But it is less able than the official loft. (Try 3 circles in different order.)

The regular loft command calls moi.geometryDatabase.sortCurves( curves ) on line 18 - that where all of the automatic ordering logic comes into play, like handling a bunch of window selected curves on parallel planes by putting them in the plane stacking order. A different script should be able to call the same sort function if it wants to get the same behavior as the regular loft command too.

- Michael