Browse Source

Allow the SDL Show/Hide modifier in GUI pages.

master
Adam Johnson 19 hours ago
parent
commit
7861cb8af5
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 1
      korman/properties/modifiers/logic.py

1
korman/properties/modifiers/logic.py

@ -196,6 +196,7 @@ class PlasmaSDLIntState(bpy.types.PropertyGroup):
class PlasmaSDLShowHide(PlasmaModifierProperties, PlasmaModifierLogicWiz):
pl_id = "sdl_showhide"
pl_page_types = {"gui", "room"}
bl_category = "Logic"
bl_label = "SDL Show/Hide"

Loading…
Cancel
Save