From 76a762aa51a4cb774dfd7940fb77916037efad8c Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Sun, 9 Jan 2011 07:07:15 +0000 Subject: [PATCH] Fix typo in particle rna --- source/blender/makesrna/intern/rna_particle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_particle.c b/source/blender/makesrna/intern/rna_particle.c index a10f3fa34b8..cb17893ce0d 100644 --- a/source/blender/makesrna/intern/rna_particle.c +++ b/source/blender/makesrna/intern/rna_particle.c @@ -899,7 +899,7 @@ static void rna_def_particle(BlenderRNA *brna) /* Hair & Keyed Keys */ - prop= RNA_def_property(srna, "is_hair", PROP_COLLECTION, PROP_NONE); + prop= RNA_def_property(srna, "hair", PROP_COLLECTION, PROP_NONE); RNA_def_property_collection_sdna(prop, NULL, "hair", "totkey"); RNA_def_property_struct_type(prop, "ParticleHairKey"); RNA_def_property_ui_text(prop, "Hair", "");