Skip to content

Instantly share code, notes, and snippets.

@dgentry
Created January 1, 2018 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgentry/daa49d14b5c9bdd70238a97c1fd077e0 to your computer and use it in GitHub Desktop.
Save dgentry/daa49d14b5c9bdd70238a97c1fd077e0 to your computer and use it in GitHub Desktop.
# After downloading and installing just 21.6 (on a MacOS Sierra Macbook Pro), I don't get any examples. I did find "trial.rib" and can render that using the following commands in Terminal.app (I left off the command line prompt, which for me is $):
export RMANTREE=/Applications/Pixar/RenderManProServer-21.6
export PATH=$RMANTREE/bin:$PATH
cp /Applications/Pixar/RenderManProServer-21.6/etc/setup/trial.rib .
prman trial.rib
# prman will emit some complaints here, about missing "shield" shader
open trial.tif
# This should open trial.tif in Preview.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment