diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c index cc3ad04eb3a..26a3e3d4373 100644 --- a/source/blender/makesrna/intern/rna_ID.c +++ b/source/blender/makesrna/intern/rna_ID.c @@ -1489,7 +1489,6 @@ static void rna_def_ID_properties(BlenderRNA *brna) /* IDP_BOOLEAN */ prop = RNA_def_property(srna, "bool", PROP_BOOLEAN, PROP_NONE); RNA_def_property_flag(prop, PROP_IDPROPERTY); - RNA_def_property_array(prop, 1); prop = RNA_def_property(srna, "bool_array", PROP_BOOLEAN, PROP_NONE); RNA_def_property_flag(prop, PROP_IDPROPERTY);