FBSystem Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBSystem:

Public Member Functions

__reduce__ ()
 
GetLoadedPluginItemGroups ()
 
GetCommandLineArgs ()
 
GetPluginPath ()
 
GetLoadedPluginItemInfo ()
 
GetLoadedPluginItemsName ()
 
GetPythonStartupPath ()
 
__init__ ()
 
CurrentDirectory ()
 
MakeFullPath ()
 
- 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 OnUIIdle
 
object OnVideoFrameRendering
 
object OnConnectionNotify
 
object OnConnectionDataNotify
 
object OnConnectionStateNotify
 
object OnConnectionKeyingNotify
 
object ApplicationPath
 
object AssetManager
 
object AudioInputs
 
object AudioOutputs
 
object Cameras
 
object Materials
 
object Shaders
 
object Textures
 
object Takes
 
object Lights
 
object Devices
 
object ComputerName
 
object BuildId
 
object BuildVersion
 
object CurrentTake
 
object DesktopSize
 
object FrameRate
 
object ProcessMemory
 
object ProcessMemoryPeak
 
object FullScreenViewer
 
object LocalTime
 
object PathImages
 
object PathMeshs
 
object Renderer
 
object RootModel
 
object Scene
 
object ConstructionHistory
 
object SceneRootModel
 
object SystemTime
 
object Version
 
object VideoInputs
 
object VideoOutputs
 
object ConfigPath
 
object UserConfigPath
 
object Manipulators
 
object SuspendMessageBoxes
 
object AreMessageBoxesSuspended
 
- 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__ ( )
CurrentDirectory ( )

Python Docstring:

CurrentDirectory( (FBSystem)arg1) -> str 
GetCommandLineArgs ( )

Python Docstring:

GetCommandLineArgs( (FBSystem)arg1) -> FBStringList 
GetLoadedPluginItemGroups ( )

Python Docstring:

GetLoadedPluginItemGroups( (FBSystem)arg1, (str)arg2) -> FBStringList 
GetLoadedPluginItemInfo ( )

Python Docstring:

GetLoadedPluginItemInfo( (FBSystem)arg1, (str)arg2) -> FBStringList 
GetLoadedPluginItemsName ( )

Python Docstring:

GetLoadedPluginItemsName( (FBSystem)arg1) -> FBStringList 
GetPluginPath ( )

Python Docstring:

GetPluginPath( (FBSystem)arg1) -> FBStringList 
GetPythonStartupPath ( )

Python Docstring:

GetPythonStartupPath( (FBSystem)arg1) -> FBStringList 
MakeFullPath ( )

Python Docstring:

MakeFullPath( (FBSystem)arg1, (str)arg2) -> str 

Member Data Documentation

object ApplicationPath
object AreMessageBoxesSuspended
object AssetManager
object AudioInputs
object AudioOutputs
object BuildId
object BuildVersion
Cameras
Note
Deprecated FBSystem.Cameras: Use FBSystem.Scene.Cameras to access this property.
object ComputerName
object ConfigPath
object ConstructionHistory
object CurrentTake
object DesktopSize
Devices
Note
Deprecated FBSystem.Devices: Use FBSystem.Scene.Devices to access this property.
object FrameRate
object FullScreenViewer
Lights
Note
Deprecated FBSystem.Lights: Use FBSystem.Scene.Lights to access this property.
object LocalTime
object Manipulators
Materials
Note
Deprecated FBSystem.Materials: Use FBSystem.Scene.Materials to access this property.
object OnConnectionDataNotify
object OnConnectionKeyingNotify
object OnConnectionNotify
object OnConnectionStateNotify
object OnUIIdle
object OnVideoFrameRendering
object PathImages
object PathMeshs
object ProcessMemory
object ProcessMemoryPeak
object Renderer
object RootModel
object Scene
object SceneRootModel
Shaders
Note
Deprecated FBSystem.Shaders: Use FBSystem.Scene.Shaders to access this property.
object SuspendMessageBoxes
object SystemTime
Takes
Note
Deprecated FBSystem.Takes: Use FBSystem.Scene.Takes to access this property.
Textures
Note
Deprecated FBSystem.Textures: Use FBSystem.Scene.Textures to access this property.
object UserConfigPath
object Version
object VideoInputs
object VideoOutputs