浏览代码

force neutral_frame to -1

David Rose 20 年之前
父节点
当前提交
c836f0d3e5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pandatool/src/mayaprogs/mayaPview.cxx

+ 1 - 0
pandatool/src/mayaprogs/mayaPview.cxx

@@ -180,6 +180,7 @@ convert(const NodePath &parent, bool animate) {
   PT(EggData) egg_data = new EggData;
   converter.set_egg_data(egg_data);
   converter.set_from_selection(true);
+  converter.set_neutral_frame(-1);
 
   if (!converter.convert_maya()) {
     nout << "Errors in conversion.\n";