Browse Source

fixed the bug on omittex

Asad M. Zaman 19 years ago
parent
commit
cf0586bba6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pandatool/src/mayaprogs/mayaCopy.cxx

+ 0 - 4
pandatool/src/mayaprogs/mayaCopy.cxx

@@ -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++) {