Deprecated List

Deprecated List
Member FBCamera::BackGroundMedia
Read Write Property: BackGround Image
Member FBCamera::ForeGroundMedia
Read Write Property: ForeGround Image
Member FBCamera::GetMatrix (FBCameraMatrixType pType)
Use FBCamera::GetCameraMatrix() instead
Parameters
pTypeMatrix type to obtain.
Returns
Matrix of doubles (the camera's matrix in question).
Member FBConstraintManager::FBConstraintManager ()
This public constructor to be protected in the future. Use TheOne() function instead.
Member FBFCurve::Replace (FBFCurve &pSource, FBTime pStart=FBTime::MinusInfinity, FBTime pStop=FBTime::Infinity, bool pUseExactGivenSpan=false, bool pKeyStartEndOnNoKey=true)
Deprecate as of 2014 version for naming consistency, use KeyReplaceBy instead.
Parameters
pSourceSource function curve.
pStartStart of time range.
pStopEnd of time range.
pUseExactGivenSpanWhen false, the time of the first and last key in the range will be used.
pKeyStartEndOnNoKeyWhen true, inserts a key at the beginning and at the end of the range if there is no key to insert.
Member FBHUDElement::Visibility
Read Write Property: Specifies if the HUD element will be displayed or not.
Member FBImage::GetDataBuffer ()
for naming consistence purpose, use GetBufferAddress() instead.
Returns
Pointer to the image data, values ranging from 0 to 255.
Member FBImageContainer::ImageHeight
Read Write Property: Image height. Useless property to be removed.
Member FBImageContainer::ImageWidth
Read Write Property: Image width. Useless property to be removed.
Member FBModelPath3D::Segment_PathKeyAdd (double pSegmentPercent, FBVector4d pTLocal, FBEvaluateInfo *pEvaluateInfo=((void *) 0))
use PathKeyStartAdd(), PathKeyEndAdd(), PathKeyInsertAfter(), or PathKeySet() instead.
Member FBModelPath3D::Total_PathKeyAdd (double pTotalPercent, FBVector4d pTLocal, FBEvaluateInfo *pEvaluateInfo=((void *) 0))
use PathKeyStartAdd(), PathKeyEndAdd(), PathKeyInsertAfter(), or PathKeySet() instead.
Member FBRenderer::CurrentCamera
Use SetCameraInPane/GetCameraInPane methods instead.
Member FBRenderer::UseCameraSwitcher
Use SetCameraSwitcherInPane/IsCameraSwitcherInPane methods instead.
Member FBRenderOptions::IsIDBufferPicking () const
As the function name is confuing, use IsIDBufferRendering() instead.
Returns
true if need to render Model (or subitem)'s UniqueColorID into GL Color Buffer.
Member FBViewingOptions::InPicking () const
use IsInSelectionBufferPicking() / IsInColorBufferPicking() instead.
Member FBVisualContainer::ItemIconSet (kReference pRef, FBImageContainer *pImage, bool pUseACopyOfTheImage=true)
Set an item's icon. Useless function to be removed.
Parameters
pRefReference to item in container.
pFilenameName of file where image is located.
pUseACopyOfTheImageCreate a copy of the image?(default=true)
Returns
Operation was successful (true or false).
Member ORSDK2018::kFBAnimLayerMerge_SelectedLayer_CompleteScene
Use kFBAnimLayerMerge_SelectedLayers_CompleteScene instead.
Member ORSDK2018::kFBGeometryArrayID_NormalByPoint
Use kFBGeometryArrayID_Normal instead.
Member ORSDK2018::kFBGeometryArrayID_VertexColor
Use kFBGeometryArrayID_Color instead.
Member ORSDK2018::kFBStatusOwnedByUndo
Use FBPlugStatusFlag's kFBOwnedByUndo on FBPlug instead.