diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index c61be5f4dd..648269be6e 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -94,6 +94,11 @@ if [ "$PMODELS" ]; then PMODELS=`cygpath -w $PMODELS` export PMODELS fi +# Gateway models +if [ "$GWMODELS" ]; then + GWMODELS=`cygpath -w $GWMODELS` + export GWMODELS +fi # Export the proper home environment variable HOME=`cygpath -w "$HOME"`