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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user