Eyeon:Script/Reference/Applications/Fusion/Classes/QueueManager/AddSlave
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | QueueManager
Contents |
QueueManager : AddSlave
Arguments
AddSlave(Name, Groups, Unused)
- Name
(required, string) The slave's hostname or IP address.
- Groups (optional, string)
The render groups to join (this defaults to "all").
Returns
The job object just created in the queue manager.
Remarks
This function allows a user to add jobs remotely to the Fusion Render Manager, either through a standalone script or through the Fusion interface. This is potentially useful for the batch adding of jobs.
Requirements
- eyeonScript 5.0
- Fusion 5.0
Examples
No examples at thistime.
Tips for AddSlave (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/QueueManager/AddSlave