This commit is contained in:
Campbell Barton 2014-05-23 10:42:24 +10:00
parent 7f089afc8b
commit cab9bd2bf9
1 changed files with 1 additions and 1 deletions

View File

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