diff --git a/pandatool/src/mayaprogs/mayaToEgg_server.cxx b/pandatool/src/mayaprogs/mayaToEgg_server.cxx index 757937203a..b70fd0e33d 100755 --- a/pandatool/src/mayaprogs/mayaToEgg_server.cxx +++ b/pandatool/src/mayaprogs/mayaToEgg_server.cxx @@ -295,6 +295,8 @@ run() { _excludes.clear(); _ignore_sliders.clear(); _force_joints.clear(); + _got_transform = false; + _transform = LMatrix4d::ident_mat(); _data->clear(); _animation_convert = AC_none; _character_name = "";