Yorik van Havre
14041ebe31
Draft: Fixed buggy ungroup function
2017-03-23 09:40:27 -03:00
Yorik van Havre
5372865ac5
Arch Added extra panel tools for sliptonic:
...
* ArchPanelCut.getWires(): returns (outlines,holes,tags) of this panel
* ArchPanelSheet.getOutlines(): returns the outlines of inner panels
* ArchPanelSheet.getHoles(): returns the holes of inner panels
* ArchPanelSheet.getTags(): returns the tags of inner panels
2017-03-16 18:12:10 -03:00
Yorik van Havre
6b66a38ee3
Updated translations with latest files from crowdin
2017-03-06 11:53:09 -03:00
Yorik van Havre
271bc7450e
Draft: Fixed Shape2DView's Cut Face mode bug when cutting through multi solids
2017-03-04 16:08:52 -03:00
Kunda
19f8fd4c10
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
hgutsche
de8f66f857
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
2017-02-28 18:52:04 +01:00
Kunda
dde52952f4
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
Yorik van Havre
dd7b65a585
Draft: Added utilities -> create Working Plane Proxy command
2017-02-25 20:34:43 -03:00
Yorik van Havre
5bb2a5d4dd
Draft: Added a couple of missing tooltips
2017-02-25 19:24:42 -03:00
Yorik van Havre
89035021fb
Draft: Added checkbox to center working plane on current view in Select Plane dialog
2017-02-25 15:55:17 -03:00
Kunda
d61de347ea
Cleanup non-short-url wiki links in translations
...
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
Yorik van Havre
88689439bd
Arch: Testing opening property for windows
2017-02-14 10:07:59 -02:00
Yorik van Havre
819b3e8e96
Draft: Fixed buggy task panel of Facebinder
2017-02-10 12:40:42 -02:00
Yorik van Havre
c23d885bac
Draft: Fixed point tool
2017-02-07 10:38:18 -02:00
Alexander Gryson
6fde63273c
Integrate forum feedback on icons
2017-02-05 21:58:13 +01:00
luzpaz
09b1c5c488
fix doxygen typo introduced to DraftVecUtils.py
...
typo from previous commit 019b0e2529
2017-02-05 10:33:33 -05:00
luzpaz
019b0e2529
Draft: doxygen tweaks
...
Getting familiarized with doxygen by starting some initial work on Draft module
typo introduced from commit
2017-02-04 16:09:49 +01:00
looooo
915a1b18c4
py3: Draft: use ordered dicts
2017-02-04 15:48:43 +01:00
looooo
76a4e7469b
py3: Draft: Trackers integer division
2017-02-04 15:48:43 +01:00
looooo
8165b2ab85
py3: Draft: python3 translate
2017-02-04 15:48:43 +01:00
Kurt Kremitzki
2deaf4f2f2
Update to Python 3 print
2017-02-04 15:48:43 +01:00
lorenz_l
da2b9f38ce
py3: error with decode translation.
...
translation already is a function defined in DraftTools and is responsable for right decoding. Not doing it twice.
2017-02-04 15:48:43 +01:00
Yorik van Havre
742d92c6bd
py3: fix in draft translate function
2017-02-04 15:48:43 +01:00
wmayer
8696ecdf9b
py3: ported Draft to python3
2017-02-04 15:48:43 +01:00
Priit Laes
81464b5ef0
python: Draft: *.py: Fix syntax for Python3
2017-02-04 15:48:43 +01:00
Yorik van Havre
fc2010baa8
Arch: Export rebars to IFC as SweptDiskSolids + fixed half-done py3 compatibility - fixes #2684
2017-01-29 14:27:42 -02:00
Yorik van Havre
fdd34efa43
Draft: Fixed small bug in SVG output
2017-01-25 21:29:33 -02:00
Yorik van Havre
9a6191f572
Draft: AutoGroup system
2017-01-25 14:55:14 -02:00
Zheng, Lei
087853bfc5
Draft: improved makeSketch backward compatibility
2017-01-24 10:25:58 -02:00
Zheng, Lei
820439781f
Draft: various fixes and improvements of makeSketch
...
* Fixed extra conincidence constraint on closed wire
* Fixed Part::Feature arc handling
* Added support for Part.Shape
* Added radius and radius equal constraint
* Added support for auto deleting objects and all of its linked children
* Improved performance of autoconstraint
2017-01-24 10:25:58 -02:00
wmayer
417f074aff
handle stricter tolerance of Vector3d for equality in Draft unit test
2017-01-23 17:42:15 +01:00
Yorik van Havre
9f859a0912
Draft: Fixed encoding bug in dwg import - fixes #2872
2017-01-23 10:15:59 -02:00
Yorik van Havre
93262e98b4
Draft: more coherent rectangle creation
2017-01-21 13:18:46 -02:00
Mateusz Skowroński
37b7513268
Fix layout issue in DraftGui's _inputfield.
2017-01-21 08:37:24 +01:00
Yorik van Havre
8ad2c699f8
py3: open function is in module 'io' in py3 instead of __builtin__
2017-01-17 09:24:59 +01:00
Yorik van Havre
17c6921341
Draft: Fixed bug in line UI - fixes #2860
2017-01-15 17:55:11 -02:00
Yorik van Havre
c6144c218a
Draft: improvements to Stretch code, added support for rectangles
2017-01-15 17:32:13 -02:00
Alexander Gryson
bfc3c3f509
Minor grid alignments
2017-01-14 10:16:28 +01:00
Yorik van Havre
c704c28920
Draft: Added stretch tool - fixes #1163
2017-01-13 11:25:25 -02:00
wmayer
0e2cf2ebca
fixes #0002837 : Misspell in PY module
2017-01-09 21:21:36 +01:00
Yorik van Havre
162c74c22e
Draft: Moved dimension decimals preference setting to the dimension preferences tab - issue #2832
2017-01-07 14:20:58 -02:00
Yorik van Havre
5d2e834bc3
Draft: Fixed spline bug in DXF importer
2017-01-07 14:04:24 -02:00
wwmayer
6dff7f1f1d
Merge pull request #413 from realthunder/sortEdges
...
Add C++ implementation of Part.sortEdges
2017-01-04 17:12:10 +01:00
Zheng, Lei
d585499825
Make DraftGeomUtils.findWires use Part.sortEdges
...
Renamed the original DraftGeomUtils.findWires() to findWiresOld2(). The
original findWires() has a bug which may cause missing edge(s).
Besides, using C++ implementation of Part.sortEdges will have better
performance.
2017-01-03 17:05:28 +08:00
Markus Lampert
198ab6db2e
Rebase on new Line/LineSegment code.
2017-01-02 17:34:36 -08:00
Yorik van Havre
2982ecf633
Draft: Do not import non-instanciated blocks - fixes #2822
2016-12-31 15:48:01 -02:00
Yorik van Havre
0249235833
Arch: Faster material handling in IFC import - fixes #2762
2016-12-29 16:05:52 -02:00
Yorik van Havre
f252f54573
Arch: Allow Arch Components to be clone of any other Arch type
2016-12-28 20:27:46 -02:00
Yorik van Havre
1c35bd8cd9
Fixed typos notified on crowdin
2016-12-28 16:59:24 -02:00
Yorik van Havre
0408aa4a60
Draft: Fixed bug in wire offsets
2016-12-28 14:30:38 -02:00