Go to: Synopsis. Return value. MEL examples.
isAnimCurve (string $object)
int : true if the object is an animCurve, false if not |
Variable Name | Variable Type | Description |
---|---|---|
$object | string | : The name of the object |
polySphere; string $sel[] = `ls -sl`; isAnimCurve($sel[0]);