Chris Brunner 16 лет назад
Родитель
Сommit
b25874d293
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      pandatool/src/mayaprogs/mayaToEgg_server.cxx

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

@@ -290,7 +290,13 @@ run() {
   
   // Clean and out
   close_output();
+  _subsets.clear();
+  _subroots.clear();
+  _excludes.clear();
+  _ignore_sliders.clear();
+  _force_joints.clear();
   _data->clear();
+
 }
 
 ////////////////////////////////////////////////////////////////////