Skip to content

Commit

Permalink
Merge pull request #281 from soupday/Dev
Browse files Browse the repository at this point in the history
2.1.11
  • Loading branch information
soupday authored Nov 1, 2024
2 parents 5afcb01 + a54ab4f commit 17f5b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels.py
Original file line number Diff line number Diff line change
Expand Up @@ -2611,12 +2611,12 @@ def scene_panel_draw(self : bpy.types.Panel, context : bpy.types.Context):
if prefs.lighting_presets_all:
grid.operator("cc3.scene", icon="SHADING_TEXTURE", text="Courtyard").param = "COURTYARD"
grid.operator("cc3.scene", icon="SHADING_TEXTURE", text="Interior").param = "INTERIOR"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Aqua").param = "AQUA"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Aqua Dark").param = "AQUA"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Authority").param = "AUTHORITY"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Blur Warm").param = "BLUR_WARM"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Exquisite").param = "EXQUISITE"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Leading Role").param = "LEADING_ROLE"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Neon").param = "NEON"
grid.operator("cc3.scene", icon="SHADING_RENDERED", text="Neon Glow").param = "NEON"

#layout.operator("cc3.scene", icon="OUTLINER_OB_SURFACE", text="Add Backdrop").param = "BACKDROP"

Expand Down

0 comments on commit 17f5b4c

Please sign in to comment.