Set the fcurve interpolation to linear.

Since qf does linear interpolation of verts, this seems to be reasonable.
Certaintly better than the rose-thorns I got because I haven't figured out
how to kick the auto-clamp.
This commit is contained in:
Bill Currie 2012-04-19 18:49:53 +09:00
parent 274848b720
commit ff05074e70

View file

@ -163,6 +163,7 @@ def set_keys(act, data):
fc.keyframe_points.add(len(co))
for i in range(len(co)):
fc.keyframe_points[i].co = co[i]
fc.keyframe_points[i].interpolation = 'LINEAR'
def build_actions(mdl):
sk = mdl.mesh.shape_keys