FreeCAD: master c7eab9c6

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-05 01:59:55 master a7198590
Changeset Draft: move make_label function to its own module

Also perform several improvements such as PEP8 cleanup,
writing complete docstrings, type checking the input arguments,
and deprecating the older call.

Update `Draft.py`, the Gui Command, the unit test, and test script
as well.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/draftguitools/gui_labels.py Diff File
add - src/Mod/Draft/draftmake/make_label.py Diff File
mod - src/Mod/Draft/draftobjects/label.py Diff File
mod - src/Mod/Draft/drafttests/draft_test_objects.py Diff File
mod - src/Mod/Draft/drafttests/test_creation.py Diff File