Browse Source

Merge 7d8674f8f5 into 22892ef702

pull/333/merge
Patrick Dulebohn 1 month ago committed by GitHub
parent
commit
641e94442b
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