FBApplication Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBApplication:

Public Member Functions

__reduce__ ()
 
FileExit ()
 
__init__ ()
 
FileBatch ()
 
ExecuteScript ()
 
FileExport ()
 
FileImport ()
 
FileImportWithOptions ()
 
LoadAnimationOnCharacter ()
 
UpdateAllWidgets ()
 
IsValidBatchFile ()
 
GetSceneComment ()
 
FlushEventQueue ()
 
OneClickSendAsNewScene ()
 
OneClickIsConnectedTo ()
 
Minimize ()
 
GetSceneAuthor ()
 
OneClickSelectPreviouslySentObject ()
 
FileAppend ()
 
FileExportBatch ()
 
SetSceneAuthor ()
 
FileRender ()
 
SetSceneRevisionNumber ()
 
OneClickUpdateCurrentScene ()
 
SetSceneTitle ()
 
SaveCharacterRigAndAnimation ()
 
OneClickAddToCurrentScene ()
 
FileOpen ()
 
FileNew ()
 
AudioRender ()
 
SetSceneSubject ()
 
GetSceneKeywords ()
 
SetSceneComment ()
 
FileMerge ()
 
GetSceneTitle ()
 
GetMaxFrameCount ()
 
FileImportBatch ()
 
SwitchViewerCamera ()
 
GetSceneRevisionNumber ()
 
FileSave ()
 
GetSceneSubject ()
 
SetSceneKeywords ()
 
Maximize ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object CurrentActor
 
object CurrentCharacter
 
object FBXFileName
 
object OnFileNewCompleted
 
object OnFileNew
 
object OnFileOpenCompleted
 
object OnFileOpen
 
object OnFileSaveCompleted
 
object OnFileSave
 
object OnFileExit
 
object OnFileMerge
 
object OnOverrideFileOpen
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 
__reduce__ ( )
AudioRender ( )

Python Docstring:

AudioRender( (FBApplication)arg1 [, (FBAudioRenderOptions)arg2]) -> bool 
ExecuteScript ( )

Python Docstring:

ExecuteScript( (FBApplication)arg1, (str)arg2) -> bool 
FileAppend ( )

Python Docstring:

FileAppend( (FBApplication)arg1, (str)arg2 [, (object)arg3 [, (FBFbxOptions)arg4]]) -> bool 
FileBatch ( )

Python Docstring:

FileBatch( (FBApplication)arg1, (FBBatchOptions)arg2 [, (FBPlotOptions)arg3]) -> FBBatchStatus 
FileExit ( )

Python Docstring:

FileExit( (FBApplication)arg1 [, (object)arg2 [, (object)arg3]]) -> None 
FileExport ( )

Python Docstring:

FileExport( (FBApplication)arg1, (str)arg2) -> bool 
FileExportBatch ( )

Python Docstring:

FileExportBatch( (FBApplication)arg1, (str)arg2, (FBTake)arg3, (FBBatchOptions)arg4, (FBModelList)arg5) -> bool 
FileImport ( )

Python Docstring:

FileImport( (FBApplication)arg1, (str)arg2 [, (object)arg3 [, (object)arg4]]) -> bool 
FileImportBatch ( )

Python Docstring:

FileImportBatch( (FBApplication)arg1, (str)arg2, (FBBatchOptions)arg3, (FBModel)arg4) -> bool 
FileImportWithOptions ( )

Python Docstring:

FileImportWithOptions( (FBApplication)arg1, (FBMotionFileOptions)arg2) -> bool 
FileMerge ( )

Python Docstring:

FileMerge( (FBApplication)arg1, (str)arg2 [, (object)arg3 [, (FBFbxOptions)arg4]]) -> bool

FileMerge( (FBApplication)arg1, (FBStringList)arg2 [, (object)arg3 [, (FBFbxOptions)arg4]]) -> bool 
FileNew ( )

Python Docstring:

FileNew( (FBApplication)arg1) -> bool 
FileOpen ( )

Python Docstring:

FileOpen( (FBApplication)arg1, (str)arg2 [, (object)arg3 [, (FBFbxOptions)arg4]]) -> bool

FileOpen( (FBApplication)arg1, (object)arg2, (int)arg3) -> bool 
FileRender ( )

Python Docstring:

