From dfb8c5974e6f937c3404d0dd59f0e6424de455db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 31 Aug 2010 11:31:21 +0000 Subject: rna support for passing dynamic sized arrays to rna functions using this for object.vertex_groups.assign([index list ...], group, weight, mode) --- source/blender/editors/animation/anim_ops.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/animation/anim_ops.c') diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c index 9570fd64433..9b9c9435518 100644 --- a/source/blender/editors/animation/anim_ops.c +++ b/source/blender/editors/animation/anim_ops.c @@ -29,6 +29,8 @@ #include #include +#include "BLO_sys_types.h" + #include "DNA_anim_types.h" #include "DNA_scene_types.h" -- cgit v1.2.3