From 8cde4e5182fd2bf2bab393db32c0fa460874f82b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Jan 2013 16:43:04 +0000 Subject: add an influence slider to mesh cache. --- source/blender/makesdna/DNA_modifier_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_modifier_types.h') diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index 2f9da059fc0..42ddbd84368 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -1174,7 +1174,7 @@ typedef struct MeshCacheModifierData { char interp; - char pad[4]; + float factor; /* play_mode == MOD_MESHCACHE_PLAY_CFEA */ float frame_start; -- cgit v1.2.3