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',

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to