Yorik van Havre
7f216323ff
0001092: Draft local/global coordinates
...
The draft X,Y,Z coordinates are now displayed as global, or local
if the current working plane is different from the world axes.
2013-06-25 11:40:38 -03:00
Yorik van Havre
827a716814
Draft: minor fixes to DXF importer
2013-06-23 15:59:35 -03:00
Yorik van Havre
218a828327
Draft: fixed cmake and installer stuff with removed draftlibs
2013-06-23 15:33:26 -03:00
Yorik van Havre
2d180fac38
Draft: Removed draftlibs
...
Removed the contents of the draftlibs folder (dxf import-export) for license
reasons. These files are now hosted on
https://github.com/yorikvanhavre/Draft-dxf-importer and will be downloaded
automatically by FreeCAD on first use.
2013-06-22 14:48:58 -03:00
Yorik van Havre
367a8f9aee
Draft: Fixed license blocks
2013-06-20 21:32:41 -03:00
Yorik van Havre
33faa40101
0001078: Draft now snaps to center of polygons and cylinders
2013-06-20 21:21:35 -03:00
Yorik van Havre
d26ffbe9aa
Arch: misc improvements
...
+ Further work on snap tracking dims
+ Better snap for structures
+ Corrected initial temp shape of structures
+ Added a box with wall length (still readonly)
2013-06-16 20:06:14 -03:00
Yorik van Havre
a63e18f170
Arch: Added preliminary dimensions tracking to walls
2013-06-16 14:13:20 -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
Yorik van Havre
f0d9cdbc12
Draft: Small fix for malfuncioning pivy
2013-06-14 12:04:59 -03:00
Yorik van Havre
6a88bcd870
0001138: Use TypeId in Draft & Arch
2013-06-14 11:19:58 -03:00
wmayer
5a04adebe4
#0000862 : Draft toolbar doesn't disappear when switching workbenches
2013-06-13 22:30:46 +02:00
wmayer
88a05de6ba
#0001143 : Boolean Cut Fails with Extruded Shapestring
2013-06-13 14:37:01 +02:00
wmayer
b97266a341
#0001143 : Boolean Cut Fails with Extruded Shapestring
2013-06-13 12:14:24 +02:00
wmayer
2282b72025
0001143: Boolean Cut Fails with Extruded Shapestring
2013-06-12 17:01:55 +02:00
wmayer
7e792ef761
Use PropertyFile for fonts
2013-06-11 22:31:15 +02:00
wmayer
32117fb980
Prepare Windows build to use FreeType
2013-06-11 17:28:21 +02:00
wmayer
cb37f84ccb
Use TypeId in Draft
2013-06-04 21:16:28 +02:00
Yorik van Havre
c2f452fd44
0000981: Arch groups now have a placement
2013-04-24 12:09:46 -03:00
Yorik van Havre
a22a719cb9
Draft: dwg support in windows
2013-04-21 23:32:34 -03:00
Yorik van Havre
1eb96db737
Draft: fixed Draft's cmake file
2013-04-21 19:22:30 -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
Yorik van Havre
f815b07144
Draft: Added a Draft Ellipse object
2013-04-20 16:51:33 -03:00
Yorik van Havre
3511a807a3
Draft: new method for exporting dxf arcs
2013-04-18 13:48:49 -03:00
Yorik van Havre
c46924e934
Draft: Small fix to Shape2DView
2013-04-18 13:00:39 -03:00
Yorik van Havre
bfb5734d01
0001057: Bug in Draft Edit
2013-04-17 14:22:01 -03:00
Yorik van Havre
8050dd61a0
0001046: Draft angular dimensions
2013-04-17 11:16:06 -03:00
WandererFan
602bfe48cf
Add Draft.ShapeString Gui tool and makeShapeString function
2013-04-15 13:25:25 -04:00
Yorik van Havre
6dbf66b2a9
0001042: Draft DXF export with projection direction
...
The DXF exporter now features an option in Draft preferences
to project the selected objects along the current view direction
on export.
2013-04-11 14:20:50 -03:00
Yorik van Havre
7e11f28866
0001035: WebGL exporter
...
The Arch module now features a webgl exporter that produces an all-included
HTML file that displays the exported objects in WebGL-capable web browsers.
Many enhancements are still necessary, especially with lights and materials.
At time of export, the exporter downloads the three.js library from github
and includes it in the HTML file, so it has no other dependencies.
2013-04-09 19:43:45 -03:00
Yorik van Havre
75560719c4
0001068: Bug in Draft DXF export
2013-04-08 17:03:41 -03:00
Yorik van Havre
e167c9e459
0001075: faster Draft manual coordinates
2013-04-07 18:47:02 -03:00
Yorik van Havre
5c65086735
0001082: Adding points in Draft Edit
2013-04-07 17:39:00 -03:00
Yorik van Havre
aba5ca338d
Draft: Fixes to primitive-enabled tools
2013-04-02 19:43:10 -03: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
c15ae93d25
0001073: Allow Draft tools to create Part Primitives
...
A preferences setting now allow Draft tools to create Part primitives
instead of Draft objects, when possible (currently point, line, arc,
circle and rectangle).
2013-03-31 23:20:30 -03:00
Yorik van Havre
9e8e7a97b9
0001072 : Edge.Curve assert in Draft
2013-03-31 17:54:32 -03:00
Yorik van Havre
913aa919dd
Arch: Better auto-fuse for walls
2013-03-24 15:22:37 -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
62dc05ffd9
0000983: Draft wires, rectanges and polygons now have a chamfer property
2013-02-25 23:26:42 -03:00
Yorik van Havre
3a04f6491b
Draft: small bugfix
2013-02-25 22:56:06 -03:00
Yorik van Havre
8e3e4b20bc
0000946: Draft inserts now set the active document
2013-02-25 19:38:53 -03:00
Yorik van Havre
4bcff22600
0000966: Draft Workingplane tooltip
2013-02-25 19:29:31 -03:00
Yorik van Havre
728d81bace
0001024: Draft Line properties now respect the placement
2013-02-25 19:21:28 -03:00
Yorik van Havre
f66c433e6c
0000959: Arcs exported to DXF with wrong direction
2013-02-21 19:36:24 -03:00
Yorik van Havre
fdc86819dd
0000999: Separate Draft upgrade and downgrade
2013-02-18 17:48:56 -03:00
Yorik van Havre
1c9fe432f7
Draft: Upgrade tool is now available to python scripting
2013-02-17 11:24:12 -03:00
Yorik van Havre
53c6c16355
Draft: New Draft icon
2013-02-15 13:15:19 -02:00
Yorik van Havre
f609573297
Draft: Fixed a disappearing wire problem in Upgrade tool
2013-02-09 14:18:55 -02:00
Yorik van Havre
60ccb19ddc
Draft: small fix in Draft Upgrade
2013-02-04 18:16:11 -02:00
Yorik van Havre
372b4542ee
0000963: Draft polar array
2013-01-23 16:31:10 -02:00
Sebastian Hoogen
5e46bea2ae
0000962: Attempting to import an SVG file fails
...
with "invalid literal for int() with base 16"
2013-01-21 11:39:50 +01:00
Sebastian Hoogen
0a876e18c9
bugfix for handling of elipses in importSVG
2013-01-09 15:09:22 +01:00
Yorik van Havre
496a216f02
0000891: Draft intersection snapping
2012-12-20 21:26:09 -02:00
Yorik van Havre
2d35c343f2
0000919: Draft upgrade to face
2012-12-20 13:39:27 -02:00
Yorik van Havre
480f280322
0000890: bug in Draft Offset
2012-12-19 13:54:03 -02:00
Yorik van Havre
7b44c7afc2
0000901: Draft Edit mode
2012-12-18 14:44:39 -02:00
Yorik van Havre
5ea7f58280
0000907: Draft snap icons
2012-12-18 14:17:08 -02:00
Yorik van Havre
f4a47f089c
Updated with latest crowdin translations
2012-12-18 13:28:11 -02:00
Yorik van Havre
5ea105abd6
Draft: bugfix in dimensions
2012-12-09 20:41:53 -02:00
Yorik van Havre
0d44f9252a
Draft: bugfix in polar snapping
2012-12-07 19:27:23 -02:00
Yorik van Havre
71b1777e8a
Updated translation strings
2012-12-07 10:56:57 -02:00
Yorik van Havre
77db5496ac
Draft: small bugfix
2012-12-07 10:50:42 -02:00
Yorik van Havre
83af7bce0b
Draft: Bugfix in parametric dimensions
2012-11-24 14:21:42 -02:00
Yorik van Havre
95c5dfad8a
Draft: better cleaning of shape2Dview
2012-11-23 22:35:54 -02:00
Yorik van Havre
250d00dd7b
Draft: small bugfix in shape2dview
2012-11-23 20:44:01 -02:00
Yorik van Havre
d90e285f73
Draft: Optimization in Shape2DView
2012-11-23 19:22:00 -02:00
Yorik van Havre
5522af1ef4
Draft: Small fix to work without GUI
2012-11-23 18:36:43 -02:00
Yorik van Havre
a2a7f41433
0000887: Draft BSpline bug
2012-11-23 18:34:44 -02:00
Yorik van Havre
7129840dc8
Draft: Fixed a bug in Shape2Dview
2012-11-23 16:54:15 -02:00
Yorik van Havre
85397783cc
0000835: Draft preferences pages
2012-11-17 19:26:29 -02:00
Yorik van Havre
18ab30cdda
Draft: small bugfix
2012-11-17 12:48:37 -02:00
Yorik van Havre
4bb4553ed7
Further optimizations in Draft
2012-11-15 23:00:58 -02:00
Yorik van Havre
08a39943af
Optimizations in Draft module
...
* More efficient and lightweight ghosts in move & rotate
* Track lines now handled directly by the snapper
* More precise snapping for move (experimental)
2012-11-15 15:04:02 -02:00
Yorik van Havre
e29de5dc91
0000866: Draft to sketch
2012-11-02 18:59:31 -02:00
Yorik van Havre
9934a1dc0f
Added new translations to makefiles
2012-10-30 10:49:36 -02:00
Yorik van Havre
be940cbd06
Updated translations from crowdin
...
* Updated the updateTranslations.py tool so it can now work with
unzipped folders, and it updates qt resource files when necessary.
* Updated existing translations, changed a couple of language codes:
es -> es-ES, pt -> pt-BR, zh -> zh-CN, se -> sv-SE
* Added new translations that have more than 50% translated:
cs, hu, ro, sk, zh-TW, tr
2012-10-30 09:59:55 -02:00
wmayer
1933093e71
Fix build problems with ImportGui module, fix bug in Draft when using texture image
2012-10-05 12:19:07 +02:00
Yorik van Havre
63ff342bac
0000825: dxf import bug
2012-09-16 15:04:04 -03:00
Yorik van Havre
1593ce9e67
0000821: Draft snap bug
2012-09-16 14:43:08 -03:00
Yorik van Havre
1d5f4147f1
Draft: fixed radius dimension symbols
2012-09-06 11:16:47 -03:00
Yorik van Havre
305c9ad1bc
Draft: bugfix in taskpanel
2012-09-05 17:55:27 -03:00
Yorik van Havre
a26f42b7b3
Draft: minor bugfixes
2012-09-04 19:14:28 -03:00
Yorik van Havre
12f6ef3458
Draft: Bugfixing
...
+ All Draft (and Arch) objects now correctly get/set theiir type on save/load
+ Draft Shape2DView now produces valid shapes
2012-09-04 12:07:26 -03:00
Yorik van Havre
b827d9eb31
Draft: small improvement do Shape2DView object
2012-09-03 18:42:00 -03:00
Yorik van Havre
19b5a06727
Draft: small bugfix in shape2Dview object
2012-09-03 11:05:50 -03:00
Yorik van Havre
d3f08057e1
Draft: Small fix to Point tool
2012-09-01 17:08:04 -03:00
Yorik van Havre
bdaf97625b
0000820: Draft dimension dots
2012-08-31 11:00:40 -03:00
Yorik van Havre
35cc5ef56f
Arch: Minor bugfix
2012-08-30 20:22:22 -03:00
Yorik van Havre
5bb46b732d
Draft: reworked some icons
2012-08-30 10:46:04 -03:00
Yorik van Havre
b68e86ffa5
Arch: small fixes
2012-08-18 00:04:54 -03:00
Yorik van Havre
2f67e323cb
Draft: set taskview mode as default
2012-08-17 16:44:44 -03:00
Yorik van Havre
3a8f6dff59
Updated translation files
2012-08-16 16:09:56 -03: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
4386421a0b
Arch: Fixed strings to be translated
2012-08-15 18:39:53 -03:00
Yorik van Havre
969f4b57eb
0000715: Draft axis constraints
2012-08-14 20:41:18 -03:00
Yorik van Havre
7a338f30cb
0000634: Draft to Sketch conversion
2012-08-11 18:28:18 -03:00
Yorik van Havre
70d4048b38
Arch: General optimization
...
+ More severe tests when constructing shapes
+ Allow to quickly export Arch views to DXF
2012-08-09 17:50:07 -03:00
Yorik van Havre
aae9b17e32
Arch: Bugfixes and hidden lines mode for section planes
2012-08-05 18:01:58 -03:00
Yorik van Havre
88ea348623
0000802: Fixed again
2012-08-01 18:53:27 -03:00