Fix missing NULL terminator for new brush option

This commit is contained in:
Brecht Van Lommel 2020-03-28 02:04:35 +01:00
parent e0030d53bc
commit 79b391f3a0
Notes: blender-bot 2023-02-13 23:39:48 +01:00
Referenced by issue #74969, Grease Pencil: Edit mode crashes 2.83 (unstable alpha)
1 changed files with 1 additions and 0 deletions

View File

@ -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[] = {