Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-03-28 04:04:35 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-03-28 04:08:06 +0300
commit79b391f3a009418005e2731b43315a98c2cbedef (patch)
treef1544c437e32f84bff4885ad0e8b9ce996f7fb5c /source/blender/makesrna
parente0030d53bc4e8c6f1a173c52652be3737e52fa0e (diff)
Fix missing NULL terminator for new brush option
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c1
1 files changed, 1 insertions, 0 deletions
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[] = {