UI: Remove unused light object panel (Correction)

This panel showed a duplication of options that were in the main light panel and only mistakenly shows up in the workbench engine where lights should have no options.

This panel was also used by the POV-Ray add-on but that was removed recently.
This commit is contained in:
Aaron Carlisle 2022-12-23 19:06:29 -05:00
parent 014d0a8ede
commit 4701421dbe
1 changed files with 0 additions and 1 deletions

View File

@ -2360,7 +2360,6 @@ def draw_pause(self, context):
def get_panels():
exclude_panels = {
'DATA_PT_area',
'DATA_PT_camera_dof',
'DATA_PT_falloff_curve',
'DATA_PT_light',