MFnKeyframeDeltaScale Class Reference
#include <MFnKeyframeDeltaScale.h>
This method is obsolete.
- Deprecated:
- Not used. Maya instead generates MFnKeyframeDeltaMove and MFnKeyframeDeltaTangent events when a group of keys is scaled.
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
const char * className |
( |
| ) |
const |
|
protectedvirtual |
Class name.
Return the class name : "MFnKeyframeDeltaScale".
Reimplemented from MFnKeyframeDelta.
The start time of the scaling block.
- Parameters
-
[out] | ReturnStatus | return code. |
- Returns
- An MTime value
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
The end time of the scaling block.
- Parameters
-
[out] | ReturnStatus | return code. |
- Returns
- An MTime value
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
MTime currentStartTime |
( |
MStatus * |
ReturnStatus = NULL | ) |
const |
The current scale time (after scaling has been performed).
- Parameters
-
[out] | ReturnStatus | return code. |
- Returns
- An MTime value
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
The current end time.
- Parameters
-
[out] | ReturnStatus | return code. |
- Returns
- An MTime value
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
The pivot point of the scale (in time).
- Parameters
-
[out] | ReturnStatus | return code. |
- Returns
- An MTime value
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
The documentation for this class was generated from the following files:
- MFnKeyframeDeltaScale.h
- MFnKeyframeDeltaScale.cpp