David Rose 22 лет назад
Родитель
Сommit
f9d51290c6
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      pandatool/src/egg-optchar/eggOptchar.cxx

+ 5 - 0
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();
   }
 }