Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 624 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 624 Bytes

sr-rendering

Rendered Scenes

Scene1 Scene1

Requirements

  • Python 2.7
  • RenderMan 23.5

Usage

Run

Command Line Help

python ./app.py --help

Output to "rib file" and render

python ./app.py --rib
prman ./scene.rib

Render to default Framebuffer (it) directly

python ./app.py

Render to exr

python ./app.py -o exr

Note:

Saving from image tool to jpeg or png requires the Burn In Mapping On Save to be selected from Catalog tab, otherwise the saved image will be dark.