mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -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.
|
||||
unsigned int num_refs = refs.length();
|
||||
|
||||
if (num_refs > 0) {
|
||||
_omit_tex = true;
|
||||
}
|
||||
|
||||
unsigned int ref_index;
|
||||
maya_cat.info() << "num_refs = " << num_refs << endl;
|
||||
for (ref_index = 0; ref_index < num_refs; ref_index++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user