Browse Source

Ensure property name is completely drawn.

The word `(optional)` made the label too long to be drawn, so we remove
it.
pull/347/head
Adam Johnson 2 years ago
parent
commit
c2a415ceb9
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/properties/modifiers/avatar.py

2
korman/properties/modifiers/avatar.py

@ -121,7 +121,7 @@ class PlasmaSittingBehavior(idprops.IDPropObjectMixin, PlasmaModifierProperties,
facing_degrees = IntProperty(name="Tolerance",
description="How far away we will tolerate the avatar facing the clickable",
min=-180, max=180, default=45)
sitting_camera = PointerProperty(name="Camera (optional)",
sitting_camera = PointerProperty(name="Camera",
description="Activate a specific camera when sitting down",
type=bpy.types.Object,
poll=idprops.poll_camera_objects,

Loading…
Cancel
Save