From 05f8e53d3361f1f043f7dcf520671d3fa3a79e32 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 24 Sep 2010 00:39:01 +0000 Subject: bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() with nested custom property --- source/blender/makesrna/intern/rna_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesrna/intern/rna_internal.h') diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h index 07103564d46..2bfe86a15ee 100644 --- a/source/blender/makesrna/intern/rna_internal.h +++ b/source/blender/makesrna/intern/rna_internal.h @@ -285,6 +285,7 @@ extern FloatPropertyRNA rna_IDProperty_float; extern FloatPropertyRNA rna_IDProperty_float_array; extern PointerPropertyRNA rna_IDProperty_group; extern CollectionPropertyRNA rna_IDProperty_collection; +extern CollectionPropertyRNA rna_IDProperty_idp_array; extern FloatPropertyRNA rna_IDProperty_double; extern FloatPropertyRNA rna_IDProperty_double_array; -- cgit v1.2.3