MFnKeyframeDelta Class Reference
#include <MFnKeyframeDelta.h>
Base function set for keyframe deltas.
Keyframe delta objects are returned via the MAnimMessage::animKeyframeEditedCallback( ... ). They describe atomic changes to keyframes as a result of a curve edit operation. Refer to the documentation in MAnimMessage class for further information.
Base function set for all keyframe delta objects. A keyframe delta object is generated from the MAnimMessage::addAnimKeyframeEditedCallback.
|
virtual const char * | className () const |
| Class name.
|
|
Constructor.
Class constructor that initializes the function set to the given MObject.
- Parameters
-
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
- Status Codes:
- MS::kSuccess if the function set is successfully attached
- MS::kInvalidParameter if the MObject does not represent a valid Maya object or if the function set is not allowed to attach to this MObject
Constructor.
Class constructor that initializes the function set to the given MObject.
- Parameters
-
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
- Status Codes:
- MS::kSuccess if the function set is successfully attached
- MS::kInvalidParameter if the MObject does not represent a valid Maya object or if the function set is not allowed to attach to this MObject
Return the Animation Curve MObject that this key belongs to.
- Parameters
-
[out] | ReturnStatus | Return code. |
- Returns
- A MObject, readable by MFnAnimCurve.
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
unsigned int keyIndex |
( |
MStatus * |
ReturnStatus = NULL | ) |
const |
|
virtual |
The index of this key on the animation curve.
Note that when keys are added and then moved in a single action, the delta for the added key may refer to a key that no longer exists. In this case, the index returned related to the add operation will be the index where the key would be if it still existed on the curve. For example, if an animation curve has keys at frames 1 and 10, and a key is added at frame 12 and then moved to frame 11 in a single action, when the callback for the addition is received, the key at frame 12 will no longer exist. In this case, the keyIndex returned will be 3, to indicate that the key would be at index 3 if it existed.
- Parameters
-
[out] | ReturnStatus | Return code. |
- Returns
- An unsigned int representing the position of the key on the curve.
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
- MS::kInvalidParameter key index is not available for this delta object.
Reimplemented in MFnKeyframeDeltaAddRemove, and MFnKeyframeDeltaMove.
The documentation for this class was generated from the following files:
- MFnKeyframeDelta.h
- MFnKeyframeDelta.cpp