Eyeon:Script/Reference/Applications/Fusion/Classes/RenderSlave/Attributes

From VFXPedia

Jump to: navigation, search

attribute name

type

description

RSLVS_Status

string

The current status of the slave.
"Unknown", "Scanning", "Idle", "Failed", "Busy", "Assigning Job", "Connecting", "Checking Settings", "Loading Comp", "Starting Render", "Rendering", "Ending Render", "Disconnecting", "Offline", "Disabled", "Unused"

RSLVN_Status

number

The current status of the slave as number.
-1 = "Unknown"
0 = "Scanning"
1 = "Idle"
2 = "Failed"
3 = "Busy"
4 = "Assigning Job"
5 = "Connecting"
6 = "Checking Settings"
7 = "Loading Comp"
8 = "Starting Render"
9 = "Rendering"
10 = "Ending Render"
11 = "Disconnecting"
12 = "Offline"
13 = "Disabled"
14 = "Unused"

RSLVS_IP

string

The IP address of the slave machine.

RSLVID_ID

string

The ID of the job.

RSVLS_Name

string

The network name of the slave being used.

RSLVB_IsUnused

boolean

Indicates if the slave is unused.

RSLVS_Version

string

The version number of the slave.

RSLVS_Groups

string

The assigned group of the slave.

RSLVN_RenderingComp

number

The comp ID number that it's currently rendering.

RSLVB_IsRemoving

boolean

If the slave is being removed from the queue.

RSLVB_IsFailed

boolean

If the slave has failed enough times to remove it from further jobs.


Tips for Attributes (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/RenderSlave/Attributes