UI: Expose more UI settings to CLAY and EEVEE
Physics panels are not all back, and the material related panels (e.g., hair render panel) should go be changed since there should be no material for those.
This commit is contained in:
@@ -78,7 +78,7 @@ class DATA_PT_lattice(DataButtonsPanel, Panel):
|
||||
|
||||
|
||||
class DATA_PT_custom_props_lattice(DataButtonsPanel, PropertyPanel, Panel):
|
||||
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
|
||||
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME', 'BLENDER_CLAY', 'BLENDER_EEVEE'}
|
||||
_context_path = "object.data"
|
||||
_property_type = bpy.types.Lattice
|
||||
|
||||
|
Reference in New Issue
Block a user