Fix #106242 "Edit Dyntopo Detail Size" status bar missing info #106476

Merged
Joseph Eagar merged 2 commits from Tianhui-Huang/blender:dyntopo_add_status_bar_info into main 2023-04-16 23:55:00 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,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;