SubDs | SD | Set of SubDs to tween through | Goo |
Factor | F | Tween factor (0.0 = SubD at SD start, 1.0 = SubD at SD end), unless Normalized is False | Number |
Normalized | N | If False, the rules for factor are (0.0 = SubD at index 0, Index number of last SubD = SubD at last index). The tween factor range from one SubD to the next SubD in the list is: Index number of a SubD = the SubD at that index, Index number of the next SubD = the next SubD in the list, factors between the SubD index numbers will be the corresponding tweens. For instance: A tween factor of 2.5 will result in a tween SubD halfway between the SubD at index 2 and the SubD at index 3. | Boolean |
Equalized | E | If True, tween distribution is evaluated along the tween path without considering the locations of the input SubD set | Boolean |
Weighted | W | If True, tween distribution is weighted by the input SubD set and the tween path curvature | Boolean |
Degree | D | Curvature degree of the tween path, degree should be a positive odd number | Integer |
Interpolation Type | I | Determines how the tween path is interpolated (0 = Linear, 1 = Chord, 2 = Square Root, 3 = Uniform) | Integer |
Crease Type | Cr | Determines how SubDs are creased (0 = None, 1 = At Creases, 2 = At Edges) | Integer |
Corner Type | Co | Determines how SubDs are cornered (0 = None, 1 = At Corners) | Integer |
Interpolate Vertices | Iv | If True, SubDs are interpolated through their control polygon vertices | Boolean |