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`