Fix #121485: Add EEVEE legacy in light influence panel

While options are moved in 0c50ec866f, these influence values are not
assigned to EEVEE legacy in the influence panel, now fixed.

Pull Request: https://projects.blender.org/blender/blender/pulls/121510
This commit is contained in:
YimingWu
2024-05-07 11:22:40 +02:00
committed by YimingWu
parent afe13175da
commit 504c233d19

View File

@@ -167,7 +167,7 @@ class DATA_PT_EEVEE_light_influence(DataButtonsPanel, Panel):
bl_label = "Influence"
bl_parent_id = "DATA_PT_EEVEE_light"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_EEVEE_NEXT'}
COMPAT_ENGINES = {'BLENDER_EEVEE_NEXT', 'BLENDER_EEVEE'}
def draw(self, context):
layout = self.layout