Usual UI messages tweaks.

This commit is contained in:
Bastien Montagne 2014-05-26 20:12:03 +02:00
parent b33d83bf51
commit 3a41797df4
2 changed files with 3 additions and 3 deletions

@ -135,6 +135,7 @@ class SpellChecker():
"prepend", "prepend",
"preprocess", "preprocessing", "preprocess", "preprocessing",
"preseek", "preseek",
"promillage",
"pushdown", "pushdown",
"raytree", "raytree",
"readonly", "readonly",

@ -523,9 +523,8 @@ static int bake(
continue; continue;
if (!is_uniform_scaled_m4(ob_iter->obmat)) { if (!is_uniform_scaled_m4(ob_iter->obmat)) {
BKE_reportf(reports, RPT_INFO, BKE_reportf(reports, RPT_INFO, "Selected objects must have uniform scale "
"Selected objects must have uniform scale. Apply scale to object \"%s\" for correct results", "(apply scale to object \"%s\" for correct results)", ob_iter->id.name + 2);
ob_iter->id.name + 2);
} }
tot_highpoly ++; tot_highpoly ++;