Eevee: TAA Reprojection: Add layer property.
This commit is contained in:
@@ -659,6 +659,7 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, Panel):
|
||||
col = layout.column()
|
||||
col.prop(props, "taa_samples")
|
||||
col.prop(props, "taa_render_samples")
|
||||
col.prop(props, "taa_reprojection")
|
||||
|
||||
|
||||
class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, Panel):
|
||||
|
||||
@@ -409,6 +409,7 @@ class VIEWLAYER_PT_eevee_sampling(ViewLayerButtonsPanel, Panel):
|
||||
col = layout.column()
|
||||
col.template_override_property(layer_props, scene_props, "taa_samples")
|
||||
col.template_override_property(layer_props, scene_props, "taa_render_samples")
|
||||
col.template_override_property(layer_props, scene_props, "taa_reprojection")
|
||||
|
||||
|
||||
class VIEWLAYER_PT_eevee_indirect_lighting(ViewLayerButtonsPanel, Panel):
|
||||
|
||||
Reference in New Issue
Block a user