EEVEE: Fix missing material preview

Pull Request: https://projects.blender.org/blender/blender/pulls/124151
This commit is contained in:
Jeroen Bakker
2024-07-04 12:46:29 +02:00
parent 6a52c76a65
commit 1931b8e63f

View File

@@ -57,7 +57,7 @@ class MaterialButtonsPanel:
class MATERIAL_PT_preview(MaterialButtonsPanel, Panel):
bl_label = "Preview"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_EEVEE'}
COMPAT_ENGINES = {'BLENDER_EEVEE_NEXT'}
def draw(self, context):
self.layout.template_preview(context.material)