[Bf-blender-cvs] [4701421dbe2] master: UI: Remove unused light object panel (Correction)

Aaron Carlisle noreply at git.blender.org
Sat Dec 24 01:06:39 CET 2022


Commit: 4701421dbe239e5d02a5ee367c442b14660c49c0
Author: Aaron Carlisle
Date:   Fri Dec 23 19:06:29 2022 -0500
Branches: master
https://developer.blender.org/rB4701421dbe239e5d02a5ee367c442b14660c49c0

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.

===================================================================

M	intern/cycles/blender/addon/ui.py

===================================================================

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 6ac97a32f61..102e014297f 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -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',



More information about the Bf-blender-cvs mailing list