MaxScript 处理非整数帧的范例

Fn SetKeyToInteger t dividing = if t > dividing then t = Ceil t.Frame else t= Floor t.Frame

MapKeys $ SetKeyToInteger
0.5 #allKeys
原文地址:https://www.cnblogs.com/sitt/p/2002836.html