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

This commit is contained in:
Dalai Felinto 2015-06-10 16:23:19 -03:00
parent f167f434d9
commit 087c82e392
Notes: blender-bot 2023-02-14 10:21:11 +01:00
Referenced by issue #45054, transparent shwadows don't render correctly in OpenCL with GCN
Referenced by issue #45055, Move to layer doesn't accept number key input
1 changed files with 1 additions and 1 deletions

View File

@ -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