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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user