From cb6d7cb0b255b9018620c4b11da8ed0044b1288f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Aug 2018 17:49:03 +1000 Subject: RNA: make particle enum public --- source/blender/makesrna/RNA_enum_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesrna/RNA_enum_types.h') diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h index bbd4ac3753f..64740098db4 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -112,6 +112,8 @@ extern const EnumPropertyItem rna_enum_brush_sculpt_tool_items[]; extern const EnumPropertyItem rna_enum_brush_vertex_tool_items[]; extern const EnumPropertyItem rna_enum_brush_image_tool_items[]; +extern const EnumPropertyItem rna_enum_particle_edit_hair_brush_items[]; +extern const EnumPropertyItem rna_enum_particle_edit_disconnected_hair_brush_items[]; extern const EnumPropertyItem rna_enum_gpencil_sculpt_brush_items[]; extern const EnumPropertyItem rna_enum_uv_sculpt_tool_items[]; -- cgit v1.2.3