FBXExportSplitAnimationIntoTakes -q
FBXExportSplitAnimationIntoTakes -c
FBXExportSplitAnimationIntoTakes -v
FBXExportSplitAnimationIntoTakes -v
FBXExportSplitAnimationIntoTakes -v 选项需要额外的参数。其语法为:FBXExportSplitAnimationIntoTakes -v "takename" frameStart frameEnd。这会在内存中设置“takename frameStart frameEnd”形式。对该函数的后续调用会在表中附加新条目。
在内部,帧以秒表示。使用当前应用程序帧速率将帧转化为秒。定义都可用后,调用 FBXExportSplitAnimationIntoTakes -q。这将返回:
// Result: name=toto start=1 end=5 name=toto start=10 end=25 name=toto start=3 end=20 //