Eyeon:Script/Reference/Applications/Fusion/Classes/RenderJob/RetrySlave

From VFXPedia

Jump to: navigation, search

Contents

RenderJob - RetrySlave()

Arguments

RetrySlave([slave])

  • slave (optional, RenderSlave object)

A RenderSlave object, assigned to this job, that has previously failed to render a frame assigned to it.
If slave is not specified, all failed slaves will be retried.

Returns

This function does not return a value.

Remarks

This function attempts to reuse slaves that have previously failed. The job manager will place them back on the active list for the job, and attempt to assign frames to them again.

Requirements

  • eyeonScript 5.1
  • Fusion 5.1

Examples

job = fusion.RenderManager:GetJobList()[1]
 
-- Retry all failed slaves
job:RetrySlave()


Tips for RetrySlave (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/RenderJob/RetrySlave