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-05-11 03:03:17 +0300
committerCampbell Barton <campbell@blender.org>2022-05-11 04:02:01 +0300
commit17ab0342acfd36a15812011311d8be88cf782192 (patch)
tree319a9ffeead8f46fa7e75870d55bfaa4162484d2 /source/blender/geometry
parent0091c97b3277c22688a229a4264ee34dfff89d7a (diff)
Cleanup: spelling in comments
Revert change from [0] that assumed UNORM was a mis-spelling of UNIFORM. [0]: 2c75857f9fc0dc5d524e4a0407e0a68856e5906e
Diffstat (limited to 'source/blender/geometry')
-rw-r--r--source/blender/geometry/GEO_resample_curves.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/geometry/GEO_resample_curves.hh b/source/blender/geometry/GEO_resample_curves.hh
index 7cfb5dadde6..97399ccb0a5 100644
--- a/source/blender/geometry/GEO_resample_curves.hh
+++ b/source/blender/geometry/GEO_resample_curves.hh
@@ -15,7 +15,7 @@ namespace blender::geometry {
* samples defined by the count field. Interpolate attributes to the result, with an accuracy that
* depends on the curve's resolution parameter.
*
- * \note The values provided by the #count_field are clampled to 1 or greater.
+ * \note The values provided by the #count_field are clamped to 1 or greater.
*/
Curves *resample_to_count(const CurveComponent &src_component,
const fn::Field<bool> &selection_field,