Skip to content

The Foundry Katana resource for working with render outputs

Notifications You must be signed in to change notification settings

RVitalicS/PrmanOutputs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KATANA Render Outputs

for RenderMan

alt text

Launcher Example

#!/usr/bin/env bash
# Katana launcher script
 
THISDIR=$(dirname "$(readlink -e "$BASH_SOURCE")")
 
export LUA_PATH=$THISDIR/OpScript/?.lua
export RMANOUTPUTS=$THISDIR
 
export KATANA_RESOURCES=$KATANA_RESOURCES:$RMANOUTPUTS
 
# export KATANA_HOME=...
# exec "${KATANA_HOME}/bin/katanaBin" "$@"

About

The Foundry Katana resource for working with render outputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published