Browse Source

Just some output stating that nurbs will be converted to polys if this is so

Chris Brunner 12 years ago
parent
commit
2843fcbc86
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pandatool/src/mayaegg/mayaToEggConverter.cxx

+ 3 - 0
pandatool/src/mayaegg/mayaToEggConverter.cxx

@@ -832,6 +832,9 @@ convert_hierarchy(EggGroupNode *egg_root) {
   if (_keep_all_uvsets) {
   if (_keep_all_uvsets) {
     mayaegg_cat.info() << "will keep_all_uvsets" << endl;
     mayaegg_cat.info() << "will keep_all_uvsets" << endl;
   }
   }
+  if (_polygon_output) {
+    mayaegg_cat.info() << "will convert NURBS to polys" << endl;
+  }
   if (_convert_cameras) {
   if (_convert_cameras) {
     mayaegg_cat.info() << "will convert camera nodes to locators" << endl;
     mayaegg_cat.info() << "will convert camera nodes to locators" << endl;
   }
   }