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