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>2015-04-06 21:43:34 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-04-06 23:06:06 +0300
commit33a92473347a9b9ee4e95c20e579ec97fd67ef63 (patch)
treeb5dc8ab7bbeb1f6275bcc8463df404e71d7e114f /source/blender/render
parente2354e64d2cd8b11bb3ace22a6ba353d7a1382d8 (diff)
UI i18n cleanup...
And some general style cleanup as well (line length...).
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index 25adb4db4f7..4a767184c44 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -3732,7 +3732,7 @@ void RE_layer_load_from_file(RenderLayer *layer, ReportList *reports, const char
break;
if (rpass == NULL)
- BKE_reportf(reports, RPT_ERROR, "RE_layer_load_from_file: no Combined pass found in the render layer '%s'", filename);
+ BKE_reportf(reports, RPT_ERROR, "%s: no Combined pass found in the render layer '%s'", __func__, filename);
if (ibuf && (ibuf->rect || ibuf->rect_float)) {
if (ibuf->x == layer->rectx && ibuf->y == layer->recty) {