Yorik van Havre
601b09bb83
Draft: Removed annoying an unuseful verbose command line output
2019-05-16 15:31:57 -03:00
carlopav
00daa50ee3
[Draft] Insert the arc group in the draft toolbar
...
small fix to add the arc group to the toolbar.
2019-05-14 11:20:27 -03:00
Dion Moult
bc0dc26b5a
Add new edit tool icon, shortcut, and basic modes.
...
* It allows you to select multiple objects to edit instead of just one.
* It highlights the object lines and the points in red.
* It stays in the mode and allows you to run other modifiers.
* A very hackish hook into the move modifier is added as a proof of concept.
2019-05-08 10:26:54 -03:00
carlopav
442ba9e2c1
Split the command in two
...
With this commit 2 commands are created, one for current bezier curve tool behaviour, the other for cubic bezier in inkscape style...
grouped in a dropdown button in the toolbar.
2019-04-08 17:17:21 -03:00
Yorik van Havre
05b7892109
Draft: Added 3-point arc command from BIM WB
2019-04-07 17:23:42 -03:00
Dion Moult
c3e73d925d
Add split tool
2019-01-31 10:54:36 -02:00
Dion Moult
40c5dbf15f
Add new draft join tool
2019-01-31 10:54:36 -02:00
wmayer
07b070c8c6
fixes 0003732: Menu groups in Draft menu are not translated even though translated strings exist
2018-12-16 17:20:26 +01:00
wmayer
844165c062
unit tests of Arch and Draft require GUI, improve output of units tests
2018-08-28 19:39:34 +02:00
ageeye
7d8f4f1a33
Add a new array type: PointArray.
2018-06-18 20:38:10 -03:00
Yorik van Havre
cddc22f24e
Arch/Draft: Less clutter in output window
2018-03-02 12:29:58 -03:00
Yorik van Havre
d98c1640d1
Draft: Added a utility command to add selected objects tothe construction group
2017-11-27 13:38:30 -02:00
Yorik van Havre
28f315f4f6
Draft: First version of Draft Label object
2017-05-29 16:57:25 -03:00
Yorik van Havre
9daf12c6b2
Draft: Added utilities -> create Working Plane Proxy command
2017-02-25 20:34:43 -03:00
Yorik van Havre
009859ddf3
Draft: AutoGroup system
2017-01-25 14:55:14 -02:00
Yorik van Havre
72afcde8db
Draft: Added stretch tool - fixes #1163
2017-01-13 11:25:25 -02:00
Yorik van Havre
99312f0e9a
Updated appendMenu() functions in py workbenches
2016-12-26 12:06:17 -02:00
Yorik van Havre
e75d34daed
Draft: Added Draft Slope command - allows to change the slope of a selected Line or Wire
2016-08-22 17:34:38 -03:00
Yorik van Havre
031bf0ec10
Arch: Added specials snap
...
* Remove Arch option to snap to wall base (reimplemented below)
* Added new Specials snap button
* Special snap snaps to wall baselines, structure basepoints, and contents of SnapPoints property, if existing
2016-08-22 13:49:54 -03:00
Yorik van Havre
1321b205ff
Draft/Arch: cleanup of startup scripts
2016-05-18 16:01:38 -03:00
triplus
93c7a6bcac
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
aca192083a
Draft: Added mirror tool (more graphical version of Part Mirror) - fixes #2215
2015-12-05 14:19:35 -02:00
Yorik van Havre
4721aeda21
Draft: Removed the 'Hide Draft Workbench' Draft preference since we now have full WB customization
2015-05-23 13:17:50 -03:00
Yorik van Havre
ac5efd335d
Arch / Draft: reorganized preferences files
2015-05-07 17:06:56 -03:00
Yorik van Havre
228e29244e
Draft: re-added Draft-Drawing tool to DraftWB
2015-02-09 12:26:41 -02:00
Yorik van Havre
aa28666817
Moved Draft-Drawing tool to the Drawing WB (renamed Draft View)
2015-01-16 17:16:39 -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
b30517256e
Draft: Removed leftovers from the macros menu
2014-08-08 11:21:37 -03:00
Yorik van Havre
80fe67584a
Draft: removed macros menu - fixes #490
...
The macros menu code is on http://www.freecadweb.org/wiki/index.php?title=Macro_MacroMenu
2014-08-07 11:07:22 -03:00
Yorik van Havre
8da3e7b9e8
Arch: improvements in Space object
...
* Better text control
* Text position editable with Draft Edit
* Additional properties such as finish types
2014-08-05 16:19:39 -03:00
Yorik van Havre
0ccb4fefc2
Transferred import-export related preference pages to a separate group
2014-07-20 12:58:15 -03:00
Yorik van Havre
a2e261bb25
Draft: Renamed Layer to VisGroup
2014-06-10 10:21:01 -03:00
Yorik van Havre
4bed68f6ec
Draft: Added Layer tool - issue #1504
2014-04-17 18:18:51 -03:00
Yorik van Havre
d3b5bc5642
Draft: Reorganized DXF preferences - fixes #1468
2014-03-13 14:09:16 -03:00
Yorik van Havre
05dc5a8355
Draft: added workingplane snap mode - fixes #1461
2014-03-07 15:58:51 -03:00
Yorik van Havre
48d63f8020
Arch: Small fixes around Arch and Draft
2014-02-26 18:01:24 -03:00
WandererFan
d6313b057a
Add Draft Bezier Curve draw & edit mockup using bSpline tools.
2014-02-23 11:54:58 -03:00
Yorik van Havre
f8cd87a696
Fixed Draft utilities menu
2014-02-21 18:16:25 -03:00
Yorik van Havre
06f5ebdc0b
Draft: small cleanup in draft menu
2014-02-20 11:25:34 -03:00
jriegel
c9eb5839e3
BugFix and error reporting
...
* Fix a bug if the macro path is invalid
* reporting exeptions if somethings fail in the Draft core modules init
2014-02-02 21:25:02 +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
395c95a154
Arch: Added Draft_PathArray to the Arch WB
2013-11-28 11:55:40 -02:00
WandererFan
70e0431341
Add Draft makePathArray and _PathArray
...
Add Draft PathArray GUI tool
2013-11-28 11:42:14 -02: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
47740cd688
Draft: Added Facebinder tool
2013-10-10 19:25:33 -03:00
Yorik van Havre
d0fad3d58e
Draft: Added a snap button to turn arch dimensions off
2013-09-17 23:07:04 -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
bf27709926
Cleaning startup messages from Draft and Arch
2013-08-25 13:43:54 -03:00
Yorik van Havre
790b0fd621
Draft: Small interface cleanup
2013-07-18 16:04:34 -03:00