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/armature/armature_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/armature_ops.c b/source/blender/editors/armature/armature_ops.c index d5bd09cc8f1..908aa5bb432 100644 --- a/source/blender/editors/armature/armature_ops.c +++ b/source/blender/editors/armature/armature_ops.c @@ -29,7 +29,7 @@ #include #include - +#include "BLO_sys_types.h" #include "BLI_math.h" #include "BLI_blenlib.h" -- cgit v1.2.3