Yorik van Havre
6fb468a1fe
Draft: Export DXF objects with BYLAYER color if applicable
2019-08-28 22:48:57 -03:00
Yorik van Havre
60a54207ac
Draft: Support for layer colors and linestyles in DXF import/export (legacy)
2019-08-27 22:59:35 -03:00
Yorik van Havre
4c63541a06
Draft: Proper support for layers in DXF import/export (py exporter)
2019-07-04 11:03:03 -03:00
Yorik van Havre
5bc05c28e6
Draft: Support of layers in DXF import
2019-07-03 21:49:50 -03:00
Yorik van Havre
8d237da7cb
Draft: Keep using the already set working plane, if existing
2019-05-04 14:31:43 -03:00
Syres916
fad8fa4071
importDXF draftWPlane Fix
...
To fix error:
w.Placement = placementFromDXFOCS(polyline)
File "E:\Data\My Downloads\FreeCAD_0.19.16587_x64_Conda_Py3QT5-WinVS2015\FreeCAD_0.19.16587_x64_Conda_Py3QT5-WinVS2015\Mod\Draft\importDXF.py", line 422, in placementFromDXFOCS
draftWPlane = FreeCAD.DraftWorkingPlane
<class 'AttributeError'>: module 'FreeCAD' has no attribute 'DraftWorkingPlane'
2019-05-04 14:31:43 -03:00
Yorik van Havre
e98bb1fc21
Draft: Fixed 0.18.1 bug in DXF importer
2019-05-02 16:09:36 -03:00
Yorik van Havre
61f94d4b7c
Draft: Fixed DXF import with sketch mode on
2019-04-25 18:17:57 -03:00
DinoMesina
0fabc7fbe2
Add files via upload
...
Added the correct placement for 3D entities
2019-04-04 11:16:14 -03:00
wandererfan
45d8787110
Add pref for new Dxf Exporter
2019-03-28 10:44:33 -03:00
Yorik van Havre
de18975c14
Fixed six.py2 -> PY2
2019-03-17 20:59:08 +01:00
cclauss
e3545c8c06
Unicode fixes for Python3
2019-03-17 20:58:00 +01:00
Yorik van Havre
223eb6864c
Draft: Fixed wrong formatting of DXF importer url
2018-12-17 11:06:10 -02:00
Yorik van Havre
144fee0915
Draft: updated minimal version of dxf library to include py3 fixes
2018-12-13 22:50:25 -02:00
Yorik van Havre
5633bd14d2
Arch/Draft: Misc small fixes
...
* Properly handle offset2D and arch objects in Draft Stretch
* Allow the WP of Arch BuildingParts to stay weak
* Fixed Draft Edit making Wires not plane anymore
* Dont change the WP if already perpendicular to current view
* Fixed DXF import of Polyfaces
2018-12-10 10:21:17 -02:00
Yorik van Havre
b12bcc44a8
Draft: py3 bugfix
2018-12-03 18:39:57 -02:00
Yorik van Havre
c0567a5990
Draft: Fixed DXF import of texts
2018-11-27 16:10:42 -02:00
Yorik van Havre
3799b2a306
Fixed coverity issues
...
184348 Bad use of null-like value
175794 Copy-paste error
172913 Copy-paste error
169506 Structurally dead code
169504 Bad use of null-like value
169013 Copy-paste error
2018-11-19 19:36:50 -02:00
Yorik van Havre
1d72ee4343
Draft: Export of Arch Axes to DXF
2018-11-07 12:38:07 -02:00
Yorik van Havre
6f06345634
Draft: Fixed DXF support for new Draft texts
2018-08-27 12:11:38 -03:00
wandererfan
650fed9795
Point Draft importDXF to Mod/Import/ImpExpDxf
...
- also add "deprecated" message to DraftUtils.readDXF
2018-05-02 22:09:46 +02:00
luz.paz
505488c4f9
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
looooo
d977014992
py3: fix dxf import
2018-04-14 10:40:31 +02:00
easyw
dac8cd50f3
moving comment at right place
2018-01-29 22:41:29 +01:00
easyw
44e57a3675
adding 'import sys' needed when opening a dxf file
2018-01-29 22:41:29 +01:00
looooo
f3b32da633
PathScripts: py3 print
...
Draft: typo in importDXF.py
2018-01-14 22:29:25 +01:00
looooo
3679c18e55
fix unicode problems for python3
2018-01-12 15:02:28 +01:00
Yorik van Havre
8382a8f61b
Draft: Fixed DXF import
2018-01-08 13:45:10 -02:00
Yorik van Havre
c3ca4bc899
Draft: Fixed bug in DXF import
2017-12-13 15:20:22 -02:00
Yorik van Havre
0b33f977f7
Draft: Fix import of dxf files in no-gui mode
2017-11-14 10:19:33 -02:00
Yorik van Havre
f2fff7225c
Draft: Fixed unicode conversion bug in DXF export
2017-06-09 00:00:08 -03:00
Yorik van Havre
5424fcd19d
Draft: Better msg in dxf import/export to inform the possibility to use the addon manager - issue #3064
2017-06-05 11:59:31 -03:00
Yorik van Havre
08b7d9154a
Arch: Fixed error in DXF export of Arch Panel sheets
2017-05-20 12:24:08 -03:00
Yorik van Havre
73f2307390
Draft: Fixed encoding in importDXF message - issue #3019
2017-05-08 10:51:04 -03:00
Yorik van Havre
0d5176700a
Draft: bugfix in DXF export of panel cuts
2017-04-23 15:17:50 -03:00
Yorik van Havre
04a3283000
Draft: Better block handling in dxf import & export
2017-04-07 14:08:09 -03:00
Kunda
d61de347ea
Cleanup non-short-url wiki links in translations
...
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
Yorik van Havre
8ad2c699f8
py3: open function is in module 'io' in py3 instead of __builtin__
2017-01-17 09:24:59 +01:00
Yorik van Havre
5d2e834bc3
Draft: Fixed spline bug in DXF importer
2017-01-07 14:04:24 -02:00
Yorik van Havre
59987231ae
Arch: Extended panel tools
2016-12-17 14:39:45 -02:00
wmayer
1855c80f36
replace Part.Line with Part.LineSegment
2016-11-30 21:25:18 +01:00
Yorik van Havre
af97583026
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Yorik van Havre
c5911b660a
Draft: fixed DXF export - fixes #2761
2016-11-08 21:49:36 -02:00
Yorik van Havre
945d99f982
Draft: implemented dxf export of techdraw pages
2016-11-05 15:13:48 -02:00
Keith Sloan
b031765072
Fix for Import CSG ito avoid loop on Hull request for 2D
2016-10-29 12:12:44 +01:00
Yorik van Havre
1843f89659
Draft: fixed export of invalid shapes to DXF
2016-08-28 14:18:12 -03:00
Yorik van Havre
20d6c93fd5
Draft: fixed issues with DXF import when used by OpenSCAD WB
2016-08-16 16:43:47 -03:00
Jonathan Wiedemann
15b70be51b
Fix wrong display of translated message.
2016-07-24 19:57:23 -03:00
Yorik van Havre
3a25e058df
Draft: builtin C++ DXF importer is now the default
2016-06-30 15:26:07 -03:00
Yorik van Havre
21ba33df01
Draft: Allow to scale imported DXF files - fixes #2557
2016-05-18 14:32:33 -03:00