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 <brechtvanlommel@gmail.com>2020-01-27 14:26:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-27 14:26:18 +0300
commitaabf4d407695d0f2dbac0baa55bf1631e408eda9 (patch)
tree5ccb354f8f400cae37747f473dda6af6c15578d5 /source/blender/editors/sculpt_paint/sculpt.c
parent5c75c8d8d0bdc24fef1450a4e40c676977217fb6 (diff)
parent37889011070ff2ec52159690f652238d2b325185 (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 314144cecfa..5663b109dc4 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -8379,7 +8379,7 @@ static int sculpt_symmetrize_exec(bContext *C, wmOperator *UNUSED(op))
ED_sculpt_undo_geometry_begin(ob, "mesh symmetrize");
Mesh *mesh = ob->data;
Mesh *mesh_mirror;
- MirrorModifierData mmd = {0};
+ MirrorModifierData mmd = {{0}};
int axis = 0;
mmd.flag = 0;
mmd.tolerance = 0.005f;