From 063e53f65860a58f3b554eaa328d6caa1788da11 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Thu, 8 Jul 2010 23:41:58 +0000 Subject: [PATCH] yet more cleanup between sessions. should help with nurbs/polys stuff --- pandatool/src/mayaprogs/mayaToEgg_server.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/pandatool/src/mayaprogs/mayaToEgg_server.cxx b/pandatool/src/mayaprogs/mayaToEgg_server.cxx index 394313ce74..6b5d48b9d1 100755 --- a/pandatool/src/mayaprogs/mayaToEgg_server.cxx +++ b/pandatool/src/mayaprogs/mayaToEgg_server.cxx @@ -316,6 +316,7 @@ run() { close_output(); _verbose = 0; _polygon_tolerance = 0.01; + _polygon_output = 0; _transform_type = MayaToEggConverter::TT_model; _subsets.clear(); _subroots.clear();