Commit Graph

191 Commits

Author SHA1 Message Date
Yorik van Havre
fb37dbf21c Draft: fixed a bug in Draft Scale 2014-02-04 09:44:50 -02:00
Yorik van Havre
b90279fd87 Draft: fixed bug in dimensions direction 2014-01-27 13:51:10 -02:00
Yorik van Havre
5652a14f0e Arch now works in console mode - fixes #1362 2014-01-26 20:13:50 -02:00
Yorik van Havre
df576d3f68 Draft: fixed small bug in bezier-to-svg code 2014-01-19 09:49:17 -02:00
Yorik van Havre
ae403b966b Draft: Added shoogen's fix to bspline to svg stuff 2014-01-17 09:40:48 -02:00
Yorik van Havre
172cf0e58b Draft: Added direction vector to dimensions 2014-01-16 17:13:21 -02:00
Yorik van Havre
d63f020ccf Draft: Added a decimals property to Draft Dimensions 2014-01-16 16:18:46 -02:00
Yorik van Havre
a2a58e6555 Draft: small bugfix 2014-01-15 19:49:43 -02:00
Yorik van Havre
767b839c64 Draft: added a debug message to bspline-to-svg conversion 2014-01-15 19:41:33 -02:00
Sebastian Hoogen
2b8e371cf7 support curves in Draft.getSVG()
curves with a degree<=3 will be converted to bezier segments
curves with a higher degree are discretized
2014-01-15 22:22:40 +01:00
Yorik van Havre
b3fc7b7a78 Fixed translation system in Arch & Draft 2014-01-07 11:17:31 -02:00
Yorik van Havre
d9a15adf33 Switch to PySide (+ Arch, Draft & Start) 2014-01-06 13:26:49 -02:00
Yorik van Havre
250dd00d50 Draft: allow makePoint to take a vector 2014-01-04 22:07:30 -02:00
Yorik van Havre
91853a9377 Draft: Fixed bug in custom svg patterns 2014-01-01 12:20:24 -02:00
Yorik van Havre
19e5ccf09c Draft: Added Jim's Array icon 2013-12-24 10:09:39 -02:00
Yorik van Havre
0ab968c60a Draft: Fixed bugs in hatching - fixes #1164 2013-12-20 19:12:22 -02:00
Yorik van Havre
d5f10827ef Arch: Further work on the IFC exporter, now supports windows and bldg hierarchy 2013-12-19 20:41:42 -02:00
WandererFan
70e0431341 Add Draft makePathArray and _PathArray
Add Draft PathArray GUI tool
2013-11-28 11:42:14 -02:00
Keith Sloan
91f61246f1 Hull and Minkowski operations using OpenSCAD 2013-11-17 13:50:35 +01:00
Yorik van Havre
3b76037a65 Draft: Dimension recode - fixes #1000, #852, #678
Draft dimensions have been recoded and should now behave better in non-XY planes,
and gained several new properties to adjust their look.
2013-11-13 19:25:01 -02:00
Yorik van Havre
231c6fbe51 Draft: fixed bad rendering of non-XY dimensions on drawing sheets 2013-11-07 18:14:09 -02:00
Yorik van Havre
56c44b724a Draft: Small fix in Shape2Dview object 2013-10-28 13:22:57 -02:00
Yorik van Havre
ae42d66234 Draft: Shape2Dview now takes groups as input 2013-10-21 15:15:37 -02:00
Yorik van Havre
cee10c0493 0000893: Draft upgrade 2013-10-18 18:20:13 -03:00
Yorik van Havre
e2c02671e8 Draft: Changed default fontfrom Arial to internal 2013-10-11 10:49:15 -03:00
Yorik van Havre
47740cd688 Draft: Added Facebinder tool 2013-10-10 19:25:33 -03:00
Yorik van Havre
9d08228957 Draft: Rewrite of defaults handling 2013-10-09 15:40:38 -03:00
Yorik van Havre
1de9b90a22 Draft: Added a new bitsnpieces snap style 2013-10-08 17:02:46 -03:00
Yorik van Havre
1bef5b5e71 Draft: Added a 'name' argument to makeArray() 2013-10-05 18:20:17 -03:00
Yorik van Havre
658bc87a1c Draft: minor bugfix in wire object 2013-10-04 15:56:51 -03:00
Yorik van Havre
1710989508 Draft: better docstring in array function 2013-10-03 12:07:40 -03:00
Yorik van Havre
3c5fb838ad Draft: Added workaround for ellipses in DXF export 2013-09-23 12:30:21 -03:00
Yorik van Havre
de4a92346f Draft: small bugfix in Pattern property 2013-09-19 21:25:52 -03:00
Yorik van Havre
d864f51210 Draft: Bugfix in Lines End property 2013-09-17 10:25:56 -03:00
Yorik van Havre
4005b199e0 0001102: Updated all links to old freecad homepage and wiki to the new ones 2013-09-15 17:04:42 -03:00
Yorik van Havre
f41d47aba2 Draft: Set task mode as default UI mode 2013-09-08 18:22:42 -03:00
Yorik van Havre
69a944eb4b Draft: grouped all properties into a Draft group 2013-09-07 20:00:27 -03:00
Yorik van Havre
bf27709926 Cleaning startup messages from Draft and Arch 2013-08-25 13:43:54 -03:00
Yorik van Havre
83ea909e9f Draft: minor bugfixes 2013-08-23 13:06:24 -03:00
Yorik van Havre
43a85d4ef1 Draft: better text positionning and scaling 2013-08-22 20:10:02 -03:00
Yorik van Havre
b105c8b5ae Draft: minor fixes 2013-08-21 22:34:59 -03:00
Yorik van Havre
588c2e3537 Draft: Draft-to-drawing can now render faces with holes 2013-08-21 20:13:13 -03:00
Yorik van Havre
858996b60e Draft: Draft-to-Drawing command now works on groups 2013-08-21 19:15:10 -03:00
Yorik van Havre
929d5bb239 Draft: support for non-ascii characters in Draft texts and dimensions 2013-08-21 13:00:56 -03:00
Yorik van Havre
3b8708ef71 Arch: Added test suite 2013-08-15 19:24:54 -03:00
Yorik van Havre
def617c89e Draft: Fixes in DXF exporter 2013-08-11 12:46:36 -03:00
Yorik van Havre
3f3deb3e18 Draft: Fixes bugs from last commit 2013-07-31 13:55:06 -03:00
Yorik van Havre
ce78a0e0a7 Draft: removed unnecessary uses of DraftVecUtils 2013-07-30 16:48:28 -03:00
Yorik van Havre
5e8d1f7824 Draft: Small fix in dimensions 2013-07-25 14:07:52 -03:00
Yorik van Havre
84aeadf209 Draft: Better interface for setting hatch patterns 2013-07-25 13:45:40 -03:00