Files
create/src/Mod/Draft/draftfunctions
Roy-043 de137c6efd Draft: Draft_Split: apply original view props to split off object
Fixes #16210.

Note that `Draft.format_object` is called from gui_split.py (in the commit). This is not consistent with other tools where this is handled in the `make_*` functions. In this case the new object is formatted twice. The 1st time by the `make_wire` code which (wrongly) applies the current default props.
2024-11-29 10:56:29 +01:00
..
2021-12-07 22:53:54 -06:00
2023-01-22 20:26:40 +01:00
2021-12-07 22:53:54 -06:00
2023-01-22 20:26:40 +01:00
2023-01-22 20:26:40 +01:00
2023-01-22 20:26:40 +01:00
2022-07-08 10:52:05 +02:00

2020 May

These modules provide supporting functions for dealing with the custom "scripted objects" defined within the workbench.

The functions are meant to be used in the creation step of the objects, by the "make functions" in draftmake/, but also by the graphical "Gui Commands" modules in draftguitools/ and drafttaskpanels/.

These functions should deal with the internal shapes of the objects, or other special properties. They should not be very generic; if they are very generic then they are more appropriate to be included in the modules in draftutils/.

For more information see the thread: [Discussion] Splitting Draft tools into their own modules