Browse Source

Change Plasma Object default

Changes the default for the Plasma Object setting to True so that it's on by default when adding an object. A QoL change for Age builders.
pull/333/head
Patrick Dulebohn 2 years ago
parent
commit
7d8674f8f5
  1. 2
      korman/properties/prop_object.py

2
korman/properties/prop_object.py

@ -40,7 +40,7 @@ class PlasmaObject(bpy.types.PropertyGroup):
enabled = BoolProperty(name="Export",
description="Export this as a discrete object",
default=False,
default=True,
update=_enabled)
page = StringProperty(name="Page",
description="Page this object will be exported to")

Loading…
Cancel
Save