< Previous | Contents | Next >
class Fusion
Parent class: Object
Handle to the application.
Fusion Attributes
Attribute Name | Type | Description |
FUSIONS_FileName | string | The path to the Fusion.exe file. |
FUSIONS_Version | string | The version of FUSION that we are connected to, in either string (FUSION_Version) or numeric (FUSIONI_VersionHi, FUSIONI_ VersionLo) format. |
FUSIONI_SerialHi FUSIONI_SerialLo | integer | The serial number of the Fusion license that we are connected to. |
FUSIONS_MachineType | string | The type (OS and CPU) of machine. |
FUSIONI_NumProcessors | integer | The number of processors present in the machine running Fusion. |
FUSIONB_IsManager | boolean | Indicates if this Fusion is currently a render master. |
FUSIONI_MemoryLoad | integer | The current Memory load percentage of the machine, from 0 to 100. |
FUSIONI_PhysicalRAMTotalMB | integer | The total amount of physical RAM, in MB. |
FUSIONI_PhysicalRAMFreeMB | integer | The amount of physical RAM free, in MB. |
FUSIONI_VirtualRAMTotalMB | integer | The total amount of virtual RAM, in MB. |
FUSIONI_VirtualRAMUsedMB | integer | The total amount of virtual RAM in use, in MB. |
FUSIONB_IsPost | boolean | Indicates if this Fusion is a Post license. |
FUSIONB_IsDemo | boolean | Indicates if this Fusion is a Demo license. |
FUSIONB_IsRenderNode | boolean | Indicates if this Fusion is a Render Node license. |
FUSIONH_CurrentComp | handle | Returns a handle to the current composition that has the focus in Fusion. |
FUSIONI_VersionHi FUSIONI_VersionLo | integer |
![]()
fu = bmd.scriptapp(“Fusion”)
# Get basic connection to fusion.
> Python usage:
fu = fu or Fusion()
-- Get basic connection to fusion.
> Lua usage: