From f41b1749311d2ef4624c9b937f8efbf0e286f6ff Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 8 Nov 2008 11:51:03 +0000 Subject: [PATCH] Add maya paths --- direct/src/directscripts/profilepaths-osx.command | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/directscripts/profilepaths-osx.command b/direct/src/directscripts/profilepaths-osx.command index 2004a4e4c9..14d4363715 100644 --- a/direct/src/directscripts/profilepaths-osx.command +++ b/direct/src/directscripts/profilepaths-osx.command @@ -11,6 +11,8 @@ then export PATH=$PANDA_PATH/bin:$PATH export PYTHONPATH=$PANDA_PATH/lib:$PYTHONPATH export DYLD_LIBRARY_PATH=$PANDA_PATH/lib:$DYLD_LIBRARY_PATH + export MAYA_SCRIPT_PATH=$PANDA_PATH/plugins:$MAYA_SCRIPT_PATH + export MAYA_PLUG_IN_PATH=$PANDA_PATH/plugins:$MAYA_PLUG_IN_PATH fi '