script (MEL) |
Only available in MEL |
isAnimCurve |
In categories: Animation |
Go to: Synopsis. Return value. MEL examples.
isAnimCurve (string $object)
Determines whether or not the specified object is an animCurve
(i.e. its nodeType is one
of animCurveTL, animCurveTA, animCurveTU, animCurveTT,
animCurveUL, animCurveUA, animCurveUU or animCurveUT)
None
Arguments
Variable Name |
Variable Type |
Description |
$object | string | : The name of the object
|
polySphere;
string $sel[] = `ls -sl`;
isAnimCurve($sel[0]);