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:
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_automasking.cc11
1 files changed, 1 insertions, 10 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_automasking.cc b/source/blender/editors/sculpt_paint/sculpt_automasking.cc
index cb59b591e5c..43225443ea0 100644
--- a/source/blender/editors/sculpt_paint/sculpt_automasking.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_automasking.cc
@@ -164,16 +164,7 @@ struct CavityBlurVert {
{
}
- CavityBlurVert()
- {
- }
-
- CavityBlurVert(const CavityBlurVert &b)
- {
- vertex = b.vertex;
- dist = b.dist;
- depth = b.depth;
- }
+ CavityBlurVert() = default;
};
static void sculpt_calc_blurred_cavity(SculptSession *ss,