Eyeon:Script/Reference/Applications/Fusion/Classes/RenderJob/GetFrames
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | RenderJob
Contents |
RenderJob : GetFrames
Arguments
GetFrames()
Returns
A string of frame numbers in the form "1...10,15,20".
Remarks
This function is useful for getting a list of what frames are being rendered or are going to be rendered by the job.
Requirements
- eyeonScript 5.01
- Fusion 5.01
Examples
rm = fusion.RenderManager jl = rm:GetJobList() for i, job in jl do print(job:GetFrames()) end
Tips for GetFrames (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/RenderJob/GetFrames