From 5f6cc0d434cba135d3cf1bd84ee6dc9e70590028 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 6 Aug 2002 15:41:40 +0000 Subject: [PATCH] add ttmodels --- direct/src/showbase/ppython | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index f9cef1961b..ba23fcecbe 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -57,6 +57,10 @@ if [ "$TTRADER" ]; then TTRADER=`cygpath -w $TTRADER` export TTRADER fi +if [ "$TTMODELS" ]; then + TTMODELS=`cygpath -w $TTMODELS` + export TTMODELS +fi # Export the proper home environment variable HOME=`cygpath -w $HOME`