mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
ignore CAMERAS
This commit is contained in:
parent
c437ba738b
commit
ad238789c3
@ -174,6 +174,12 @@ traverse_subdir(const Filename &directory) {
|
|||||||
if (dirname == "SCENES") {
|
if (dirname == "SCENES") {
|
||||||
is_scenes = true;
|
is_scenes = true;
|
||||||
|
|
||||||
|
} else if (dirname == "CAMERAS") {
|
||||||
|
// We don't want anything in the cameras directory. These may
|
||||||
|
// change arbitrarily and have no bearing on the model or
|
||||||
|
// animation that we will extract, so avoid them altogether.
|
||||||
|
return;
|
||||||
|
|
||||||
} else if (dirname == "PICTURES") {
|
} else if (dirname == "PICTURES") {
|
||||||
// In the pictures directory, we must keep everything, since the
|
// In the pictures directory, we must keep everything, since the
|
||||||
// scene files don't explicitly reference these but they're still
|
// scene files don't explicitly reference these but they're still
|
||||||
|
Loading…
x
Reference in New Issue
Block a user