Browse Source

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)
pull/335/head
Patrick Dulebohn 2 years ago
parent
commit
9a0cae3684
  1. 4
      korman/properties/modifiers/gui.py

4
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",

Loading…
Cancel
Save