Created
January 1, 2018 21:01
-
-
Save dgentry/daa49d14b5c9bdd70238a97c1fd077e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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