EEVEE-Next: Display render pass panel in viewport

This commit is contained in:
Clément Foucault 2023-11-22 15:38:34 +01:00
parent 7ab622475d
commit 6f1ed59c4d

@ -6732,7 +6732,7 @@ class VIEW3D_PT_shading_render_pass(Panel):
bl_region_type = 'HEADER'
bl_label = "Render Pass"
bl_parent_id = "VIEW3D_PT_shading"
COMPAT_ENGINES = {'BLENDER_EEVEE'}
COMPAT_ENGINES = {'BLENDER_EEVEE', 'BLENDER_EEVEE_NEXT'}
@classmethod
def poll(cls, context):