Improve modifier error message with sculpt mode

Make it obvious that this relates to being in sculpt mode.

ref T74489

Maniphest Tasks: T74489

Differential Revision: https://developer.blender.org/D7044
This commit is contained in:
Philipp Oeser 2020-03-06 14:15:38 +01:00
parent c8ac760c59
commit 165daee7cb
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ static void mesh_calc_modifiers(struct Depsgraph *depsgraph,
continue;
}
else {
modifier_setError(md, "Hide, Mask and optimized display disabled");
modifier_setError(md, "Sculpt: Hide, Mask and optimized display disabled");
}
}