From 79b391f3a009418005e2731b43315a98c2cbedef Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 28 Mar 2020 02:04:35 +0100 Subject: Fix missing NULL terminator for new brush option --- source/blender/makesrna/intern/rna_brush.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 9615ac47738..75201322094 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -1805,6 +1805,7 @@ static void rna_def_brush(BlenderRNA *brna) 0, "Surface", "Smooths the surface of the mesh, preserving the volue"}, + {0, NULL, 0, NULL, NULL}, }; static const EnumPropertyItem brush_pose_origin_type_items[] = { -- cgit v1.2.3