Fix T37414: local view not taken into account for blender internal F12 render over 3D view.

This commit is contained in:
Brecht Van Lommel 2013-11-27 20:18:02 +01:00
parent f67dda6893
commit 29790d4fca
Notes: blender-bot 2023-02-14 11:36:59 +01:00
Referenced by issue #37414, local view render problem
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ static int screen_render_invoke(bContext *C, wmOperator *op, const wmEvent *even
rj->v3d_override = true;
if (v3d->localvd)
rj->lay_override = scene->lay | v3d->localvd->lay;
rj->lay_override |= v3d->localvd->lay;
}
/* setup job */