Fix T74996: material custom properties not displayed for Cycles

Differential Revision: https://developer.blender.org/D7223
This commit is contained in:
Robert Guetzkow 2020-03-27 00:44:08 +01:00 committed by Brecht Van Lommel
parent 02518be634
commit fcd6fac0a7
Notes: blender-bot 2023-02-14 02:22:13 +01:00
Referenced by issue #74996, UI: Custom Properties panel for Materials unavailable with Cycles
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class MATERIAL_PT_preview(MaterialButtonsPanel, Panel):
class MATERIAL_PT_custom_props(MaterialButtonsPanel, PropertyPanel, Panel):
COMPAT_ENGINES = {'BLENDER_EEVEE', 'BLENDER_WORKBENCH'}
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE', 'BLENDER_WORKBENCH'}
_context_path = "material"
_property_type = bpy.types.Material