Browse Source

Merge 7d8674f8f5 into 01a64589bc

pull/333/merge
Patrick Dulebohn 7 months ago committed by GitHub
parent
commit
e3bc84a0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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