Yorik van Havre
51ec213f45
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
6f38f91dd0
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
39967262e4
Draft/Arch: cleanup of startup scripts
2016-05-18 16:01:38 -03:00
triplus
d432c72a15
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
2e91633da9
Draft: Added mirror tool (more graphical version of Part Mirror) - fixes #2215
2015-12-05 14:19:35 -02:00
Yorik van Havre
bb3be15ff5
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
a9ecbdc802
Arch / Draft: reorganized preferences files
2015-05-07 17:06:56 -03:00
Yorik van Havre
7b34d02c4c
Draft: re-added Draft-Drawing tool to DraftWB
2015-02-09 12:26:41 -02:00
Yorik van Havre
f0ce2e6be6
Moved Draft-Drawing tool to the Drawing WB (renamed Draft View)
2015-01-16 17:16:39 -02:00
Yorik van Havre
daedcf4f1c
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Yorik van Havre
b64f283ce8
Draft: Removed leftovers from the macros menu
2014-08-08 11:21:37 -03:00
Yorik van Havre
3c0c72e4c0
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
234af5b27f
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
8c7f69d913
Transferred import-export related preference pages to a separate group
2014-07-20 12:58:15 -03:00
Yorik van Havre
4e595bd7bb
Draft: Renamed Layer to VisGroup
2014-06-10 10:21:01 -03:00
Yorik van Havre
6f896d8f22
Draft: Added Layer tool - issue #1504
2014-04-17 18:18:51 -03:00
Yorik van Havre
476b701396
Draft: Reorganized DXF preferences - fixes #1468
2014-03-13 14:09:16 -03:00
Yorik van Havre
be33ef6f4c
Draft: added workingplane snap mode - fixes #1461
2014-03-07 15:58:51 -03:00
Yorik van Havre
995b146659
Arch: Small fixes around Arch and Draft
2014-02-26 18:01:24 -03:00
WandererFan
2d43d61b92
Add Draft Bezier Curve draw & edit mockup using bSpline tools.
2014-02-23 11:54:58 -03:00
Yorik van Havre
3bebf0dcea
Fixed Draft utilities menu
2014-02-21 18:16:25 -03:00
Yorik van Havre
7baf1e0971
Draft: small cleanup in draft menu
2014-02-20 11:25:34 -03:00
jriegel
9a2fab28d2
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
19865c252b
Fixed translation system in Arch & Draft
2014-01-07 11:17:31 -02:00
Yorik van Havre
1d709ade42
Switch to PySide (+ Arch, Draft & Start)
2014-01-06 13:26:49 -02:00
Yorik van Havre
96514385e5
Arch: Added Draft_PathArray to the Arch WB
2013-11-28 11:55:40 -02:00
WandererFan
d652d84c19
Add Draft makePathArray and _PathArray
...
Add Draft PathArray GUI tool
2013-11-28 11:42:14 -02:00
Yorik van Havre
b3738a2fce
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
939bc92acb
Draft: Added Facebinder tool
2013-10-10 19:25:33 -03:00
Yorik van Havre
bb3c7c9601
Draft: Added a snap button to turn arch dimensions off
2013-09-17 23:07:04 -03:00
Yorik van Havre
42fdbefc54
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
38f0f73fbe
Cleaning startup messages from Draft and Arch
2013-08-25 13:43:54 -03:00
Yorik van Havre
08f031d6ca
Draft: Small interface cleanup
2013-07-18 16:04:34 -03:00
Yorik van Havre
1831cb9e34
Draft: Split main preferences page into 2
2013-07-16 13:40:06 -03:00
Yorik van Havre
64ed1d97b2
Draft: Added commands for snapping tools
...
Snap tools now also appear in the Draft menu, so users can
give them keyboard shortcuts.
2013-07-01 16:28:00 -03:00
Yorik van Havre
31fbfd33ef
0001151: Draft loads Part module at start
...
+ Fixed loading of Part module at startup
+ Minor cleaning around
2013-06-15 15:39:29 -03:00
wmayer
5a04adebe4
#0000862 : Draft toolbar doesn't disappear when switching workbenches
2013-06-13 22:30:46 +02:00
Yorik van Havre
a22a719cb9
Draft: dwg support in windows
2013-04-21 23:32:34 -03:00
Yorik van Havre
e3dd8196bd
Draft: Preliminary DWG support
...
Using the teigha file converter. Warning, only working on linux
at the moment. See mantis issue 1103 to help me porting to other OSes
2013-04-21 14:46:36 -03:00
WandererFan
602bfe48cf
Add Draft.ShapeString Gui tool and makeShapeString function
2013-04-15 13:25:25 -04:00
Yorik van Havre
216858e433
0001074: Draft Ellipse tool
...
The Draft module now features an Ellipse tool
that creates a Part Ellipse object.
2013-04-01 17:46:32 -03:00
Yorik van Havre
f9444f83cf
Draft: Added Heal command
...
The Draft_Heal command allows to heal bad Draft objects coming
from earlier versions of FreeCAD.
2013-03-06 12:14:14 -03:00
Yorik van Havre
53c6c16355
Draft: New Draft icon
2013-02-15 13:15:19 -02:00
Yorik van Havre
85397783cc
0000835: Draft preferences pages
2012-11-17 19:26:29 -02:00
Yorik van Havre
0d475b6fe0
Misc polishes to Arch and Draft
...
+ The Draft Drawing tool can make additional views of SectionPlanes
+ Draft Dimensions have a readonly "Distance" property that show the length
+ The Draft WB can be completely switched off (since all tools are also in Arch)
2012-08-16 12:24:45 -03:00
Yorik van Havre
7b0d0aa2f7
Arch: Minor fixes
2012-07-18 15:04:56 -03:00
Yorik van Havre
fb3f051563
Draft: snap toolbar now appears on WB activation
2012-06-06 17:04:24 -03:00
Yorik van Havre
fbd3556aaf
Draft: Added Draft_ToggleGrid() command to toggle the Draft grid
2012-06-01 15:19:21 -03:00
Yorik van Havre
e607ddf55f
unified yorik's email
2012-05-21 22:35:18 -03:00
Yorik van Havre
3e78f7e7a3
Added Draft_Clone command
2012-05-04 19:21:54 -03:00