From 9a0cae368455104f860fc266ef44cd8286a67f62 Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Fri, 1 Jul 2022 16:34:30 -0400 Subject: [PATCH] Update Stamped description Updated the stamped property to better reflect its purpose (it's for any stamp on the left page, not just the DRC) --- korman/properties/modifiers/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korman/properties/modifiers/gui.py b/korman/properties/modifiers/gui.py index c0ab5db..d41d1bd 100644 --- a/korman/properties/modifiers/gui.py +++ b/korman/properties/modifiers/gui.py @@ -435,8 +435,8 @@ class PlasmaLinkingBookModifier(PlasmaModifierProperties, PlasmaModifierLogicWiz description="Sets the share region in which the receiving avatar must stand", type=bpy.types.Object, poll=idprops.poll_mesh_objects) - drc_stamp = BoolProperty(name="DRC Stamped", - description="Did the DRC stamp this book?", + drc_stamp = BoolProperty(name="Stamped", + description="Is there a stamp on the left page of this Book?", default=False, options=set()) third_person = BoolProperty(name="Force Third Person",