Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Draft] Splitted object Text and Label from Draft.py
And based them on Draft Annotation object
  • Loading branch information
carlopav authored and yorikvanhavre committed Apr 16, 2020
1 parent f45314c commit 85bf459
Show file tree
Hide file tree
Showing 6 changed files with 891 additions and 580 deletions.
4 changes: 4 additions & 0 deletions src/Mod/Draft/CMakeLists.txt
Expand Up @@ -65,8 +65,10 @@ SET(Draft_objects
draftobjects/polararray.py
draftobjects/arc_3points.py
draftobjects/draft_annotation.py
draftobjects/label.py
draftobjects/dimension.py
draftobjects/dimensionstyle.py
draftobjects/text.py
draftobjects/README.md
)

Expand All @@ -76,8 +78,10 @@ SET(Draft_view_providers
draftviewproviders/view_orthoarray.py
draftviewproviders/view_polararray.py
draftviewproviders/view_draft_annotation.py
draftviewproviders/view_label.py
draftviewproviders/view_dimension.py
draftviewproviders/view_dimensionstyle.py
draftviewproviders/view_text.py
draftviewproviders/README.md
)

Expand Down

0 comments on commit 85bf459

Please sign in to comment.