Eevee: Hide Sprite threshold as it is not implemented yet

This commit is contained in:
Clément Foucault 2018-11-12 21:15:33 +01:00
parent 6ba7345ca5
commit 77a5250975
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, Panel):
layout.active = props.use_dof
col = layout.column()
col.prop(props, "bokeh_max_size")
col.prop(props, "bokeh_threshold")
# Not supported yet
# col.prop(props, "bokeh_threshold")
class RENDER_PT_eevee_bloom(RenderButtonsPanel, Panel):