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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-12-03 02:16:04 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-12-03 02:16:23 +0300
commitdc4feed59dda2b2b346136d369ce70e1756e87c3 (patch)
tree10a65ebb436ec09f1501036f5d03900629c137de /source/blender/editors/mesh/editmesh_select.c
parentcba5137f32f925d8216288ef6708707e98f5aef0 (diff)
Cleanup: view-port --> 2D/3D Viewport
Diffstat (limited to 'source/blender/editors/mesh/editmesh_select.c')
-rw-r--r--source/blender/editors/mesh/editmesh_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c
index 4dd543e71a9..a2fe949b6c5 100644
--- a/source/blender/editors/mesh/editmesh_select.c
+++ b/source/blender/editors/mesh/editmesh_select.c
@@ -3574,7 +3574,7 @@ static int edbm_select_linked_pick_invoke(bContext *C, wmOperator *op, const wmE
/* To support redo. */
{
- /* Note that the `base_index` can't be used as the index depends on the view-port
+ /* Note that the `base_index` can't be used as the index depends on the 3D Viewport
* which might not be available on redo. */
BM_mesh_elem_index_ensure(bm, ele->head.htype);
int object_index;