FreeCAD: master 327b3063

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-08 07:28:09 master 904f3408
Changeset Draft: add some explanation on the properties of PathArray

The use of `App::PropertyLinkSubList` for `'PathSubelements'`
is a mistake because we could use a single `App::PropertyLinkSub`
to handle both `'PathObject'` and `'PathSubelements'` properties.

This commit doesn't change any code, it just adds comments
explaining the situation so that it is not forgotten,
and we remember to address it in the future.

Ideally we should migrate the objects, but we may also decide
to break compatibility with older `PathArrays` if both properties
can't be migrated easily.
mod - src/Mod/Draft/draftobjects/patharray.py Diff File