Commit Graph

1166 Commits

Author SHA1 Message Date
ageeye
7d8f4f1a33 Add a new array type: PointArray. 2018-06-18 20:38:10 -03:00
Yorik van Havre
4514ad4260 Arch/Draft: Fixed bugs in non-GUI mode 2018-06-11 21:44:23 -03:00
ageeye
d48aa2e75b Add sew function to the draft facebinder. Besides facebinder and patharray get their own icons in the tree view. 2018-06-11 09:58:22 -03:00
ageeye
bb6959904d Add sew function to the draft facebinder. Besides facebinder and patharray get their own icons in the tree view. 2018-06-11 09:58:22 -03:00
Yorik van Havre
94e689a9b6 Arch: Added pref option to base new walls on Draft lines 2018-06-06 18:34:14 -03:00
Yorik van Havre
988c1f616d Draft: Fixed Draft texts not appearing on file load 2018-06-02 14:31:12 -03:00
Yorik van Havre
693d66eb7e Draft: Support new-style Draft texts in TechDraw 2018-06-01 11:05:15 -03:00
Mark Ganson TheMarkster
0980b1c168 Remove extra definition of obj.IntervalZ
Remove extra definition of obj.IntervalZ in Draft array object.

Was:
obj.IntervalZ = Vector(0,0,1)
obj.IntervalZ = Vector(0,0,0)

Now:
obj.IntervalZ = Vector(0,0,1)
2018-05-31 10:58:58 +02:00
Yorik van Havre
6a837c1ebe Draft: Fixed draft2sketch not working with ellipses 2018-05-25 18:48:04 -03:00
Mark Ganson TheMarkster
1701af26ee fix copy/paste error, add back 3 lines
Good catch, Yorik.  I never intended to remove those lines.  Must have happened when I was editing the documentation string.
2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
33f15e7d6f Update Draft.py 2018-05-25 17:26:00 -03:00
Mark Ganson TheMarkster
0fd1f732ba Update Draft.py 2018-05-25 17:26:00 -03:00
luz.paz
3534ebfbda Add source comment typo fix 2018-05-19 12:06:34 -04:00
Yorik van Havre
8da0c7050d Draft: added ConvertDraftSketches() convenience function to convert App::Annotations to the new Draft Text object 2018-05-16 16:27:12 -03:00
Yorik van Havre
f7da2b38db Draft: More streamlined console output 2018-05-14 18:57:57 -03:00
Yorik van Havre
096af04a57 Draft: Show in-command shortcuts on buttons and in console 2018-05-14 18:57:28 -03:00
Yorik van Havre
3198ee8af3 Draft: Added 'Flatten' context menu entry to Draft Wires 2018-05-14 16:49:25 -03:00
Yorik van Havre
03908877fc Draft: Catch deleted objects in DraftGui.todo 2018-05-11 12:01:22 -03:00
Yorik van Havre
b36816f4bb Draft: Draft Text now uses its own python object instead of App::Annotation 2018-05-10 17:43:16 -03:00
Yorik van Havre
8a7ee4de52 Draft: Added reference mode to Draft Scale task panel 2018-05-09 22:38:51 -03:00
Yorik van Havre
d49a194279 Arch/Draft: Make sure an active doc exists before creating objects 2018-05-08 16:07:55 -03:00
looooo
52a0eb8f13 draft: fix snapping with images 2018-05-07 12:18:43 -03:00
Yorik van Havre
0b1a8c96ae Draft: Fixed syntax error 2018-05-03 10:46:00 -03:00
wandererfan
066a8b0b47 Point Draft importDXF to Mod/Import/ImpExpDxf
- also add "deprecated" message to DraftUtils.readDXF
2018-05-02 22:09:46 +02:00
luz.paz
e9a34e20ff Draft: move newlines out of translations 2018-05-02 00:50:06 -04:00
luz.paz
a463c94796 Crowdin: fix in different WBs 2018-05-02 00:50:06 -04:00
luz.paz
9167064fc1 Misc. typos
Found via `codespell`
2018-04-25 09:41:33 -03:00
looooo
149f068075 draft: fix diameter-dimension 2018-04-25 09:38:12 -03:00
looooo
6dacc3bdb0 py3: draft fixes (grid)
integer-division (please remember using // for integer division ;)
+ use same color for arrow and line
2018-04-22 07:53:20 +02:00
Yorik van Havre
08286c407e fixed missing py2 case 2018-04-18 10:05:49 -03:00
Adrian Schröter
9c17bc53c3 fix runtime error creating a wire from string with python3
Tested against version 0.17
2018-04-18 10:05:49 -03:00
Yorik van Havre
a2951e77e7 Draft: Fixed snapping to shapes inside a moved Part container - fixes #3392 2018-04-17 11:14:40 -03:00
looooo
daaea71987 py3: fix dxf import 2018-04-14 10:40:31 +02:00
luz.paz
cb1613f3f9 Follow-up fix for ceeb05de9a
ceeb05de9a99ad8f826409d58231f02fd8013548
ref: ceeb05de9a (commitcomment-28542412)
2018-04-12 09:37:40 -04:00
luz.paz
19bd7a8f4c [For v0.18]Draft: add translation() + move \n out of translation strings 2018-04-11 10:51:13 -03:00
Alexander Pravdin
c12d2dd48c Draft: dimension and extension lines overshoots 2018-04-10 19:28:40 +02:00
Yorik van Havre
d17ce2dcb5 Draft: Fixed possible bug when removing trackers 2018-04-03 13:30:11 -03:00
Yorik van Havre
7b9d62a0ea Draft: small bugfix in WPProxy 2018-03-31 17:21:18 -03:00
Yorik van Havre
46fd41d70a Merged translations from crowdin 2018-03-26 18:52:02 -03:00
Yorik van Havre
4108674c66 Arch: Fixed window transparency bug 2018-03-22 13:08:42 -03:00
luz.paz
46d32d78a3 Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
Yorik van Havre
2c10bbb8c7 Draft: Added word '2D' in DWG/DXF file format descriptions to make it clearer 2018-03-14 10:32:51 -03:00
Yorik van Havre
50d3354b18 Draft: Bugfix in SVG export 2018-03-10 18:50:56 -03:00
Yorik van Havre
6101a3062c Draft: Do not allow concurrent snap runs 2018-03-08 18:53:49 -03:00
Yorik van Havre
89444a8b93 Arch: Fixed bug in windows transparency 2018-03-06 11:17:44 -03:00
Alexander Pravdin
aecc0998de Draft: New dimension arrow tick (Tick-2) 2018-03-05 16:32:42 -03:00
luz.paz
bb9d49dd18 Weekly misc. typo fixes 2018-03-05 09:25:48 -05:00
Yorik van Havre
cddc22f24e Arch/Draft: Less clutter in output window 2018-03-02 12:29:58 -03:00
Yorik van Havre
21a7449b1d Draft: Small fix to Working plane proxy 2018-02-28 12:37:04 -03:00
Yorik van Havre
4f537ca816 Draft: Small bugfix in dimensions 2018-02-22 15:27:16 -03:00