Meshes | M | Set of meshes to tween through | Mesh |
Factor | F | Tween factor (0.0 = Mesh at M start, 1.0 = Mesh at M end), unless Normalized is False | Number |
Normalized | N | If False, the rules for factor are (0.0 = Mesh at index 0, Index number of last mesh = Mesh at last index)
The tween factor range from one mesh to the next mesh in the list is:
Index number of a mesh = the mesh at that index, Index number of the next mesh = the next mesh in the list, factors between the mesh index numbers will be the corresponding tweens.
For instance:
A tween factor of 2.5 will result in a tween mesh halfway between the mesh at index 2 and the mesh at index 3. | Boolean |
Equalized | E | If True, tween distribution is evaluated along the tween path without considering the locations of the input mesh set | Boolean |
Weighted | W | If True, tween distribution is weighted by the input mesh set and the tween path curvature | Boolean |
Loopback | L | If True, allow the tween path to continue from the end back to the start as a closed loop
(if Normalized is False, increase the tween factor range maximum by 1) | 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 |
Colored Type | C | Determines how mesh vertex colors are tweened
0 = None
1 = Fast
2 = Accurate | Integer |