XPlane2Blender icon indicating copy to clipboard operation
XPlane2Blender copied to clipboard

280: Remove unused properties from XPlaneLayer, elsewhere

Open tngreene opened this issue 4 years ago • 2 comments

Apparently

    # Deprecated: This will be removed in v3.4
    cockpit: bpy.props.BoolProperty(
        name = "Cockpit",
        description = "If checked the exported object will be interpreted as a cockpit",
        default = False
    )

this was supposed to be removed a long long time ago. Its not hurting anything, but, I don't want any extraneous things hanging around in the data model, lest someone get an idea.

  • [ ] Updater unit test
  • [ ] Updater code to delete it

tngreene avatar Jun 16 '20 15:06 tngreene

See also litFactor

tngreene avatar Jun 19 '20 23:06 tngreene

Now that we're not deleting old idprops this bug is really just deleting lines of text

tngreene avatar Nov 06 '20 16:11 tngreene