From 45ef51d0fb7af47d3587c768b63b034ceefb5d01 Mon Sep 17 00:00:00 2001 From: Tianhui-Huang Date: Sun, 16 Apr 2023 23:54:48 +0200 Subject: [PATCH] Fix #106242 "Edit Dyntopo Detail Size" status bar missing info Fixed issue#106242 "Edit Dyntopo Detail Size" status bar missing info Pull Request: https://projects.blender.org/blender/blender/pulls/106476 --- source/blender/editors/sculpt_paint/sculpt_detail.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/sculpt_detail.cc b/source/blender/editors/sculpt_paint/sculpt_detail.cc index b1bbc211d1e..0104e7e1b63 100644 --- a/source/blender/editors/sculpt_paint/sculpt_detail.cc +++ b/source/blender/editors/sculpt_paint/sculpt_detail.cc @@ -746,7 +746,7 @@ static int dyntopo_detail_size_edit_invoke(bContext *C, wmOperator *op, const wm ss->draw_faded_cursor = true; const char *status_str = TIP_( - "Move the mouse to change the dyntopo detail size. LMB: confirm size, ESC/RMB: cancel"); + "Move the mouse to change the dyntopo detail size. LMB: confirm size, ESC/RMB: cancel, SHIFT: precision mode, CTRL: sample detail size"); ED_workspace_status_text(C, status_str); return OPERATOR_RUNNING_MODAL;