[Bf-blender-cvs] [087c82e] master: Error message fix - In the manual (thus for the user) we are referring to this as "Multi-View", not "Multiview"

Dalai Felinto noreply at git.blender.org
Wed Jun 10 21:22:32 CEST 2015


Commit: 087c82e392bc4cd175421fc5bc5faa88d218c224
Author: Dalai Felinto
Date:   Wed Jun 10 16:23:19 2015 -0300
Branches: master
https://developer.blender.org/rB087c82e392bc4cd175421fc5bc5faa88d218c224

Error message fix - In the manual (thus for the user) we are referring to this as "Multi-View", not "Multiview"

===================================================================

M	source/blender/render/intern/source/pipeline.c

===================================================================

diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index cac4970..001120d 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




More information about the Bf-blender-cvs mailing list