UI: Remove leftover look dev (rename to HDRI preview)

In Blender 2.81 Look Dev was renamed to Material Preview
also the old look dev HDRIs could also be used in both
cycles and eevee. A more generic name was need.
This commit is contained in:
Aaron Carlisle
2019-12-27 14:38:45 -06:00
parent d2dc4f8411
commit c2a37867f2
3 changed files with 3 additions and 3 deletions

View File

@@ -2003,7 +2003,7 @@ class USERPREF_PT_studiolight_matcaps(StudioLightPanel, StudioLightPanelMixin, P
class USERPREF_PT_studiolight_world(StudioLightPanel, StudioLightPanelMixin, Panel):
bl_label = "LookDev HDRIs"
bl_label = "HDRIs"
sl_type = 'WORLD'
def draw_header_preset(self, _context):