TakeNodes group the FCurves of a certain take together. The number of FCurves in a TakeNode are determined by the dimension of the parameter. For example a Float parameter only has one FCurve while a 3-dimensional Vec3D parameter has 3 FCurves. TakeNodes are child objects of Parameter objects. Properties
Constructor
Methods
FCurve fCurveAtIndex(Number index) |
|
|
|
Returns the FCurve at index. |
Number fCurveCount() |
|
|
|
Returns the number of FCurves in the TakeNode. This number is identical to the dimension of the parameter. |
String name() |
|
|
|
Retunrs the name of the TakeNode. |
Number totalKeyCount() |
|
|
|
Tells you if there were any keys recorded in that TakeNode. |