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

From VFXPedia

Jump to: navigation, search

Contents

RenderJob - SetFrames()

Arguments

SetFrames(framelist)

  • framelist (required, string)

A string with valid formatting for frames to be rendered by the job. Frame numbers should be separated by commas, without spaces, and ranges of frames are denoted by <first>..<last>.

Returns

This function does not return a value.

Remarks

This function allows script to set the frame range of a render job.

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

job = fusion.RenderManager:GetJobList()[1]
 
job:SetFrames("1..50,55,60,75,80..100")


Tips for SetFrames (edit)

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