From 5ca55e86a71c83c481683e48efa9ff6f39c91e76 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 5 Mar 2003 00:34:01 +0000 Subject: [PATCH] update comment --- pandatool/src/mayaprogs/mayaToEgg.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pandatool/src/mayaprogs/mayaToEgg.cxx b/pandatool/src/mayaprogs/mayaToEgg.cxx index 08774d1054..6ced8a7fd0 100644 --- a/pandatool/src/mayaprogs/mayaToEgg.cxx +++ b/pandatool/src/mayaprogs/mayaToEgg.cxx @@ -114,7 +114,10 @@ run() { } _data.set_coordinate_system(_coordinate_system); - // Get the units from the Maya file, if the user didn't override. + // Use the standard Maya units, if the user didn't specify + // otherwise. This always returns centimeters, which is the way all + // Maya files are stored internally (and is the units returned by + // all of the API functions called here). if (_input_units == DU_invalid) { _input_units = converter._maya->get_units(); }