From 7861cb8af57d74e5bf682af4f7c755937ae0b0d4 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 9 May 2025 23:34:22 -0400 Subject: [PATCH] Allow the SDL Show/Hide modifier in GUI pages. --- korman/properties/modifiers/logic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/korman/properties/modifiers/logic.py b/korman/properties/modifiers/logic.py index 4719c73..bb7614c 100644 --- a/korman/properties/modifiers/logic.py +++ b/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"