From 087c82e392bc4cd175421fc5bc5faa88d218c224 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 10 Jun 2015 16:23:19 -0300 Subject: Error message fix - In the manual (thus for the user) we are referring to this as "Multi-View", not "Multiview" --- source/blender/render/intern/source/pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/render') diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c index cac4970cd11..001120d883f 100644 --- a/source/blender/render/intern/source/pipeline.c +++ b/source/blender/render/intern/source/pipeline.c @@ -2958,7 +2958,7 @@ bool RE_is_rendering_allowed(Scene *scene, Object *camera_override, ReportList * # ifdef FREESTYLR_SAVEBUFFERS_WORKAROUND if ((scene->r.scemode & R_MULTIVIEW) != 0 && (scene->r.scemode & R_EXR_TILE_FILE) != 0) { - BKE_report(reports, RPT_ERROR, "Multiview combined with Save Buffers not supported in Freestyle"); + BKE_report(reports, RPT_ERROR, "Multi-View combined with Save Buffers not supported in Freestyle"); return false; } # endif -- cgit v1.2.3