FileRender( (FBApplication)arg1 [, (FBVideoGrabOptions)arg2]) -> bool 
FileSave ( )

Python Docstring:

FileSave( (FBApplication)arg1 [, (str)arg2 [, (FBFbxOptions)arg3]]) -> bool 
FlushEventQueue ( )

Python Docstring:

FlushEventQueue( (FBApplication)arg1) -> None 
GetMaxFrameCount ( )

Python Docstring:

GetMaxFrameCount( (FBApplication)arg1, (object)arg2, (int)arg3, (object)arg4) -> object 
GetSceneAuthor ( )

Python Docstring:

GetSceneAuthor( (FBApplication)arg1) -> str 
GetSceneComment ( )

Python Docstring:

GetSceneComment( (FBApplication)arg1) -> str 
GetSceneKeywords ( )

Python Docstring:

GetSceneKeywords( (FBApplication)arg1) -> str 
GetSceneRevisionNumber ( )

Python Docstring:

GetSceneRevisionNumber( (FBApplication)arg1) -> str 
GetSceneSubject ( )

Python Docstring:

GetSceneSubject( (FBApplication)arg1) -> str 
GetSceneTitle ( )

Python Docstring:

GetSceneTitle( (FBApplication)arg1) -> str 
IsValidBatchFile ( )

Python Docstring:

IsValidBatchFile( (FBApplication)arg1, (str)arg2) -> bool 
LoadAnimationOnCharacter ( )

Python Docstring:

LoadAnimationOnCharacter( (FBApplication)arg1, (str)arg2, (FBCharacter)arg3, (FBFbxOptions)arg4, (FBPlotOptions)arg5) -> bool 
Maximize ( )

Python Docstring:

Maximize( (FBApplication)arg1) -> bool 
Minimize ( )

Python Docstring:

Minimize( (FBApplication)arg1 [, (object)arg2]) -> bool 
OneClickAddToCurrentScene ( )

Python Docstring:

OneClickAddToCurrentScene( (FBApplication)arg1) -> bool 
OneClickIsConnectedTo ( )

Python Docstring:

OneClickIsConnectedTo( (FBApplication)arg1) -> FBOneClickApplication 
OneClickSelectPreviouslySentObject ( )

Python Docstring:

OneClickSelectPreviouslySentObject( (FBApplication)arg1) -> None 
OneClickSendAsNewScene ( )

Python Docstring:

OneClickSendAsNewScene( (FBApplication)arg1, (FBOneClickApplication)arg2) -> bool 
OneClickUpdateCurrentScene ( )

Python Docstring:

OneClickUpdateCurrentScene( (FBApplication)arg1) -> bool 
SaveCharacterRigAndAnimation ( )

Python Docstring:

SaveCharacterRigAndAnimation( (FBApplication)arg1, (str)arg2, (FBCharacter)arg3, (FBFbxOptions)arg4) -> bool 
SetSceneAuthor ( )

Python Docstring:

SetSceneAuthor( (FBApplication)arg1, (str)arg2) -> None 
SetSceneComment ( )

Python Docstring:

SetSceneComment( (FBApplication)arg1, (str)arg2) -> None 
SetSceneKeywords ( )

Python Docstring:

SetSceneKeywords( (FBApplication)arg1, (str)arg2) -> None 
SetSceneRevisionNumber ( )

Python Docstring:

SetSceneRevisionNumber( (FBApplication)arg1, (str)arg2) -> None 
SetSceneSubject ( )

Python Docstring:

SetSceneSubject( (FBApplication)arg1, (str)arg2) -> None 
SetSceneTitle ( )

Python Docstring:

SetSceneTitle( (FBApplication)arg1, (str)arg2) -> None 
SwitchViewerCamera ( )

Python Docstring:

SwitchViewerCamera( (FBApplication)arg1, (FBCamera)arg2) -> None 
UpdateAllWidgets ( )

Python Docstring:

UpdateAllWidgets( (FBApplication)arg1) -> None 

Member Data Documentation

object CurrentActor
object CurrentCharacter
object FBXFileName
object OnFileExit
object OnFileMerge
object OnFileNew
object OnFileNewCompleted
object OnFileOpen
object OnFileOpenCompleted
object OnFileSave
object OnFileSaveCompleted
object OnOverrideFileOpen