#include<kfbxtakenode.h>
An object derived from classKFbxTakeNodeContainercontains multiple take nodes to hold animation data.
In the case of classKFbxNode, a take node contains all animation curves necessary to define the animation for a node and its attribute. By having multiple take nodes, a node might be animated differently. A scene description held in a node hierarchy can be animated differently using different animation take nodes.
This object can be used to access the different animation curves that define a take node. Some channels are only accessible once the proper node attribute has been associated with an object of typeKFbxNode.
Definition at line87of filekfbxtakenode.h.
Error Management | |
enum | EError{ eNO_CURVE_FOUND, eERROR_COUNT } |
Error identifiers.More... | |
KError& | GetError() |
Retrieve error object. | |
EError | GetLastErrorID() const |
Get last error code. | |
const char * | GetLastErrorString() const |
Get last error string. | |
Take Node creation/destruction. | |
KFbxTakeNode(char *pName=KFBXTAKENODE_DEFAULT_NAME) | |
Constructor. | |
KFbxTakeNode(KFbxTakeNode&pTakeNode) | |
Copy constructor. | |
~KFbxTakeNode() | |
Destructor. | |
Take Node name management. | |
void | SetName(char *pName) |
Set take node name. | |
char * | GetName() |
Get take node name. | |
Transform Channels Access | |
These channels are only accessible when a take node is part of a node. | |
KFCurveNode* | GetKFCurveNode() |
Get pointer to rootKFCurveNodeobject. | |
K_DEPRECATEDKFCurve* | GetTranslationX() |
Get X translation channel. | |
K_DEPRECATEDKFCurve* | GetTranslationY() |
Get Y translation channel. | |
K_DEPRECATEDKFCurve* | GetTranslationZ() |
Get Z translation channel. | |
K_DEPRECATEDKFCurve* | GetEulerRotationX() |
Get X rotation channel. | |
K_DEPRECATEDKFCurve* | GetEulerRotationY() |
Get Y rotation channel. | |
K_DEPRECATEDKFCurve* | GetEulerRotationZ() |
Get Z rotation channel. | |
K_DEPRECATEDKFCurve* | GetScaleX() |
Get X scale channel. | |
K_DEPRECATEDKFCurve* | GetScaleY() |
Get Y scale channel. | |
K_DEPRECATEDKFCurve* | GetScaleZ() |
Get Z scale channel. | |
K_DEPRECATEDKFCurve* | GetVisibility() |
Get visibility channel. | |
Light Channels Access | |
These channels are only accessible when a take node is part of a node with an associated light node attribute. | |
K_DEPRECATEDKFCurve* | GetColorR() |
Get red color channel. | |
K_DEPRECATEDKFCurve* | GetColorG() |
Get green color channel. | |
K_DEPRECATEDKFCurve* | GetColorB() |
Get blue color channel. | |
K_DEPRECATEDKFCurve* | GetLightIntensity() |
Get light intensity channel. | |
K_DEPRECATEDKFCurve* | GetLightConeAngle() |
Get cone angle channel for a spot light. | |
K_DEPRECATEDKFCurve* | GetLightFog() |
Get fog intensity channel. | |
Camera Channels Access | |
These channels are only accessible when a take node is part of a node with an associated camera node attribute. | |
K_DEPRECATEDKFCurve* | GetCameraFieldOfView() |
Get field of view channel. | |
K_DEPRECATEDKFCurve* | GetCameraFieldOfViewX() |
Get field of view in X channel. | |
K_DEPRECATEDKFCurve* | GetCameraFieldOfViewY() |
Get field of view in Y channel. | |
K_DEPRECATEDKFCurve* | GetCameraFocalLength() |
Get focal length channel. | |
KFCurve* | GetCameraOpticalCenterX() |
Get the horizontal optical center channel. | |
K_DEPRECATEDKFCurve* | GetCameraOpticalCenterY() |
Get the vertical optical center channel. | |
K_DEPRECATEDKFCurve* | GetCameraRoll() |
Get camera roll channel in degrees. | |
K_DEPRECATEDKFCurve* | GetCameraTurnTable() |
Get camera turn table channel in degrees. | |
K_DEPRECATEDKFCurve* | GetBackgroundColorR() |
Get camera background red color channel. | |
K_DEPRECATEDKFCurve* | GetBackgroundColorG() |
Get camera background green color channel. | |
K_DEPRECATEDKFCurve* | GetBackgroundColorB() |
Get camera background blue color channel. | |
Camera Switcher Channels Access | |
These channels are only accessible when a take node is part of a node with an associated camera switcher node attribute. | |
K_DEPRECATEDKFCurve* | GetCameraIndex() |
Get camera index channel. | |
Geometry Channels Access | |
These channels are only accessible when a take node is part of a node with an associated geometry node attribute. | |
K_DEPRECATEDKFCurve* | GetShapeChannel(KFbxGeometry*pGeometry, int pShapeIndex) |
Get a shape channel. | |
Marker Channels Access | |
These channels are only accessible when a take node is part of a node with an associated marker node attribute. | |
K_DEPRECATEDKFCurve* | GetOcclusion() |
Get marker occlusion channel. | |
K_DEPRECATEDKFCurve* | GetIKReachTranslation() |
Get marker IK reach translation channel. | |
K_DEPRECATEDKFCurve* | GetIKReachRotation() |
Get marker IK reach rotation channel. | |
Texture Channels Access | |
These channels are only accessible when a take node is part of a texture. | |
K_DEPRECATEDKFCurve* | GetTextureTranslationX() |
Get texture X translation channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureTranslationX() const |
Get texture X translation channel. | |
K_DEPRECATEDKFCurve* | GetTextureTranslationY() |
Get texture Y translation channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureTranslationY() const |
Get texture Y translation channel. | |
K_DEPRECATEDKFCurve* | GetTextureTranslationZ() |
Get texture Z translation channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureTranslationZ() const |
Get texture Z translation channel. | |
K_DEPRECATEDKFCurve* | GetTextureEulerRotationX() |
Get texture X rotation channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureEulerRotationX() const |
Get texture X rotation channel. | |
K_DEPRECATEDKFCurve* | GetTextureEulerRotationY() |
Get texture Y rotation channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureEulerRotationY() const |
Get texture Y rotation channel. | |
K_DEPRECATEDKFCurve* | GetTextureEulerRotationZ() |
Get texture Z rotation channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureEulerRotationZ() const |
Get texture Z rotation channel. | |
K_DEPRECATEDKFCurve* | GetTextureScaleX() |
Get texture X scale channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureScaleX() const |
Get texture X scale channel. | |
K_DEPRECATEDKFCurve* | GetTextureScaleY() |
Get texture Y scale channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureScaleY() const |
Get texture Y scale channel. | |
K_DEPRECATEDKFCurve* | GetTextureScaleZ() |
Get texture Z scale channel. | |
K_DEPRECATEDKFCurveconst * | GetTextureScaleZ() const |
Get texture Z scale channel. | |
K_DEPRECATEDKFCurve* | GetTextureAlpha() |
Get texture alpha channel. | |
Material Channels Access | |
These channels are only accessible when a take node is part of a material. | |
K_DEPRECATEDKFCurve* | GetMaterialEmissiveColorR() |
Get material emissive red color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialEmissiveColorG() |
Get material emissive green color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialEmissiveColorB() |
Get material emissive blue color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialAmbientColorR() |
Get material ambient red color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialAmbientColorG() |
Get material ambient green color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialAmbientColorB() |
Get material ambient blue color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialDiffuseColorR() |
Get material diffuse red color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialDiffuseColorG() |
Get material diffuse green color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialDiffuseColorB() |
Get material diffuse blue color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialSpecularColorR() |
Get material specular red color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialSpecularColorG() |
Get material specular green color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialSpecularColorB() |
Get material specular blue color channel. | |
K_DEPRECATEDKFCurve* | GetMaterialOpacity() |
Get material opacity channel. | |
K_DEPRECATEDKFCurve* | GetMaterialReflectivity() |
Get material reflectivity channel. | |
K_DEPRECATEDKFCurve* | GetMaterialShininess() |
Get material shininess channel. | |
Constraint Channels Access | |
These channels are only accessible when a take node is part of a constraint. | |
K_DEPRECATEDKFCurve* | GetConstraintObjectWeight(KFbxObject*pObject) |
Get Weight channel. | |
K_DEPRECATEDKFCurve* | GetPositionConstraintOffsetX() |
Get X position offset channel. | |
K_DEPRECATEDKFCurve* | GetPositionConstraintOffsetY() |
Get Y position offset channel. | |
K_DEPRECATEDKFCurve* | GetPositionConstraintOffsetZ() |
Get Z position offset channel. | |
K_DEPRECATEDKFCurve* | GetRotationConstraintOffsetX() |
Get X rotation offset channel. | |
K_DEPRECATEDKFCurve* | GetRotationConstraintOffsetY() |
Get Y rotation offset channel. | |
K_DEPRECATEDKFCurve* | GetRotationConstraintOffsetZ() |
Get Z rotation offset channel. | |
K_DEPRECATEDKFCurve* | GetScaleConstraintOffsetX() |
Get X scale offset channel. | |
K_DEPRECATEDKFCurve* | GetScaleConstraintOffsetY() |
Get Y scale offset channel. | |
K_DEPRECATEDKFCurve* | GetScaleConstraintOffsetZ() |
Get Z scale offset channel. | |
K_DEPRECATEDKFCurve* | GetParentConstraintRotationOffsetX(KFbxObject*pObject) |
Get X rotation offset channel. | |
K_DEPRECATEDKFCurve* | GetParentConstraintRotationOffsetY(KFbxObject*pObject) |
Get Y rotation offset channel. | |
K_DEPRECATEDKFCurve* | GetParentConstraintRotationOffsetZ(KFbxObject*pObject) |
Get Z rotation offset channel. | |
K_DEPRECATEDKFCurve* | GetParentConstraintTranslationOffsetX(KFbxObject*pObject) |
Get X translation offset channel. | |
K_DEPRECATEDKFCurve* | GetParentConstraintTranslationOffsetY(KFbxObject*pObject) |
Get Y translation offset channel. | |
K_DEPRECATEDKFCurve* | GetParentConstraintTranslationOffsetZ(KFbxObject*pObject) |
Get Z translation offset channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintOffsetX() |
Get X aim offset channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintOffsetY() |
Get Y aim offset channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintOffsetZ() |
Get Z aim offset channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintWorldUpVectorX() |
Get X aim world up vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintWorldUpVectorY() |
Get Y aim world up vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintWorldUpVectorZ() |
Get Z aim world up vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintAimVectorX() |
Get X aim vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintAimVectorY() |
Get Y aim vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintAimVectorZ() |
Get Z aim vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintUpVectorX() |
Get X aim up vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintUpVectorY() |
Get Y aim up vector channel. | |
K_DEPRECATEDKFCurve* | GetAimConstraintUpVectorZ() |
Get Z aim up vector channel. | |
K_DEPRECATEDKFCurve* | GetSCIKConstraintWeight() |
Get single chain ik weight channel. | |
K_DEPRECATEDKFCurve* | GetSCIKConstraintTwist() |
Get single chain ik twist channel. | |
K_DEPRECATEDKFCurve* | GetSCIKConstraintPoleVectorX() |
Get single chain ik X pole vector channel. | |
K_DEPRECATEDKFCurve* | GetSCIKConstraintPoleVectorY() |
Get single chain ik Y pole vector channel. | |
K_DEPRECATEDKFCurve* | GetSCIKConstraintPoleVectorZ() |
Get single chain ik Z pole vector channel. | |
Property Access | |
K_DEPRECATEDKFCurveNode* | GetPropertyAnimation(KFbxProperty*pProperty) |
Get a user property's node. | |
K_DEPRECATEDKFCurve* | GetPropertyAnimation(KFbxProperty*pProperty, kUInt pComponentIndex) |
Get a user property's component channel. | |
Utility functions used by some plugins etc. | |
bool | GetAnimationInterval(KTime&pStart,KTime&pStop) |
Find out start and end time of the animation. | |
bool | AddRotationToTranslation(KFbxVector4pRotation) |
Rotates the translation animation at a given angle. |
enumEError |
Error identifiers.
eNO_CURVE_FOUND | The requested FCurve was not found. |
eERROR_COUNT | Mark the end of the EError enum. |
Definition at line983of filekfbxtakenode.h.
KFbxTakeNode | ( | char * | pName=KFBXTAKENODE_DEFAULT_NAME | ) |
Constructor.
pName | The name of the take this node is part of. |
KFbxTakeNode | ( | KFbxTakeNode& | pTakeNode | ) |
Copy constructor.
pTakeNode | A node from which data is cloned. |
~KFbxTakeNode | ( | ) |
Destructor.
void SetName | ( | char * | pName | ) |
Set take node name.
pName | The name of the take this node is part of. |
char* GetName | ( | ) |
Get take node name.
KFCurveNode* GetKFCurveNode | ( | ) |
Get pointer to rootKFCurveNodeobject.
K_DEPRECATEDKFCurve* GetTranslationX | ( | ) |
Get X translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclTranslation.GetKFCurve("X") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetTranslationY | ( | ) |
Get Y translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclTranslation.GetKFCurve("Y") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetTranslationZ | ( | ) |
Get Z translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclTranslation.GetKFCurve("Z") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetEulerRotationX | ( | ) |
Get X rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclRotation.GetKFCurve("X") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetEulerRotationY | ( | ) |
Get Y rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclRotation.GetKFCurve("Y") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetEulerRotationZ | ( | ) |
Get Z rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclRotation.GetKFCurve("Z") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetScaleX | ( | ) |
Get X scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclScaling.GetKFCurve("X") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetScaleY | ( | ) |
Get Y scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclScaling.GetKFCurve("Y") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetScaleZ | ( | ) |
Get Z scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property LclScaling.GetKFCurve("Z") inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetVisibility | ( | ) |
Get visibility channel.
A node is visible if this parameter is higher than 0. It is invisible otherwise.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Visibility.GetKFCurve() inKFbxNodeinstead.
K_DEPRECATEDKFCurve* GetColorR | ( | ) |
Get red color channel.
This parameter has a scale from 0 to 1, 1 meaning full intensity.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Color.GetKFCurve(KFCURVENODE_COLOR_RED) inKFbxLightinstead.
K_DEPRECATEDKFCurve* GetColorG | ( | ) |
Get green color channel.
This parameter has a scale from 0 to 1, 1 meaning full intensity.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Color.GetKFCurve(KFCURVENODE_COLOR_GREEN) inKFbxLightinstead.
K_DEPRECATEDKFCurve* GetColorB | ( | ) |
Get blue color channel.
This parameter has a scale from 0 to 1, 1 meaning full intensity.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Color.GetKFCurve(KFCURVENODE_COLOR_BLUE) inKFbxLightinstead.
K_DEPRECATEDKFCurve* GetLightIntensity | ( | ) |
Get light intensity channel.
This parameter has a scale from 0 to 200, 200 meaning full intensity. This parameter's default value is 100.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Intensity.GetKFCurve() inKFbxLightinstead.
K_DEPRECATEDKFCurve* GetLightConeAngle | ( | ) |
Get cone angle channel for a spot light.
This parameter has a scale from 0 to 160 degrees. This parameter has no effect if the light type is not set toeSPOT. Its default value is 45 degrees.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property ConeAngle.GetKFCurve() inKFbxLightinstead.
K_DEPRECATEDKFCurve* GetLightFog | ( | ) |
Get fog intensity channel.
This parameter has a scale from 0 to 200, 200 meaning full fog opacity. This parameter has no effect if the light type is not set toeSPOT. Its default value is 50.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Fog.GetKFCurve() inKFbxLightinstead.
K_DEPRECATEDKFCurve* GetCameraFieldOfView | ( | ) |
Get field of view channel.
When the camera aperture mode is set toeHORIZONTAL, this parameter sets the horizontal field of view in degrees and the vertical field of view is adjusted accordingly. When the camera aperture mode is set toeVERTICAL, this parameter sets the vertical field of view in degrees and the horizontal field of view is adjusted accordingly. This parameter has no effect if the camera aperture mode is set toeHORIZONTAL_AND_VERTICAL. Its default value is 25.115.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property FieldOfView.GetKFCurve() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraFieldOfViewX | ( | ) |
Get field of view in X channel.
When the camera aperture mode is set toeHORIZONTAL_AND_VERTICAL, this parameter gets the horizontal field of view in degrees. This parameter has no effect otherwise. Its default value is 40.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property FieldOfView.GetKFCurveX() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraFieldOfViewY | ( | ) |
Get field of view in Y channel.
When the camera aperture mode is set toeHORIZONTAL_AND_VERTICAL, this parameter gets the vertical field of view in degrees. This parameter has no effect otherwise. Its default value is 40.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property FieldOfViewY.GetKFCurve() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraFocalLength | ( | ) |
Get focal length channel.
This channel is only valid if the field of view is not animated.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property FocalLength.GetKFCurve() inKFbxCamerainstead.
KFCurve* GetCameraOpticalCenterX | ( | ) |
Get the horizontal optical center channel.
This parameter gets the optical center horizontal offset when the camera aperture mode is set toeHORIZONTAL_AND_VERTICAL. Its default value is 0.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property OpticalCenterX.GetKFCurve() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraOpticalCenterY | ( | ) |
Get the vertical optical center channel.
This parameter gets the optical center vertical offset when the camera aperture mode is set toeHORIZONTAL_AND_VERTICAL. Its default value is 0.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property OpticalCenterY.GetKFCurve() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraRoll | ( | ) |
Get camera roll channel in degrees.
This parameter's default value is 0 degrees.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Roll.GetKFCurve() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraTurnTable | ( | ) |
Get camera turn table channel in degrees.
This parameter's default value is 0 degrees.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property TurnTable.GetKFCurve() inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetBackgroundColorR | ( | ) |
Get camera background red color channel.
This parameter has a scale from 0 to 1, 1 meaning full intensity.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property BackgroundColor.GetKFCurve(KFCURVENODE_COLOR_RED) inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetBackgroundColorG | ( | ) |
Get camera background green color channel.
This parameter has a scale from 0 to 1, 1 meaning full intensity.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property BackgroundColor.GetKFCurve(KFCURVENODE_COLOR_GREEN) inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetBackgroundColorB | ( | ) |
Get camera background blue color channel.
This parameter has a scale from 0 to 1, 1 meaning full intensity.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property BackgroundColor.GetKFCurve(KFCURVENODE_COLOR_BLUE) inKFbxCamerainstead.
K_DEPRECATEDKFCurve* GetCameraIndex | ( | ) |
Get camera index channel.
This parameter has an integer scale from 1 to the number of cameras in the scene. This parameter's default value is 1.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property CameraIndex.GetKFCurve() inKFbxCameraSwitcherinstead.
K_DEPRECATEDKFCurve* GetShapeChannel | ( | KFbxGeometry* | pGeometry, | |
int | pShapeIndex | |||
) |
Get a shape channel.
This parameter has a scale from 0 to 100, 100 meaning full shape deformation. This parameter's default value is 0.
pGeometry | Pointer to geometry, required because meshes, nurbs and patches may have different naming schemes for shape channels. | |
pShapeIndex | Shape index. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. UseGetShapeChannel()inKFbxGeometryinstead.
K_DEPRECATEDKFCurve* GetOcclusion | ( | ) |
Get marker occlusion channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This channel is only accessible if the associated marker node attribute is of typeKFbxMarker::eOPTICAL.
This function is deprecated. Use propertyGetOcclusion()->GetKFCurve() inKFbxMarkerinstead.
K_DEPRECATEDKFCurve* GetIKReachTranslation | ( | ) |
Get marker IK reach translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This channel is only accessible if the associated marker node attribute is of typeKFbxMarker::eIK_EFFECTOR.
This function is deprecated. Use propertyGetIKReachTranslation()->GetKFCurve() inKFbxMarkerinstead.
K_DEPRECATEDKFCurve* GetIKReachRotation | ( | ) |
Get marker IK reach rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This channel is only accessible if the associated marker node attribute is of typeKFbxMarker::eIK_EFFECTOR.
This function is deprecated. Use propertyGetIKReachRotation()->GetKFCurve() inKFbxMarkerinstead.
K_DEPRECATEDKFCurve* GetTextureTranslationX | ( | ) |
Get texture X translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("X") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureTranslationX | ( | ) | const |
Get texture X translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("X") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureTranslationY | ( | ) |
Get texture Y translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("Y") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureTranslationY | ( | ) | const |
Get texture Y translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("Y") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureTranslationZ | ( | ) |
Get texture Z translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("Z") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureTranslationZ | ( | ) | const |
Get texture Z translation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("Z") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureEulerRotationX | ( | ) |
Get texture X rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("X") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureEulerRotationX | ( | ) | const |
Get texture X rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("X") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureEulerRotationY | ( | ) |
Get texture Y rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("Y") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureEulerRotationY | ( | ) | const |
Get texture Y rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("Y") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureEulerRotationZ | ( | ) |
Get texture Z rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("Z") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureEulerRotationZ | ( | ) | const |
Get texture Z rotation channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("Z") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureScaleX | ( | ) |
Get texture X scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scale.GetKFCurve("X") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureScaleX | ( | ) | const |
Get texture X scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scale.GetKFCurve("X") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureScaleY | ( | ) |
Get texture Y scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scale.GetKFCurve("Y") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureScaleY | ( | ) | const |
Get texture Y scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scale.GetKFCurve("Y") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureScaleZ | ( | ) |
Get texture Z scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scale.GetKFCurve("Z") inKFbxTextureinstead.
K_DEPRECATEDKFCurveconst* GetTextureScaleZ | ( | ) | const |
Get texture Z scale channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scale.GetKFCurve("Z") inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetTextureAlpha | ( | ) |
Get texture alpha channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Alpha.GetKFCurve() inKFbxTextureinstead.
K_DEPRECATEDKFCurve* GetMaterialEmissiveColorR | ( | ) |
Get material emissive red color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetEmissiveColor()->GetKFCurve("KFCURVENODE_COLOR_RED") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialEmissiveColorG | ( | ) |
Get material emissive green color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetEmissiveColor()->GetKFCurve("KFCURVENODE_COLOR_GREEN") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialEmissiveColorB | ( | ) |
Get material emissive blue color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetEmissiveColor()->GetKFCurve("KFCURVENODE_COLOR_BLUE") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialAmbientColorR | ( | ) |
Get material ambient red color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetAmbientColor()->GetKFCurve("KFCURVENODE_COLOR_RED") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialAmbientColorG | ( | ) |
Get material ambient green color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetAmbientColor()->GetKFCurve("KFCURVENODE_COLOR_GREEN") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialAmbientColorB | ( | ) |
Get material ambient blue color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetAmbientColor()->GetKFCurve("KFCURVENODE_COLOR_BLUE") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialDiffuseColorR | ( | ) |
Get material diffuse red color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetDiffuseColor()->GetKFCurve("KFCURVENODE_COLOR_RED") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialDiffuseColorG | ( | ) |
Get material diffuse green color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetDiffuseColor()->GetKFCurve("KFCURVENODE_COLOR_GREEN") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialDiffuseColorB | ( | ) |
Get material diffuse blue color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetDiffuseColor()->GetKFCurve("KFCURVENODE_COLOR_BLUE") inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialSpecularColorR | ( | ) |
Get material specular red color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetSpecularColor()->GetKFCurve("KFCURVENODE_COLOR_RED") inKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialSpecularColorG | ( | ) |
Get material specular green color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetSpecularColor()->GetKFCurve("KFCURVENODE_COLOR_GREEN") inKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialSpecularColorB | ( | ) |
Get material specular blue color channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetSpecularColor()->GetKFCurve("KFCURVENODE_COLOR_BLUE") inKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialOpacity | ( | ) |
Get material opacity channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetTransparencyFactor()->GetKFCurve() inKFbxSurfaceLambertorKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialReflectivity | ( | ) |
Get material reflectivity channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetReflectionFactor()->GetKFCurve() inKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetMaterialShininess | ( | ) |
Get material shininess channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property GetShininess()->GetKFCurve() inKFbxSurfacePhonginstead.
K_DEPRECATEDKFCurve* GetConstraintObjectWeight | ( | KFbxObject* | pObject | ) |
Get Weight channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetPositionConstraintOffsetX | ( | ) |
Get X position offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("X") inKFbxConstraintPositioninstead.
K_DEPRECATEDKFCurve* GetPositionConstraintOffsetY | ( | ) |
Get Y position offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("Y") inKFbxConstraintPositioninstead.
K_DEPRECATEDKFCurve* GetPositionConstraintOffsetZ | ( | ) |
Get Z position offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Translation.GetKFCurve("Z") inKFbxConstraintPositioninstead.
K_DEPRECATEDKFCurve* GetRotationConstraintOffsetX | ( | ) |
Get X rotation offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("X") inKFbxConstraintRotationinstead.
K_DEPRECATEDKFCurve* GetRotationConstraintOffsetY | ( | ) |
Get Y rotation offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("Y") inKFbxConstraintRotationinstead.
K_DEPRECATEDKFCurve* GetRotationConstraintOffsetZ | ( | ) |
Get Z rotation offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Rotation.GetKFCurve("Z") inKFbxConstraintRotationinstead.
K_DEPRECATEDKFCurve* GetScaleConstraintOffsetX | ( | ) |
Get X scale offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scaling.GetKFCurve("X") inKFbxConstraintScaleinstead.
K_DEPRECATEDKFCurve* GetScaleConstraintOffsetY | ( | ) |
Get Y scale offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scaling.GetKFCurve("Y") inKFbxConstraintScaleinstead.
K_DEPRECATEDKFCurve* GetScaleConstraintOffsetZ | ( | ) |
Get Z scale offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Scaling.GetKFCurve("Z") inKFbxConstraintScaleinstead.
K_DEPRECATEDKFCurve* GetParentConstraintRotationOffsetX | ( | KFbxObject* | pObject | ) |
Get X rotation offset channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetParentConstraintRotationOffsetY | ( | KFbxObject* | pObject | ) |
Get Y rotation offset channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetParentConstraintRotationOffsetZ | ( | KFbxObject* | pObject | ) |
Get Z rotation offset channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetParentConstraintTranslationOffsetX | ( | KFbxObject* | pObject | ) |
Get X translation offset channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetParentConstraintTranslationOffsetY | ( | KFbxObject* | pObject | ) |
Get Y translation offset channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetParentConstraintTranslationOffsetZ | ( | KFbxObject* | pObject | ) |
Get Z translation offset channel.
pObject | Object that we want theKFCurve. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.K_DEPRECATEDKFCurve* GetAimConstraintOffsetX | ( | ) |
Get X aim offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property RotationOffset.GetKFCurve("X") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintOffsetY | ( | ) |
Get Y aim offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property RotationOffset.GetKFCurve("Y") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintOffsetZ | ( | ) |
Get Z aim offset channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property RotationOffset.GetKFCurve("Z") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintWorldUpVectorX | ( | ) |
Get X aim world up vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property WorldUpVector.GetKFCurve("X") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintWorldUpVectorY | ( | ) |
Get Y aim world up vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property WorldUpVector.GetKFCurve("Y") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintWorldUpVectorZ | ( | ) |
Get Z aim world up vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property WorldUpVector.GetKFCurve("Z") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintAimVectorX | ( | ) |
Get X aim vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property AimVector.GetKFCurve("X") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintAimVectorY | ( | ) |
Get Y aim vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property AimVector.GetKFCurve("Y") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintAimVectorZ | ( | ) |
Get Z aim vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property AimVector.GetKFCurve("Z") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintUpVectorX | ( | ) |
Get X aim up vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property UpVector.GetKFCurve("X") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintUpVectorY | ( | ) |
Get Y aim up vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property UpVector.GetKFCurve("Y") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetAimConstraintUpVectorZ | ( | ) |
Get Z aim up vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property UpVector.GetKFCurve("Z") inKFbxConstraintAiminstead.
K_DEPRECATEDKFCurve* GetSCIKConstraintWeight | ( | ) |
Get single chain ik weight channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Weight.GetKFCurve() inKFbxConstraintSingleChainIKinstead.
K_DEPRECATEDKFCurve* GetSCIKConstraintTwist | ( | ) |
Get single chain ik twist channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property Twist.GetKFCurve() inKFbxConstraintSingleChainIKinstead.
K_DEPRECATEDKFCurve* GetSCIKConstraintPoleVectorX | ( | ) |
Get single chain ik X pole vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property PoleVector.GetKFCurve("X") inKFbxConstraintSingleChainIKinstead.
K_DEPRECATEDKFCurve* GetSCIKConstraintPoleVectorY | ( | ) |
Get single chain ik Y pole vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property PoleVector.GetKFCurve("Y") inKFbxConstraintSingleChainIKinstead.
K_DEPRECATEDKFCurve* GetSCIKConstraintPoleVectorZ | ( | ) |
Get single chain ik Z pole vector channel.
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. Use property PoleVector.GetKFCurve("Z") inKFbxConstraintSingleChainIKinstead.
K_DEPRECATEDKFCurveNode* GetPropertyAnimation | ( | KFbxProperty* | pProperty | ) |
Get a user property's node.
pProperty | Specify the property we are interested in. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. This method isn't to be used anymore. Simply call GetKFCurve on the property.
K_DEPRECATEDKFCurve* GetPropertyAnimation | ( | KFbxProperty* | pProperty, | |
kUInt | pComponentIndex | |||
) |
Get a user property's component channel.
pProperty | Specify the property we are interested in. | |
pComponentIndex | The index of the channel. |
NULL
if an error occurred.KFbxTakeNode::GetLastErrorID()
returnseNO_CURVE_FOUND.This function is deprecated. This method isn't to be used anymore. Simply call GetKFCurve("Component name") on the property.
KError&GetError | ( | ) |
Retrieve error object.
EErrorGetLastErrorID | ( | ) | const |
Get last error code.
const char* GetLastErrorString | ( | ) | const |
Get last error string.
Find out start and end time of the animation.
This function retrieves the including time span for all the FCurve's time span of this take node.
pStart | Reference to receive start time. | |
pStop | Reference to receive end time. |
true
on success,false
otherwise.bool AddRotationToTranslation | ( | KFbxVector4 | pRotation | ) |
Rotates the translation animation at a given angle.
pRotation | vector containing the rotation. |
True
if everything went ok.