Yorik van Havre
d8b5dbe36b
Draft: Allow to draw lines by length & angle - fixes #1383
...
* Added a Length property to Draft line objects
* Added length & angle parameters to the line drawing tool
2015-01-13 12:10:52 -02:00
Yorik van Havre
0ba9365086
Draft: implemented new, more robust version of sortEdges - fixes #1911
2015-01-11 22:09:29 -02:00
Yorik van Havre
452b07a307
Draft: Dimensions ExtLines property can now be negative - fixes #1677
2015-01-11 15:55:19 -02:00
Sebastian Hoogen
4ac4347923
bugfix in dxf output of arc
...
regression created by 099ece5c00
2015-01-10 12:09:00 -02:00
Yorik van Havre
a42a3e54ad
Draft: Fixed typo - fixes #1907
2015-01-09 20:46:07 -02:00
Yorik van Havre
5d96aba02e
Draft: small bug in Draft GUI - fixes #1908
2015-01-09 20:43:33 -02:00
Yorik van Havre
324777b425
Draft: Finished ellipse support - fixes #1788
2015-01-05 19:23:02 -02:00
wood galaxy
d5f15574db
Draft : fix some utf8 decode
...
Impacted Lines : 688,2061,2972
2015-01-05 13:13:45 -02:00
Sebastian Hoogen
f149b95b11
determine the angles of an arc only by the axis and paramter range
2015-01-05 12:26:50 +01:00
Yorik van Havre
37ebcd4e28
Draft: fixed #1664 again
2015-01-04 20:38:47 -02:00
Yorik van Havre
e9d53d8451
Arch: fixed behaviour of clones of windows - fixes #1841
2015-01-03 15:40:02 -02:00
Yorik van Havre
784af53588
Draft: Added a Fuse property to Array objects - fixes #1768
2015-01-03 14:47:29 -02:00
Yorik van Havre
1413bcd27d
Draft: Made initial Face mode dependent on fill mode pref setting - fixes #1812
2015-01-02 19:53:39 -02:00
Yorik van Havre
3e791e44d0
Draft: Fixed import of DXF splines - fixes #1743
2015-01-02 17:05:27 -02:00
Yorik van Havre
b062276c00
Draft: adapt icon sizes from preferences settings - fixes #1783
2014-12-31 21:23:24 -02:00
Yorik van Havre
49a8be13d7
Arch: Added a MoveWithHost property to all Arch objects which specifies if they must be moved/rotated together with their parent - fixes #1820
2014-12-31 14:04:23 -02:00
Yorik van Havre
5c17e0606b
Draft: Better error messages when trying to convert a bspline to a sketch
2014-12-31 13:17:25 -02:00
Yorik van Havre
71febeecf7
Draft: Changed working plane button text to Auto - fixes #1879
2014-12-29 17:54:04 -02:00
Sebastian Hoogen
997392e2e5
SVG export: minor improvements and bugfixes
...
export Names as "id" attributes and Lables to "title" elements.
avoid duplicate path names in SVG export
handle faces with holes in SVG export
sort the edges in given wires using fixWire()
2014-12-23 15:57:57 +01:00
Yorik van Havre
364eb7ae85
Draft: Fixed autoconversion of bsplines to circles in DXF export
2014-12-23 12:13:25 -02:00
wmayer
cd658c953b
+ fix whitespaces in Python module
2014-12-22 12:54:09 +01:00
Michael Georg Hansen
120394c386
Prevent pages and views from being put into the drawing sheet.
2014-12-20 22:18:43 +01:00
Michael Georg Hansen
a268574e2b
Remove leftover debug output and use named parameters.
2014-12-20 22:18:22 +01:00
Michael Georg Hansen
bb2958b24d
Reuse projection settings from an existing view when creating new draft views.
...
Select a draft object and a view on a drawing page, then the view created for
the draft object will have the same projection settings as the selected view.
2014-12-20 22:17:08 +01:00
Sebastian Hoogen
5f4a9e9bf0
support for ellipses and elliptical arcs in flattened SVG output
...
(cherry picked from commit 59eabdbcb043f3d462c3e9ed0ba21cfe65b7aae6)
2014-12-20 12:33:34 +01:00
wmayer
d14f1aeda7
+ fixes #0001848 : Radius of circle given in degrees
2014-12-16 12:10:15 +01:00
Yorik van Havre
20dbf0c2ae
Draft: small fix in Draft.py
2014-12-12 14:38:07 -02:00
Yorik van Havre
dcd01e7c55
Draft: Fixed polygon center snap
2014-12-03 11:16:08 -02:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
Yorik van Havre
9ed9925352
Draft: trimex extrusions now sets the solid property of the extruded object to True
2014-11-10 09:44:38 -02:00
wmayer
4459b37e45
+ fix copying Python resource files to destination on Windows
2014-11-08 11:08:58 +01:00
Yorik van Havre
8676ed01c3
Arch and Draft rc files are now compiled at build time - issue #1796
2014-11-05 20:07:53 -02:00
WandererFan
56f4603dd4
Fix #1787 Draft.PathArray align
...
Correct handling of Euler angle calculations.
2014-11-03 10:24:23 -02:00
Yorik van Havre
e713ce6af3
Draft: Disabled automatic DXF library download - fixes #1785
...
Note for existing users: Can be reenabled in menu Edit > Preferences >
Import-Export > DXF > Automatic update
2014-10-18 10:21:26 -03:00
Sebastian Hoogen
f3d2d0928c
issue #1788 SVG output of trimmed curves
2014-10-15 15:52:59 +02:00
Yorik van Havre
203fcb7a1b
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Yorik van Havre
cfe6613c71
Draft: prevented possible deletion of draft wire during edit - fixes #1680
2014-10-05 17:30:18 -03:00
Yorik van Havre
80e55003d8
Draft: Added DraftGeomUtils.pocket2d(shape,float)
...
Returns a list of wires obtained by offsetting the wires of the given
shape by the given amount (outer wire inside, inner wires outside) and
resolving intersections
2014-10-03 17:35:40 -03:00
Yorik van Havre
1c78aed46f
Draft: display coordinates using the current locale's decimal separator - fixes #1741
2014-09-27 16:23:59 -03:00
Sebastian Hoogen
9ad67346cc
issue #1701
2014-09-27 13:07:30 -03:00
Yorik van Havre
cc39f914e6
Draft: Reverting provisorily to the old version of DraftGeomUtils.sortEdges
2014-09-24 18:13:55 -03:00
Stefan Tröger
f1d122b78c
fix reported bugs
...
- compile on windows
- fix cursors
2014-09-23 10:11:12 +02:00
wmayer
4d328992d3
+ add lost s
2014-09-20 18:01:40 +02:00
Sebastian Hoogen
efbd320f78
fixes #1745 Encode Annotation Text using latin1
...
for Coin Versions <= 3
2014-09-20 16:26:59 +02:00
Sebastian Hoogen
59596bb6b0
fixes #1744 Use unicode in Unit system
2014-09-20 08:58:06 +02:00
Yorik van Havre
6b8036784a
Draft: small fix in trackers - fixes #1757
2014-09-18 19:39:37 -03:00
Yorik van Havre
e5a49e306e
Draft: Fixed rotation UI unit - fixes #1664
2014-09-18 11:18:15 -03:00
Yorik van Havre
2b99706910
Draft: Grid now checks preferences settings when redrawn - fixes #1671
2014-09-18 11:09:43 -03:00
Yorik van Havre
9b52c19fe3
Arch: fixed window movements - fixes #1597
2014-09-17 19:39:54 -03:00
Yorik van Havre
974f95b295
Draft: provisorily fixed error in sortEdges
2014-09-17 14:19:42 -03:00