From f9d51290c67b70d8eea2a014e21b09557a1b8dc2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 21 Jul 2003 19:02:08 +0000 Subject: [PATCH] tweak comment --- pandatool/src/egg-optchar/eggOptchar.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandatool/src/egg-optchar/eggOptchar.cxx b/pandatool/src/egg-optchar/eggOptchar.cxx index 4ee189dc75..b0a2faf77c 100644 --- a/pandatool/src/egg-optchar/eggOptchar.cxx +++ b/pandatool/src/egg-optchar/eggOptchar.cxx @@ -139,6 +139,11 @@ run() { do_reparent(); } + // We currently do not implement optimizing morph sliders. Need + // to add this at some point; it's quite easy. Identity and empty + // morph sliders can simply be removed, while static sliders need + // to be applied to the vertices and then removed. + write_eggs(); } }