|
Hi,
This post is to warn you that the following KFbxNode methods will be removed from the 2012 FBX SDK, although they will not be deprecated in the next point release, 2011.3. You should act as if they were already deprecated.
Fortunately, we believe that these calls were not extensively used. We think that very few clients will have to adapt their code. So here is the list:
void ForceEvalOfState(bool pGlobal=false)
void SetLocalStateFromDefault(bool pRecursive, bool pApplyLimits=false)
void SetDefaultFromLocalState(bool pRecursive)
void SetLocalStateFromAnim(KTime pTime, bool pRecursive, KFbxAnimStack* pAnimStack, bool pApplyLimits=false)
void SetAnimFromLocalState(KTime pTime, bool pRecursive, KFbxAnimStack* pAnimStack)
void ComputeGlobalState(kUInt pUpdateId, bool pRecursive, EPivotSet pPivotSet=eSOURCE_SET, bool pApplyTarget=false)
void ComputeLocalState(kUInt pUpdateId, bool pRecursive)
void SetGlobalState(const KFbxXMatrix& pGX)
KFbxXMatrix& GetGlobalState()
void SetLocalState(const KFbxVector4& pLT,const KFbxVector4& pLR, const KFbxVector4& pLS)
void GetLocalState(KFbxVector4& pLT, KFbxVector4& pLR, KFbxVector4& pLS)
void SetGlobalStateId(kUInt pUpdateId, bool pRecursive)
kUInt GetGlobalStateId() const void SetLocalStateId(kUInt pUpdateId, bool pRecursive)
kUInt GetLocalStateId() const KFbxXMatrix GetLXFromLocalState(bool pT, bool pR, bool pS, bool pSoff)
If you are using some of these methods and need help in changing your code, let us know.
Viviane, FBX Team
Viviane Rochon
Maya Data Platform
Autodesk
|