- make a selection of objects. The list of objects follows the selection order.
- Select the algorithm:
- Percent: Keep a random percentage of the total quantity of nodes in the current selection.
- Set: Group the selection in sets of (N) items, and randomly deselect some of these sets.
- Subtract: Randomly reduce the selection by the given percentage.
- Pattern: Reduction pattern determined by the “Keep” and “Quit” values that sets how much objects will be skipped or flagged for deselect.
- Each iteration works over the original selection. Use the “re-select objects” to update it.