17.04.2014 Views

slides

slides

slides

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Creating Sequences<br />

• Renderman allows for sequences of frames to be created within<br />

the rib structure by using FrameBegin / FrameEnd<br />

• However it is usually better to create a sequence of individual rib<br />

files per frame as these can be distributed on the render farm.<br />

• The best method for doing this is to use a frame counter and<br />

export Rib / frame using the format file.###.rib -><br />

image.###.exr<br />

1 for frame in range(1,30) :<br />

2 filename = "Wave.%03d.rib" %(frame)<br />

3 ri.Begin(filename)<br />

4<br />

5 ri.Display("ProcGeom.%03d.exr" %(frame), "file", "rgba")<br />

6<br />

Saturday, 23 October 2010

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!