This commit is contained in:
Lubos Lenco 2017-10-24 09:09:28 +02:00
parent 3ec23a0e0a
commit de7148d3af

View file

@ -245,6 +245,7 @@ def make_draw_compositor(stage, node_group, node, with_fxaa=False):
compositor_defs += '_CExposure'
if wrd.arm_fog:
compositor_defs += '_CFog'
compo_depth = True
# compo_pos = True
if len(bpy.data.cameras) > 0 and bpy.data.cameras[0].dof_distance > 0.0:
compositor_defs += '_CDOF'