[Bf-blender-cvs] [79b391f3a00] master: Fix missing NULL terminator for new brush option

Brecht Van Lommel noreply at git.blender.org
Sat Mar 28 02:08:24 CET 2020


Commit: 79b391f3a009418005e2731b43315a98c2cbedef
Author: Brecht Van Lommel
Date:   Sat Mar 28 02:04:35 2020 +0100
Branches: master
https://developer.blender.org/rB79b391f3a009418005e2731b43315a98c2cbedef

Fix missing NULL terminator for new brush option

===================================================================

M	source/blender/makesrna/intern/rna_brush.c

===================================================================

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



More information about the Bf-blender-cvs mailing list