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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-29 10:25:14 +0300
committerCampbell Barton <campbell@blender.org>2022-09-29 10:31:55 +0300
commiteeb81c4a63984e7505da07ce2a91c1d95925b703 (patch)
tree1bbfa7c478404b9e6e46836f97ee20e1ad53cfb9 /source
parenta56da7b0451dc0076e48a48d3b073f9a103c09d5 (diff)
Cleanup: quiet warnings (unused arg & trailing fullstop)
Diffstat (limited to 'source')
-rw-r--r--source/blender/draw/intern/draw_pbvh.cc2
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_filter_mesh.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/intern/draw_pbvh.cc b/source/blender/draw/intern/draw_pbvh.cc
index 432ebbe9452..81550d368a6 100644
--- a/source/blender/draw/intern/draw_pbvh.cc
+++ b/source/blender/draw/intern/draw_pbvh.cc
@@ -542,7 +542,7 @@ struct PBVHBatches {
}
else {
foreach_faces(
- [&](int /*buffer_i*/, int /*tri_i*/, int vertex_i, const MLoopTri * /*tri*/) {
+ [&](int /*buffer_i*/, int /*tri_i*/, int /*vertex_i*/, const MLoopTri * /*tri*/) {
*static_cast<uchar *>(GPU_vertbuf_raw_step(&access)) = 0;
});
}
diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
index 65868ccf8fb..69a51d22210 100644
--- a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
+++ b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
@@ -847,7 +847,7 @@ void SCULPT_mesh_filter_properties(struct wmOperatorType *ot)
0.001,
5.0,
"Normal Radius",
- "Radius used for calculating area normal on initial click,\nin percentage of brush radius.",
+ "Radius used for calculating area normal on initial click,\nin percentage of brush radius",
0.01,
1.0);
RNA_def_float(