Introduced with R6
Introduction
A Super fast spline trimming Modifier, which can do stippling faster than anything else.
Its easier than anything else, and an order of magnitude faster than anything else.
- this works by reducing the number of points your spline has. it just clips points of the end of the point count. that makes it super fast...
- Stipple works by changing the number of segments, it does not effect the point count. Again, super simple and super fast.
if you compare what it does to other methods, it is less flexible, be therefor it is an order of magnitude faster. You can moddifiy lots of splines very quickly with this. It was made specifically to manage lots of contour lines, but it will work just fine with any spine you throw at it.
Easy to use, and very fast. The more splines you give it to work on, the better it gets !
Settings

Strength
Trims points of the end of your spline.
- at 0% you have no points..
- at 100% you have all points.
- at 50% you have half of your points.
All points still exist on the spline, only the segment counts are adjusted..
Clip Partial Segments
When this option is active, if points are removed from a segment, the entire segment is removed.
Stipple
Stipple creates new segments from a spline. skipping every other edge point connection. it does nto change the point count, only the segment count.
- Off : no segments are stippled.
- Both : all segments are stippled.
- Even: only segments with even point count are stippled.
- Odd: only segments with an odd point count are stippled.
Trim processed first,Stipple last..
You can easily stipple anything.it works just like any other modifier.

Setting Trim to 50% clips half of the segments. so you only see 4 segments instead of 8.
