pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk pyfbsdk
pyfbsdk pyfbsdk pyfbsdk
Python module pyfbsk.
This module contains all the Python bindings that MotionBuilder
provides for version 2009 of the Open Reality SDK.
|
Classes
|
class |
Enumeration |
|
Enumeration mapping. More...
|
class |
FBVector2d |
|
Vector2d class. More...
|
class |
FBVector3d |
|
Vector3d class. More...
|
class |
FBVector4d |
|
Vector4d class. More...
|
class |
FBColor |
|
FBColor class. More...
|
class |
FBColorAndAlpha |
|
FBColorAndAlpha class. More...
|
class |
FBMatrix |
|
FBMatrix class. More...
|
class |
FBModelList |
|
FBModelList class. More...
|
class |
FBPickInfosList |
|
FBPickInfosList class. More...
|
class |
FBComponentList |
|
FBComponentList class. More...
|
class |
FBVideoGrabOptions |
|
Video Grabbing Options. More...
|
class |
FBViewingOptions |
|
Viewing options for rendering. More...
|
class |
FBConstraintRelation |
|
ConstraintRelation class. More...
|
class |
FBCallback |
|
This class is used for the internal callback
framework and is not meant to be used by clients. More...
|
class |
FBPythonWrapper |
|
Base class of FBPlug in Python.
More...
|
class |
FBAddRegionParam |
|
This class provide a placeholder to put
values necessary to create a Region with FBLayout.AddRegion.
More...
|
class |
FBTool |
|
Tool class. More...
|
class |
FBProperty |
|
Generic application property. More...
|
class |
FBCharacterSolver |
|
Constraint class. More...
|
class |
FBBatchOptions |
|
Option parameters for the batch process.
More...
|
class |
FBPlotOptions |
|
Option parameters for plotting. More...
|
class |
FBSystem |
|
Provides access to the underlying system,
and the MotionBuilder scene. More...
|
class |
FBEventDragAndDrop |
|
Drag and drop interface. More...
|
class |
FBVertex |
|
Vertex class. More...
|
class |
FBSpread |
|
Base spreadsheet class. More...
|
class |
FBSplitStyle |
|
Type of split style (sub-division) for
layout. More...
|
class |
FBEventName |
|
These events are used internally by the
Python Callback mecanism. More...
|
class |
FBVideoCodecManager |
|
Video Codec manager class. More...
|
class |
FBShaderModelInfo |
class |
FBScrollBox |
|
Scroll Box. More...
|
class |
FBVisualComponent |
|
Visual Component base class. More...
|
class |
FBPropertyAction |
class |
FBPropertyBool |
class |
FBPropertyColor |
|
FBPropertyColor class. More...
|
class |
FBPropertyColorAndAlpha |
|
FBPropertyColorAndAlpha class.
More...
|
class |
FBPropertyComponent |
class |
FBPropertyDouble |
class |
FBPropertyFloat |
class |
FBPropertyInt |
class |
FBPropertyString |
class |
FBPropertyTime |
class |
FBPropertyVector2d |
class |
FBPropertyVector3d |
class |
FBPropertyVector4d |
class |
FBPropertyEnum |
|
Enumeration property. More...
|
class |
FBPropertyAnimatable |
|
Animatable property base class. More...
|
class |
FBPropertyAnimatableAction |
class |
FBPropertyAnimatableBool |
class |
FBPropertyAnimatableColor |
class |
FBPropertyAnimatableColorAndAlpha |
class |
FBPropertyAnimatableDouble |
class |
FBPropertyAnimatableTime |
class |
FBPropertyAnimatableEnum |
class |
FBPropertyAnimatableInt |
class |
FBPropertyAnimatableVector2d |
class |
FBPropertyAnimatableVector3d |
class |
FBPropertyAnimatableVector4d |
class |
FBPropertyListObject |
|
List-like structure fo system elements.
More...
|
class |
FBPropertyList |
|
Tuple-like structure for system elements.
More...
|
class |
FBPropertyListActor |
class |
FBPropertyListActorFace |
class |
FBPropertyListAnimationNode |
|
List of animation nodes. More...
|
class |
FBPropertyListAudioClip |
class |
FBPropertyListAudioIn |
class |
FBPropertyListAudioOut |
class |
FBPropertyListBox |
class |
FBPropertyListCamera |
class |
FBPropertyListCharacter |
class |
FBPropertyListCharacterFace |
class |
FBPropertyListComponent |
|
# Supported list protocol methods:
len(propertyListComponent)
component= propertyListComponent[0]
propertyListComponent[0] = my_component
if my_component in propertyListComponent:
print "it is contained!"
del propertyListComponent[0]
More...
|
class |
FBPropertyStringList |
|
# Supported list protocol methods:
len(propertyStringList)
component= propertyStringList[0]
propertyStringList[0] = my_string
if my_string in propertyStringList:
print "it is contained!"
del propertyStringList[0]
More...
|
class |
FBPropertyListDeck |
class |
FBPropertyListDevice |
class |
FBPropertyListDeviceInstrument |
|
List of instruments.
More...
|
class |
FBPropertyListFCurveKey |
|
List of FCurveKey. More...
|
class |
FBPropertyListGroup |
class |
FBPropertyListHandle |
class |
FBPropertyListLight |
class |
FBPropertyListMarkerSet |
class |
FBPropertyListMaterial |
class |
FBPropertyListMaterialId |
class |
FBPropertyListMedia |
class |
FBPropertyListModel |
class |
FBPropertyListModelTemplate |
class |
FBPropertyListModelTemplateBinding |
class |
FBPropertyListNormalIndex |
class |
FBPropertyListNote |
class |
FBPropertyListPivot |
class |
FBPropertyListPose |
class |
FBPropertyListPrimitiveVertexCount |
class |
FBPropertyListScene |
class |
FBPropertyListSet |
class |
FBPropertyListShader |
class |
FBPropertyListStoryClip |
class |
FBPropertyListStoryDetails |
class |
FBPropertyListStoryFolder |
class |
FBPropertyListStorySubTrack |
class |
FBPropertyListStoryTrack |
class |
FBPropertyListTake |
class |
FBPropertyListTexture |
class |
FBPropertyListTextureId |
class |
FBPropertyListUVIndex |
class |
FBPropertyListUserObject |
class |
FBPropertyListVertexIndex |
class |
FBPropertyListVideo |
class |
FBPropertyListVideoIn |
class |
FBPropertyListVideoOut |
class |
FBAccessMode |
|
pyfbsdk More...
|
class |
FBActor |
|
Actor class. More...
|
class |
FBActorFace |
|
ActorFace class. More...
|
class |
FBAlphaSource |
|
Shader transparency computation. More...
|
class |
FBAnimationLayer |
|
Animation Layer class. More...
|
class |
FBAnimationNode |
|
See samples: CopyAnimation.py,
ClearKeysOnSelectedModels.py,
FCurveEditor.py. More...
|
class |
FBApplication |
|
FBApplication
is used mainly to manage files. More...
|
class |
FBArrowButton |
|
Arrow Button. More...
|
class |
FBAssetFile |
|
Class representing a file stored in a
version control database. More...
|
class |
FBAssetFolder |
|
Class representing a folder stored in a
version control database. More...
|
class |
FBAssetItem |
|
Base class for all managed assets. More...
|
class |
FBAssetMng |
|
The FBAssetMng class. More...
|
class |
FBAssetMngFileOptions |
|
Behavior of the application when working
with managed files. More...
|
class |
FBAssetMngMenuOptions |
|
Show or hide version control menu items.
More...
|
class |
FBAttachType |
|
Types of attachments between UI regions.
More...
|
class |
FBAttenuationType |
|
Light attenuation types. More...
|
class |
FBAudioClip |
|
Audio Clip class. More...
|
class |
FBAudioIn |
|
Audio In class. More...
|
class |
FBAudioOut |
|
Audio Out class. More...
|
class |
FBBatchFileFormat |
|
Different file formats for the batch.
More...
|
class |
FBBatchOnContainsBatchTakes |
|
Different actions to perform when a scene
already contains batch takes while in a batch process. More...
|
class |
FBBatchOnTakeExist |
|
Different actions to perform when a take
already exist while in a batch process. More...
|
class |
FBBatchProcessType |
|
Different process type for the batch.
More...
|
class |
FBBatchStatus |
|
Different return values of the Batch
process. More...
|
class |
FBBodyNodeId |
|
All body nodes. More...
|
class |
FBBodyPartId |
|
Body part for character. More...
|
class |
FBBorderStyle |
|
Different border types available. More...
|
class |
FBBox |
|
Box class. More...
|
class |
FBBoxPlaceHolder |
|
Wrapper around a specific instance of a
FBBox object. More...
|
class |
FBBrowsingProperty |
|
Property browsing. More...
|
class |
FBButton |
|
Used to create and manage buttons in a user
interface. More...
|
class |
FBButtonLook |
|
Button look. More...
|
class |
FBButtonState |
|
Possible button states. More...
|
class |
FBButtonStyle |
|
Style of buttons. More...
|
class |
FBCamera |
|
Creates custom cameras and manages system
cameras. More...
|
class |
FBCameraAntiAliasingMethod |
|
Antialiasing methods. More...
|
class |
FBCameraApertureMode |
|
Aperture modes. More...
|
class |
FBCameraDistanceMode |
|
Camera plane distance modes. More...
|
class |
FBCameraFilmBackType |
|
Filmback types. More...
|
class |
FBCameraFocusDistanceSource |
|
Focus distance sources. More...
|
class |
FBCameraFrameSizeMode |
|
Frame size modes. More...
|
class |
FBCameraMatrixType |
|
Camera matrix types. More...
|
class |
FBCameraResolutionMode |
|
Resolution modes. More...
|
class |
FBCameraSafeAreaMode |
|
Safe area modes. More...
|
class |
FBCameraSamplingType |
|
Antialiasing sampling types. More...
|
class |
FBCameraSwitcher |
|
Camera switcher. More...
|
class |
FBCameraType |
|
Focus distance types. More...
|
class |
FBCameraViewPlaneMode |
|
Camera plane viewing modes. More...
|
class |
FBCellStyle |
|
Different styles of spreadsheet cell styles.
More...
|
class |
FBCharacter |
|
Character class. More...
|
class |
FBCharacterContactBehaviour |
|
Character Contact Behaviour. More...
|
class |
FBCharacterExtension |
|
Objects Grouping class. More...
|
class |
FBCharacterFace |
|
Character class. More...
|
class |
FBCharacterHipsTranslationMode |
|
Character Hips Translation modes.
More...
|
class |
FBCharacterInputType |
|
Character Input/Output types. More...
|
class |
FBCharacterKeyingMode |
|
Character keying modes. More...
|
class |
FBCharacterPlotWhere |
|
Where to plot a character. More...
|
class |
FBCharacterPose |
|
FBCharacterPose class. More...
|
class |
FBCharacterPoseFlag |
|
Character Pose Options flags. More...
|
class |
FBCharacterPoseKeyingMode |
|
Character Pose Keying Mode. More...
|
class |
FBCharacterPoseOptions |
|
FBCharacterPoseOptions class.
More...
|
class |
FBCharacterResetProperties |
|
Character Reset Properties Type. More...
|
class |
FBCharacterRollSolver |
|
Character Roll Solver version. More...
|
class |
FBClipEnd |
|
Clip end actions. More...
|
class |
FBCluster |
|
Cluster. More...
|
class |
FBClusterMode |
|
Different clustering modes. More...
|
class |
FBCommPortType |
|
Communication port type. More...
|
class |
FBCommType |
|
Communications type. More...
|
class |
FBCommandState |
|
FBCommandState. More...
|
class |
FBComponent |
|
MotionBuilder SDK base class. More...
|
class |
FBConfigFile |
|
Interface to the application config files.
More...
|
class |
FBConnectionAction |
|
Possible actions when a notify plug event
occurs. More...
|
class |
FBConnectionType |
|
Connection types available between plugs.
More...
|
class |
FBConsoleChannelType |
|
Console channel types. More...
|
class |
FBConstraint |
|
Constraint class. More...
|
class |
FBConstraintInfo |
|
Constraint information class. More...
|
class |
FBConstraintManager |
|
Constraint manager. More...
|
class |
FBConstraintSolver |
|
Base class for constraint solver. More...
|
class |
FBContainer |
|
Container. More...
|
class |
FBControlSet |
|
Control set class. More...
|
class |
FBControlSetType |
|
Character ControlSet type. More...
|
class |
FBControllerMode |
|
Controller modes for optical model. More...
|
class |
FBDeck |
|
Deck class. More...
|
class |
FBDeckTransportMode |
|
FBDeckTransportMode. More...
|
class |
FBDeformer |
|
Base Model deformer class. More...
|
class |
FBDevice |
|
Base Device class. More...
|
class |
FBDeviceInstrument |
|
Instrument abstraction layer. More...
|
class |
FBDeviceKeyboardKey |
|
Keyboard keys (for input). More...
|
class |
FBDeviceNotifyInfo |
|
Device Input and Output Notification
information structure. More...
|
class |
FBDeviceSamplingMode |
|
Recording types. More...
|
class |
FBDisplayMode |
|
Model display options. More...
|
class |
FBDisplayWhat |
|
Model display mask This mask determines what
types of models are displayed by the renderer. More...
|
class |
FBDragAndDropState |
|
State of Drag and Drop. More...
|
class |
FBEdit |
|
Text edit box. More...
|
class |
FBEditColor |
|
Color edit widget. More...
|
class |
FBEditNumber |
|
Number edit box. More...
|
class |
FBEditProperty |
|
Property editor widget. More...
|
class |
FBEditPropertyModern |
|
Property editor widget. More...
|
class |
FBEditVector |
|
Vector edit widget. More...
|
class |
FBEffectorId |
|
All effector nodes. More...
|
class |
FBEffectorSetID |
|
Effector ID identifier. More...
|
class |
FBElementAction |
|
Enumeration that describe the different
actions available on a scene element depending on the current
context. More...
|
class |
FBEvaluateInfo |
|
AnimationNodeNotify evaluation information.
More...
|
class |
FBEvent |
|
Base Event class. More...
|
class |
FBEventActivate |
|
Activation event. More...
|
class |
FBEventAnimationNodeType |
|
Event based on animation node. More...
|
class |
FBEventConnectionDataNotify |
|
Connection notify event class. More...
|
class |
FBEventConnectionNotify |
|
Connection notify event class. More...
|
class |
FBEventConnectionStateNotify |
|
Connection notify event class. More...
|
class |
FBEventDblClick |
|
Input event class. More...
|
class |
FBEventExpose |
|
Event sent when a control needs to be
displayed. More...
|
class |
FBEventInput |
|
Input event class. More...
|
class |
FBEventMenu |
|
Menu event. More...
|
class |
FBEventResize |
|
Event sent to a control that resizes.
More...
|
class |
FBEventSceneChange |
|
Select model event class. More...
|
class |
FBEventShow |
|
Show event class. More...
|
class |
FBEventSpread |
|
Spreadsheet event. More...
|
class |
FBEventTakeChange |
|
Take change event class. More...
|
class |
FBEventTransaction |
|
Transaction event. More...
|
class |
FBEventTree |
|
FBTree
node event. More...
|
class |
FBEventTreeSelect |
|
FBTree
selection event. More...
|
class |
FBFCurve |
|
FCurve class. More...
|
class |
FBFCurveEditor |
|
FCurve editor. More...
|
class |
FBFCurveKey |
|
KeyFrame for an FCurve. More...
|
class |
FBFbxManager |
|
FBX interface for loading/saving files into
the application. More...
|
class |
FBFbxManagerLoadAnimationMethod |
|
This enumeration is used to choose how to
load an animation file on a character.
More...
|
class |
FBFbxManagerState |
|
This enumeration indicate the current state
of the FBFbxManager.
More...
|
class |
FBFbxOptions |
|
See samples: FBFbxOptions.py,
ImportWithNamespace.py. More...
|
class |
FBFbxTake |
|
Take class for Fbx import. More...
|
class |
FBFilePopup |
|
File Popup (for open/save). More...
|
class |
FBFilePopupStyle |
|
Different types of file popup windows.
More...
|
class |
FBFilter |
|
Filter class. More...
|
class |
FBFilterManager |
|
Filter manager. More...
|
class |
FBFilterType |
|
Filter types. More...
|
class |
FBFloorContactID |
|
Floor contact for the given index. More...
|
class |
FBFogMode |
|
Fog falloff modes. More...
|
class |
FBFolder |
|
Folder class. More...
|
class |
FBFolderPopup |
|
Folder Popup (for selecting a directory).
More...
|
class |
FBGapMode |
|
Gap interpolation modes. More...
|
class |
FBGenerationMode |
|
Generation modes for optical model. More...
|
class |
FBGenericMenu |
|
A GenericMenu class. More...
|
class |
FBGenericMenuItem |
|
FBGenericMenuItem
This class stores data for a single menu item. More...
|
class |
FBGeometry |
|
Geometry class. More...
|
class |
FBGeometryArrayElementType |
|
Type of data when requesting an array.
More...
|
class |
FBGeometryArrayID |
|
ID to use when requesting a specific array
of data for a model. More...
|
class |
FBGeometryMappingMode |
|
Determine how the element is mapped on a
surface. More...
|
class |
FBGeometryReferenceMode |
|
Determine how the mapping information is
stored in the array of coordinate. More...
|
class |
FBGlobalLight |
|
Global light class. More...
|
class |
FBGroup |
|
Objects Grouping class. More...
|
class |
FBHandle |
|
FBHandle class. More...
|
class |
FBIconPosition |
|
Different icon positions possible. More...
|
class |
FBImage |
|
Image class. More...
|
class |
FBImageContainer |
|
Image. More...
|
class |
FBImageFormat |
|
Image formats. More...
|
class |
FBImageInterleaveType |
|
Image field interleave types. More...
|
class |
FBImageInterpolationType |
|
Image interpolation types. More...
|
class |
FBImageType |
|
Image types. More...
|
class |
FBInputKey |
|
Keyboard inputs. More...
|
class |
FBInputModifier |
|
Input Modifiers (Ctrl, Alt, Shift). More...
|
class |
FBInputType |
|
Types of input events. More...
|
class |
FBInsertSegmentMode |
|
Insert segment modes. More...
|
class |
FBInterpolation |
|
Types of interpolation for an FCurve.
More...
|
class |
FBInterpolatorCurveType |
|
Types of interpolator for an FCurve.
More...
|
class |
FBKeyControl |
|
Key control. More...
|
class |
FBKeyingGroup |
|
KeyingGroup class. More...
|
class |
FBKeyingGroupType |
|
Keying group types. More...
|
class |
FBLabel |
|
Text label. More...
|
class |
FBLayerMode |
|
Layer mode. More...
|
class |
FBLayerRotationMode |
|
Rotation mode for layer. More...
|
class |
FBLayeredTexture |
|
LayeredTexture class. More...
|
class |
FBLayout |
|
Used to build the user interface. More...
|
class |
FBLayoutRegion |
|
Layout region. More...
|
class |
FBLight |
|
Light class. More...
|
class |
FBLightType |
|
Light types. More...
|
class |
FBList |
|
List of items. More...
|
class |
FBListStyle |
|
List style or direction. More...
|
class |
FBManipulatorPickType |
|
Types of manipulator picking. More...
|
class |
FBManipulatorTransformType |
|
Manipulator transform stles. More...
|
class |
FBMarkerLook |
|
Look of the marker. More...
|
class |
FBMarkerResolutionLevel |
|
Resolution of marker mesh sphere and capsule
(Quality). More...
|
class |
FBMarkerSet |
|
Marker set class. More...
|
class |
FBMarkerType |
|
Type of the marker. More...
|
class |
FBMaterial |
|
Material class. More...
|
class |
FBMaterialTextureType |
|
Ways to apply Rotation. More...
|
class |
FBMemo |
|
Multi-line text input. More...
|
class |
FBMenuItemType |
|
Types of menu items available. More...
|
class |
FBMenuManager |
|
The menu manager allows access to
MotionBuilder menu bar. More...
|
class |
FBMesh |
|
Mesh class. More...
|
class |
FBMirrorPlaneType |
|
Mirror Plane Type. More...
|
class |
FBModel |
|
Model class. More...
|
class |
FBModelCube |
|
Cube model class. More...
|
class |
FBModelMarker |
|
Model marker class. More...
|
class |
FBModelNull |
|
Null object class. More...
|
class |
FBModelOptical |
|
Optical model class. More...
|
class |
FBModelPath3D |
|
Path 3D model class. More...
|
class |
FBModelPlaceHolder |
|
Wrapper around a specific instance of a
FBModel object. More...
|
class |
FBModelPlane |
|
Plane model class. More...
|
class |
FBModelRoot |
|
Root object class. More...
|
class |
FBModelRotationOrder |
|
Ways to apply Rotation. More...
|
class |
FBModelShadingMode |
|
Modes for model shading. More...
|
class |
FBModelSkeleton |
|
Root object class. More...
|
class |
FBModelTemplate |
|
Model template class. More...
|
class |
FBModelTemplateStyle |
|
Model template styles When creating model
templates, this parameter will affect the actual model created
(associated with the model template). More...
|
class |
FBModelTransformationMatrix |
|
Types of transformation vector/matrices
possible. More...
|
class |
FBMotionClip |
|
Motion class. More...
|
class |
FBMultiLangManager |
|
Language manager. More...
|
class |
FBNamespaceAction |
|
Namespace flags. More...
|
class |
FBNote |
|
Note class. More...
|
class |
FBNurbs |
|
Nurbs class. More...
|
class |
FBObjectFlag |
|
Available flags for any component. More...
|
class |
FBObjectPose |
|
FBObjectPose class. More...
|
class |
FBObjectPoseMirrorOptions |
|
FBObjectPoseMirrorOptions
class. More...
|
class |
FBObjectPoseMirrorOptionsFlag |
|
ObjectPoseMirrorOptions flags.
More...
|
class |
FBObjectPoseOptions |
|
FBObjectPoseOptions class.
More...
|
class |
FBObjectPoseOptionsFlag |
|
ObjectPoseOptions flags. More...
|
class |
FBObjectStatus |
|
Available lifetime status for any component.
More...
|
class |
FBOrientation |
|
General directions for UI components.
More...
|
class |
FBParity |
|
Parity modes. More...
|
class |
FBPatch |
|
Patch class. More...
|
class |
FBPathTangeantMode |
|
Tangeant modes available for path keys.
More...
|
class |
FBPhysicalProperties |
|
Base class for physical properties attach to
a model. More...
|
class |
FBPickingMode |
|
3D picking mode. More...
|
class |
FBPlayMode |
|
Play modes. More...
|
class |
FBPlayerControl |
|
Player control. More...
|
class |
FBPlotAllowed |
|
FBPlotAllowed. More...
|
class |
FBPlotPopup |
|
Plot Popup (for setting options only).
More...
|
class |
FBPlug |
|
Connections Basic Open Reality SDK Element.
More...
|
class |
FBPopup |
|
Popup window. More...
|
class |
FBPopupInputType |
|
User input types for a popup. More...
|
class |
FBPose |
|
Pose class. More...
|
class |
FBPoseTransformType |
|
Transform mode of pose. More...
|
class |
FBPoseType |
|
Types of pose. More...
|
class |
FBProgress |
|
Progress bar. More...
|
class |
FBPropertyConnectionEditor |
|
Property Connection Editor. More...
|
class |
FBPropertyFlag |
|
Available flags for FBProperty objects. More...
|
class |
FBPropertyListCharacterExtension |
|
Character extension property list.
More...
|
class |
FBPropertyListCharacterPose |
class |
FBPropertyListConstraint |
class |
FBPropertyListConstraintSolver |
class |
FBPropertyListControlSet |
class |
FBPropertyListFolder |
class |
FBPropertyListMotionClip |
class |
FBPropertyListObjectPose |
class |
FBPropertyListPhysicalProperties |
class |
FBPropertyListVideoClip |
class |
FBPropertyManager |
|
Property Manager. More...
|
class |
FBPropertyType |
|
Property types. More...
|
class |
FBRSType |
|
RS type for serial port. More...
|
class |
FBRecalcMarkerSetOffset |
|
Recalculate MarkerSet offset for? More...
|
class |
FBReferenceTime |
|
Reference time class. More...
|
class |
FBRenderOptions |
class |
FBRenderer |
|
Open Reality renderer interface. More...
|
class |
FBRenderingPass |
|
Rendering Pass. More...
|
class |
FBRigidBodyMode |
|
Rigid body modes. More...
|
class |
FBRotationFilter |
|
Rotation filters. More...
|
class |
FBScene |
|
Access to the MotionBuilder scene. More...
|
class |
FBSceneChangeType |
|
Types of model selection events. More...
|
class |
FBSegmentMode |
|
Segment modes. More...
|
class |
FBSet |
|
Objects Set class. More...
|
class |
FBShader |
|
Shader class. More...
|
class |
FBShaderLighted |
|
Lighted shader class. More...
|
class |
FBShaderManager |
|
Shader manager. More...
|
class |
FBShaderShadowLive |
|
Shader Shadow Live class. More...
|
class |
FBShadowFrameType |
|
Shadow calculation methods. More...
|
class |
FBShadowType |
|
Shadow types. More...
|
class |
FBSkeletonNodeId |
|
All Skeleton nodes. More...
|
class |
FBSkeletonState |
class |
FBSlider |
|
Slider. More...
|
class |
FBSpreadCell |
|
Spreadsheet cell. More...
|
class |
FBSpreadColumn |
|
Spreadsheet column. More...
|
class |
FBSpreadPart |
|
Spreadsheet part. More...
|
class |
FBSpreadRow |
|
Spreadsheet row. More...
|
class |
FBStory |
|
Story Management class. More...
|
class |
FBStoryClip |
|
Story Clip class. More...
|
class |
FBStoryClipCompMode |
|
Compensation Modes for story character
clips. More...
|
class |
FBStoryClipShowGhostMode |
|
Show Ghost Modes for story animation clips.
More...
|
class |
FBStoryClipSolveMode |
|
Solve Modes for story character clips.
More...
|
class |
FBStoryFolder |
|
Story Folder class. More...
|
class |
FBStoryTrack |
|
Story Track class. More...
|
class |
FBStoryTrackBodyPart |
|
Body Parts for story track character.
More...
|
class |
FBStoryTrackRefMode |
|
References Modes for story animation tracks.
More...
|
class |
FBStoryTrackType |
|
Types for new story tracks. More...
|
class |
FBStringList |
|
String list. More...
|
class |
FBSurface |
|
Surface class. More...
|
class |
FBSurfaceMode |
|
Surface modes. More...
|
class |
FBSurfaceType |
|
Surface types. More...
|
class |
FBTCPIPSocketType |
|
Types of TCP/IP Sockets. More...
|
class |
FBTabPanel |
|
Tab panel. More...
|
class |
FBTake |
|
A take is a container for animation in a
scene. More...
|
class |
FBTakeChangeType |
|
Types of take change events. More...
|
class |
FBTakeSpanOnLoad |
|
This enumeration indicate the how to set the
take start and end points on after a load. More...
|
class |
FBTangentClampMode |
|
Different clamping modes for the tangents.
More...
|
class |
FBTangentConstantMode |
|
Different constant modes for the tangents.
More...
|
class |
FBTangentMode |
|
Methods of tangent calculation. More...
|
class |
FBTextJustify |
|
Text justification styles. More...
|
class |
FBTextStyle |
|
Text appearance styles. More...
|
class |
FBTexture |
|
Texture class. More...
|
class |
FBTextureBlendMode |
|
Texture blend modes. More...
|
class |
FBTextureMapping |
|
Texture mapping modes. More...
|
class |
FBTextureUseType |
|
Texture Use Type. More...
|
class |
FBThermometer |
|
Thermometer. More...
|
class |
FBTime |
|
Time data structure. More...
|
class |
FBTimeCode |
class |
FBTimeMode |
|
Different time modes available. More...
|
class |
FBTimeReferential |
|
FBCommandState. More...
|
class |
FBTimeSpan |
|
TimeSpan class. More...
|
class |
FBTransportMode |
|
Transport modes. More...
|
class |
FBTransportPlaySpeed |
|
Available transport control play speed.
More...
|
class |
FBTransportSnapMode |
|
Available snap methods for the transport
control. More...
|
class |
FBTransportTimeFormat |
|
Available transport control time display.
More...
|
class |
FBTree |
|
Tree list view.
More...
|
class |
FBTreeNode |
|
A node in the tree view. More...
|
class |
FBTriggerStyle |
|
Audio clips' trigger styles. More...
|
class |
FBUndoManager |
|
Access to global undo and redo
functionality. More...
|
class |
FBUseChnMode |
|
Use Channel modes. More...
|
class |
FBUserObject |
class |
FBVideo |
|
Video media class. More...
|
class |
FBVideoClip |
class |
FBVideoCodecMode |
|
Enum FBVideoRenderDepth. More...
|
class |
FBVideoFormat |
|
Video color modes. More...
|
class |
FBVideoGrabber |
|
Video Grabber class. More...
|
class |
FBVideoIn |
|
Video media class. More...
|
class |
FBVideoInterlaceMode |
|
Video interlace modes. More...
|
class |
FBVideoOut |
|
Video media class. More...
|
class |
FBVideoProxyMode |
|
Video proxy modes. More...
|
class |
FBVideoRenderDepth |
|
Enum FBVideoRenderDepth. More...
|
class |
FBVideoRenderFieldMode |
|
Enum FBVideoRenderFieldMode. More...
|
class |
FBVideoRenderViewingMode |
|
Enum FBVideoRenderViewingMode.
More...
|
class |
FBVideoStorageMode |
|
Video storage modes. More...
|
class |
FBView |
|
Generic view. More...
|
class |
FBViewerInfos |
|
Scene information display. More...
|
class |
FBViewerMode |
|
Different viewer modes for the 3D viewer.
More...
|
class |
FBZSortMode |
|
Z sorting Mode. More...
|
Functions
|
tuple< int, bool > |
FBMessageBoxWithCheck
(str pBoxTitle, str pMessage, str pButton1Str, str pButton2Str, str pButton3Str, str pCheckBoxStr, bool pCheckBoxValue, int pDefaultButton=0, bool pScrolledMessage=False) |
|
Dialog popup box with 'don't show again'
option.
|
tuple< int, str > |
FBMessageBoxGetUserValue
(str pBoxTitle, str pMessage, object pValue, FBPopupInputType
pValueType, str pButton1Str,
str pButton2Str=None,
str pButton3Str=None,
int pDefaultButton=0) |
|
Dialog popup box to get user input.
|
bool |
FBConnect
(FBPlug
pSrc, FBPlug pDst, FBConnectionType
pConnectionType=
FBConnectionType.kFBConnectionTypeNone) |
|
Request the connection two FBPlug objects.
|
bool |
FBDisconnect
(FBPlug
pSrc, FBPlug pDst) |
|
Connect two FBPlug objects.
|
FBAudioFmt |
FBAudioFmt_AppendFormat
(FBAudioFmt pFormat, int
pChannels, int pBits,
int pRate) |
FBAudioFmt |
FBAudioFmt_AppendFormat
(FBAudioFmt pFormat, FBAudioFmt pSrcFormat) |
int |
FBAudioFmt_GetBitsValue
(FBAudioFmt pFormat) |
int |
FBAudioFmt_GetBytesValue
(FBAudioFmt pFormat) |
int |
FBAudioFmt_GetChannelValue
(FBAudioFmt pFormat) |
FBAudioFmt |
FBAudioFmt_GetDefaultFormat
() |
int |
FBAudioFmt_GetRateValue
(FBAudioFmt pFormat) |
FBAudioFmt |
FBAudioFmt_RemoveFormat
(FBAudioFmt pFormat, int
pChannels, int pBits,
int pRate) |
FBAudioFmt |
FBAudioFmt_RemoveFormat
(FBAudioFmt pFormat, FBAudioFmt pSrcFormat) |
bool |
FBAudioFmt_TestFormat
(FBAudioFmt pSrcFormat, int
pChannels, int pBits,
int pRate) |
FBComponent |
FBCreateObject
(str pGroupName, str pEntryName, str pName, pData=None, int nth=0) |
|
FBCreateObject.
|
FBModel |
FBFindModelByName
(str pModelName, FBModel
pParent=None) |
|
Find a model in the hierarchy.
|
|
FBFindObjectsByName
(str pNamePattern, FBComponentList
pList, bool
pIncludeNamespace=True, bool pModelsOnly=False) |
|
FBFindObjectsByName.
|
|
FBFindObjectsByNamespace
(str pNamePattern, FBComponentList
pList) |
|
FBFindObjectsByName.
|
int |
FBGetCharacterExternalSolverCount
() |
|
Get character external solver count.
|
int |
FBGetCharacterExternalSolverIndex
(str pName) |
|
Get character external solver index.
|
str |
FBGetCharacterExternalSolverName
(int pIndex) |
|
Get character external solver name.
|
FBCharacterKeyingMode |
FBGetCharactersKeyingMode
() |
|
return Character Manipulation/Keying Mode
|
FBBodyPartId |
FBGetEffectorBodyPart
(FBEffectorId
pEffectorId) |
|
return BodyPart ID from Effector.
|
str |
FBGetMultiLangText
(FBPlug
pContext, str pKey,
bool
pFlagReturnKey=False) |
|
Name lookup in the context of an object.
|
str |
FBGetMultiLangText
(str pContext, str pKey, bool pFlagReturnKey=False) |
|
Name lookup in a user defined context
context.
|
|
FBGetSelectedModels
(FBModelList pList,
FBModel
pParent=None, bool
pSelected=True, bool
pSortBySelectOrder=False) |
|
Find all models that are selected (if
pSelected is true) Searches recursively from a root model for
models that are selected, and adds them to a list of models.
|
FBModel |
FBLoadFbxPrimitivesModel
(str pModelName) |
|
Load a model.
|
int |
FBMessageBox
(str pBoxTitle, str pMessage, str pButton1Str, str pButton2Str=None, str pButton3Str=None, int pDefaultButton=0, int pScrolledMessage=0) |
|
Dialog popup box.
|
|
FBModelTransactionBegin
() |
|
FBModelTransactionBegin.
|
|
FBModelTransactionEnd
() |
|
FBModelTransactionEnd.
|
bool |
FBPopNormalTool
(str pToolName, bool pSetFocus=True) |
|
This function is used to bring up a specific
tool in the GUI.
|
|
FBSelectObjectsByNamespace
(str pNameSpaceName,
bool pSelect, bool pSearchExclusive=True) |
|
FBSelectObjectsByNamespace.
|
|
FBSleep
(unsigned long
MilliSeconds) |
|
Sleep function Puts system to sleep for
specified time.
|
|
FBTrace
(str
pFormatString,...p1) |
|
This function prints useful debugging
strings in the console.
|