Browse Source

Merge 7d8674f8f5 into be1731f4ba

pull/333/merge
Patrick Dulebohn 1 week ago committed by GitHub
parent
commit
fbadf37224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      korman/properties/prop_object.py

2
korman/properties/prop_object.py

@ -42,7 +42,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