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:
authorCampbell Barton <campbell@blender.org>2022-04-28 07:03:47 +0300
committerCampbell Barton <campbell@blender.org>2022-04-28 07:03:47 +0300
commiteb4b79c5562ad6cd13b45c2e69a7b95628853e17 (patch)
tree2a57c63f2eee49d458a18b100b5555709acfcd30 /source/blender/editors/sculpt_paint/paint_vertex.cc
parent9e2d80c49ec0c0160597d1c7707082a662bdea69 (diff)
Cleanup: unbalanced doxy sections, add some sections
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_vertex.cc')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc
index 5aeacb15e00..a474767b1a1 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.cc
+++ b/source/blender/editors/sculpt_paint/paint_vertex.cc
@@ -4091,6 +4091,8 @@ void PAINT_OT_vertex_paint(wmOperatorType *ot)
paint_stroke_operator_properties(ot);
}
+/** \} */
+
/* -------------------------------------------------------------------- */
/** \name Set Vertex Colors Operator
* \{ */