FreeCAD: master d51955f6

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-07-24 23:39:02 master abd18ff8
Changeset Draft: makeLayer, small adjustments to keep compatibility

This follows from the migration of the Layer code
done in 831e517717.

In the older `makeLayer` function, the parameters `drawstyle`
and `transparency` could be `None`; in the new `make_layer` function,
`drawstyle` must be an explicit string, and `transparency`
must be a number. If not provided, they use default values.
mod - src/Mod/Draft/draftmake/make_layer.py Diff File