From 270d79658e131b4daa65d862f9c646ab67a979f3 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 24 Oct 2009 19:01:51 +0000 Subject: [PATCH] Move the model-cache to ~/Library/Caches/, as well --- makepanda/makepanda.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 03bc287a9e..c727ae9895 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1483,6 +1483,8 @@ else: configprc = configprc.replace("aux-display pandadx8","") if (sys.platform == "darwin"): + configprc = configprc.replace(".panda3d","Library/Caches/Panda3D-%s" % VERSION) + # OpenAL is not yet working well on OSX for us, so let's do this for now. configprc = configprc.replace("p3openal_audio","p3fmod_audio")