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:
authorCampbell Barton <ideasman42@gmail.com>2012-07-23 20:41:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-23 20:41:04 +0400
commit72309f65b812d4292281397218d1533b626bf8b5 (patch)
tree59ffe208f6eaddcca3aa59f91be11d0b7daaf127 /source/blender/editors/space_view3d/view3d_draw.c
parent5412389af61f55d4e6a8ff271df01411b195e659 (diff)
view3d - enable background images and footage with `Only Render`, useful for previewing models with footage.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_draw.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 1dbc40a0c07..ac31d0d622e 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -1779,8 +1779,12 @@ static void view3d_draw_bgpic_test(Scene *scene, ARegion *ar, View3D *v3d,
if ((v3d->flag & V3D_DISPBGPICS) == 0)
return;
+ /* disabled - mango request, since footage /w only render is quite useful
+ * and this option is easy to disable all background images at once */
+#if 0
if (v3d->flag2 & V3D_RENDER_OVERRIDE)
return;
+#endif
if ((rv3d->view == RV3D_VIEW_USER) || (rv3d->persp != RV3D_ORTHO)) {
if (rv3d->persp == RV3D_CAMOB) {