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 <ideasman42@gmail.com>2020-09-09 06:19:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-09 06:30:05 +0300
commit23f1dea4408fa87db5193b88b4315d8de15804b2 (patch)
tree6035831b3fb3e6a8c68953b0390b08574d74ac6b /source/blender/editors/uvedit
parent1f75be8a40041e94711c5d17507d88d8e64c1977 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_unwrap_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.c b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
index 49f11cd6a74..f043dc92624 100644
--- a/source/blender/editors/uvedit/uvedit_unwrap_ops.c
+++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
@@ -261,7 +261,7 @@ static void construct_param_handle_face_add(ParamHandle *handle,
key = (ParamKey)face_index;
/* let parametrizer split the ngon, it can make better decisions
- * about which split is best for unwrapping than scanfill */
+ * about which split is best for unwrapping than poly-fill. */
BM_ITER_ELEM_INDEX (l, &liter, efa, BM_LOOPS_OF_FACE, i) {
MLoopUV *luv = BM_ELEM_CD_GET_VOID_P(l, cd_loop_uv_offset);