Skip to content
/ Renderman Public

Code and Slides for the NCCA Renderman lectures

Notifications You must be signed in to change notification settings

NCCA/Renderman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41f031b · Feb 12, 2025
Jan 30, 2022
Feb 4, 2025
Apr 27, 2017
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Jan 26, 2023
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Feb 7, 2018
Jan 26, 2023
Jun 29, 2017
Feb 4, 2025
Jan 29, 2019
May 14, 2018
Feb 12, 2025
Feb 2, 2021
Feb 12, 2025
Feb 12, 2025

Repository files navigation

RENDERMAN Lecture Code

The following lines need to be added to your .bashrc in the NCCA linux labs to get renderman to work

export RMANTREE=/opt/pixar/RenderManProServer-22.0/
export RMAN_SHADERPATH=$HOME/Shaders:$RMANTREE/lib/shaders
export PYTHONPATH=$PYTHONPATH:$RMANTREE/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RMANTREE/lib:
export PATH=$PATH:$RMANTREE/bin

The following folders contain examples for my Renderman lectures. Note I'm in the process of updating these lectures to work with Renderman 22 and RIS so some of the content at present will not work.

AOV Examples code