Browse Source

more fixes for batch maya2egg

Chris Brunner 15 years ago
parent
commit
0869456129
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pandatool/src/mayaprogs/mayaToEgg_server.cxx

+ 3 - 0
pandatool/src/mayaprogs/mayaToEgg_server.cxx

@@ -314,6 +314,9 @@ run() {
   
   // Clean and out
   close_output();
+  _verbose = 0;
+  _polygon_tolerance = 0.01;
+  _transform_type = MayaToEggConverter::TT_model;
   _subsets.clear();
   _subroots.clear();
   _excludes.clear();