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:
authorAsad-ullah Khan <kh4n>2020-03-04 13:29:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-04 13:38:23 +0300
commite4eede83187d6e4f784491532a0887d4f8c9ba31 (patch)
tree035653cac798348ffd58184bf0e70e78970df7c1 /source/blender/editors/sculpt_paint/paint_vertex.c
parent9c62a8c8e53fbcd14100153b0abc659771b1f551 (diff)
UI: rename View Selected" to "Frame Selected"
Addresses T74331
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 684f53971a7..345a0a95479 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -2333,7 +2333,7 @@ static void wpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P
swap_m4m4(vc->rv3d->persmat, mat);
/* calculate pivot for rotation around seletion if needed */
- /* also needed for "View Selected" on last stroke */
+ /* also needed for "Frame Selected" on last stroke */
float loc_world[3];
mul_v3_m4v3(loc_world, ob->obmat, ss->cache->true_location);
paint_last_stroke_update(scene, loc_world);
@@ -3313,7 +3313,7 @@ static void vpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P
}
/* calculate pivot for rotation around seletion if needed */
- /* also needed for "View Selected" on last stroke */
+ /* also needed for "Frame Selected" on last stroke */
float loc_world[3];
mul_v3_m4v3(loc_world, ob->obmat, ss->cache->true_location);
paint_last_stroke_update(scene, loc_world);