mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 04:33:04 -04:00
fixed the bug on omittex
This commit is contained in:
parent
34631c0fb3
commit
cf0586bba6
@ -193,10 +193,6 @@ copy_maya_file(const Filename &source, const Filename &dest,
|
|||||||
// Finally, copy in any referenced Maya files.
|
// Finally, copy in any referenced Maya files.
|
||||||
unsigned int num_refs = refs.length();
|
unsigned int num_refs = refs.length();
|
||||||
|
|
||||||
if (num_refs > 0) {
|
|
||||||
_omit_tex = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned int ref_index;
|
unsigned int ref_index;
|
||||||
maya_cat.info() << "num_refs = " << num_refs << endl;
|
maya_cat.info() << "num_refs = " << num_refs << endl;
|
||||||
for (ref_index = 0; ref_index < num_refs; ref_index++) {
|
for (ref_index = 0; ref_index < num_refs; ref_index++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user