"models" directory should also be generated without pandatool

This commit is contained in:
rdb 2009-09-14 13:41:57 +00:00
parent fcf50a2726
commit 1c28973cb4

View File

@ -4053,8 +4053,6 @@ if (RUNTIME):
# Generate the models directory and samples directory
#
if (PkgSkip("PANDATOOL")==0):
for model in GetDirectoryContents("dmodels/src/misc", ["*.egg", "*.flt"]):
eggpz = model[:-4] + ".egg.pz"
TargetAdd(GetOutputDir()+"/models/misc/"+eggpz, input="dmodels/src/misc/"+model)