Cleanup: quiet warnings (unused arg & trailing fullstop)

This commit is contained in:
Campbell Barton 2022-09-29 17:25:14 +10:00
parent a56da7b045
commit eeb81c4a63
2 changed files with 2 additions and 2 deletions

View File

@ -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;
});
}

View File

@ -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(