From 2843fcbc8635baf250faaaa288c22fda251e13da Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Wed, 3 Jul 2013 22:01:12 +0000 Subject: [PATCH] Just some output stating that nurbs will be converted to polys if this is so --- pandatool/src/mayaegg/mayaToEggConverter.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandatool/src/mayaegg/mayaToEggConverter.cxx b/pandatool/src/mayaegg/mayaToEggConverter.cxx index 9461dec280..234528b556 100644 --- a/pandatool/src/mayaegg/mayaToEggConverter.cxx +++ b/pandatool/src/mayaegg/mayaToEggConverter.cxx @@ -832,6 +832,9 @@ convert_hierarchy(EggGroupNode *egg_root) { if (_keep_all_uvsets) { mayaegg_cat.info() << "will keep_all_uvsets" << endl; } + if (_polygon_output) { + mayaegg_cat.info() << "will convert NURBS to polys" << endl; + } if (_convert_cameras) { mayaegg_cat.info() << "will convert camera nodes to locators" << endl; }