redraw curve to reduce points

 From:  Michael Gibson
3838.17 In reply to 3838.14 
Hi Marc, and here's kind of the opposite example from the last one - here is a curve that has the shape of a simple line:



But when you turn on control points, there are actually 100 control points in that curve, like this:




But rebuild does not care at all that there is 100 control points in that curve initially - rebuild only uses the shape of the curve to guide the newly constructed curve.

Trying to put some kind of special weight on trying to preserve the 100 initial messy non evenly spaced control points doesn't really make any sense here.

That's why it would not really work to try and make Rebuild be connected to the existing number of control points in the curve - that particular information just does not have anything to do with how Rebuild functions (in either mode).

- Michael