FreeCAD: master 0ba89d16

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-03-30 03:53:21 master dd41c1a4
Changeset Draft: move DraftTools utilities to another module

These small functions and utilities are placed in another
module, so they can be imported and called
by the individual Gui Command classes as necessary.

When these Gui Command classes are moved to their respective
modules, they will be able to import this auxiliary module as well.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_tool_utils.py Diff File