Cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user