mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
"models" directory should also be generated without pandatool
This commit is contained in:
parent
fcf50a2726
commit
1c28973cb4
@ -4053,8 +4053,6 @@ if (RUNTIME):
|
|||||||
# Generate the models directory and samples directory
|
# Generate the models directory and samples directory
|
||||||
#
|
#
|
||||||
|
|
||||||
if (PkgSkip("PANDATOOL")==0):
|
|
||||||
|
|
||||||
for model in GetDirectoryContents("dmodels/src/misc", ["*.egg", "*.flt"]):
|
for model in GetDirectoryContents("dmodels/src/misc", ["*.egg", "*.flt"]):
|
||||||
eggpz = model[:-4] + ".egg.pz"
|
eggpz = model[:-4] + ".egg.pz"
|
||||||
TargetAdd(GetOutputDir()+"/models/misc/"+eggpz, input="dmodels/src/misc/"+model)
|
TargetAdd(GetOutputDir()+"/models/misc/"+eggpz, input="dmodels/src/misc/"+model)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user