Python Reference Guide
 
Loading...
Searching...
No Matches
object Class Reference

Python built-in object class. More...

#include <pyfbsdk.h>

Inherited by FBAudioRenderOptions, FBBatchOptions, FBCharacterPoseOptions, FBColor, FBColorAndAlpha, FBConfigFile, FBConstraintInfo, FBConstructionOperation, FBDeviceNotifyInfo, FBDirMap, FBEvaluateInfo, FBEvent, FBFCurveKey, FBFilterManager, FBMatrix, FBMultiLangManager, FBObjectPoseMirrorOptions, FBObjectPoseOptions, FBPlotOptions, FBPlug, FBProfileTaskCycle, FBProfileTimeEvent, FBPropertyAction, FBPropertyListAnimationNode, FBPropertyListBox, FBPropertyListComponent, FBPropertyListDeviceInstrument, FBPropertyListDeviceOpticalMarker, FBPropertyListFCurveKey, FBPropertyListManipulator, FBPropertyListMarkerSegment, FBPropertyListModel, FBPropertyListModelMarkerOptical, FBPropertyListModelTemplate, FBPropertyListModelTemplateBinding, FBPropertyListOpticalGap, FBPropertyListOpticalSegment, FBPropertyListPivot, FBPropertyListRigidBody, FBPropertyListRigidBodyMarkers, FBPropertyListStoryClip, FBPropertyListStoryDetails, FBPropertyListStoryFolder, FBPropertyListStorySubTrack, FBPropertyListStoryTrack, FBPropertyListTreeNode, FBPropertyManager, FBPropertyString, FBPropertyViewDefinition, FBPropertyViewList, FBRenderOptions, FBSVector, FBShaderManager, FBShaderModelInfo, FBSkeletonState, FBStringList, FBTime, FBTimeCode, FBTimeSpan, FBVideoCodecManager, FBViewingOptions, bool, float, int, list, long, FBAudioRenderOptions, FBBatchOptions, FBCharacterPoseOptions, FBColor, FBColorAndAlpha, FBConfigFile, FBConstraintInfo, FBConstructionOperation, FBDeviceNotifyInfo, FBDirMap, FBEvaluateInfo, FBEvent, FBFCurveKey, FBFilterManager, FBMatrix, FBMultiLangManager, FBObjectPoseMirrorOptions, FBObjectPoseOptions, FBPlotOptions, FBPlug, FBProfileTaskCycle, FBProfileTimeEvent, FBPropertyListAnimationNode, FBPropertyListBox, FBPropertyListComponent, FBPropertyListDeviceInstrument, FBPropertyListDeviceOpticalMarker, FBPropertyListFCurveKey, FBPropertyListManipulator, FBPropertyListMarkerSegment, FBPropertyListModel, FBPropertyListModelMarkerOptical, FBPropertyListModelTemplate, FBPropertyListModelTemplateBinding, FBPropertyListOpticalGap, FBPropertyListOpticalSegment, FBPropertyListPivot, FBPropertyListRigidBody, FBPropertyListRigidBodyMarkers, FBPropertyListStoryClip, FBPropertyListStoryDetails, FBPropertyListStoryFolder, FBPropertyListStorySubTrack, FBPropertyListStoryTrack, FBPropertyListTreeNode, FBPropertyManager, FBPropertyViewDefinition, FBPropertyViewList, FBRenderOptions, FBSVector, FBShaderManager, FBShaderModelInfo, FBSkeletonState, FBStringList, FBTime, FBTimeCode, FBTimeSpan, FBVideoCodecManager, FBViewingOptions, FBButtonGroup, str, and tuple.

Detailed Description

Python built-in object class.

The object class is the base class of all the objects in Python. For further information on this class, please consult http://docs.python.org/lib/builtin.html