Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-19 22:31:06 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-19 22:31:06 +0300
commitaeaa0ce3e8aafb45d84ba3dd73a500ae6f98eb02 (patch)
tree8a17bed2e5a54364df730b34a0e42f29ff2eb432 /source/blender/editors/object/object_bake_api.c
parente5904f3eea09bb6df44cce37c2bf84ff41f9deb9 (diff)
Usual i18n/UI messages tweaks.
Diffstat (limited to 'source/blender/editors/object/object_bake_api.c')
-rw-r--r--source/blender/editors/object/object_bake_api.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/editors/object/object_bake_api.c b/source/blender/editors/object/object_bake_api.c
index bceda8ef620..1cf8614004f 100644
--- a/source/blender/editors/object/object_bake_api.c
+++ b/source/blender/editors/object/object_bake_api.c
@@ -450,11 +450,12 @@ static bool bake_pass_filter_check(ScenePassType pass_type, const int pass_filte
if ((pass_filter & R_BAKE_PASS_FILTER_AO) != 0) {
BKE_report(reports, RPT_ERROR,
- "Combined bake pass Ambient Occlusion contribution requires an enabled light pass. "
- "Bake the Ambient Occlusion pass type instead.");
+ "Combined bake pass Ambient Occlusion contribution requires an enabled light pass "
+ "(bake the Ambient Occlusion pass type instead)");
}
else {
- BKE_report(reports, RPT_ERROR, "Combined bake pass requires Emit, or a light pass with "
+ BKE_report(reports, RPT_ERROR,
+ "Combined bake pass requires Emit, or a light pass with "
"Direct or Indirect contributions enabled");
}