Yorik van Havre
5bccc5c588
Draft: Small layer improvements
...
- Added 'Print Line Color' property
- Added 'Add new layer' context menu action to layers group
2020-12-15 16:43:33 +01:00
Yorik van Havre
1d83dc3007
Draft: Small wording fix
2020-12-15 16:41:35 +01:00
Yorik van Havre
481937f034
Draft: Small fixes to Draft SetStyle panel
2020-12-15 16:40:16 +01:00
Dino del Favero
cabb1f81b4
Merge branch 'master' into master
2020-12-14 22:24:50 +01:00
Yorik van Havre
f54b452327
Draft: Hide undo button from modify operations
2020-12-14 15:21:25 +01:00
Yorik van Havre
d74e4c09d6
Merge pull request #4116 from chennes/fixAirfoilImportNumberRegex
...
[Draft] Fix airfoil data detection regex
2020-12-14 12:29:50 +01:00
Yorik van Havre
578c8f967f
Merge pull request #4115 from JAndersM/patch-1
...
[Draft] Update task_scale.py
2020-12-14 12:21:47 +01:00
Yorik van Havre
b168dfaec9
Merge pull request #4100 from marioalexis84/draft-upgrade
...
Draft: Improve makeWires in upgrade function
2020-12-14 11:59:21 +01:00
Chris Hennes
371af865a9
Merge branch 'master' into fixAirfoilImportNumberRegex
2020-12-13 23:02:36 -06:00
Dino del Favero
c4851a1bb3
Updated links
...
Added links in english
2020-12-14 00:29:21 +01:00
Dino del Favero
a8f0d9e68a
Correct placementFromDXFOCS()
...
Corrected placementFromDXFOCS() function with the indications provided by Autodesk (TM)
http://docs.autodesk.com/ACD/2011/ITA/filesDXF/WS1a9193826455f5ff18cb41610ec0a2e719-7941.htm
http://docs.autodesk.com/ACD/2011/ITA/filesDXF/WS1a9193826455f5ff18cb41610ec0a2e719-793d.htm#WSc30cd3d5faa8f6d81cb25f1ffb755717d-7ff5
2020-12-13 23:59:47 +01:00
luz paz
fc99ff2def
Draft: fix header uniformity + trailing whitespace
...
[skip ci]
2020-12-11 13:19:49 +01:00
marioalexis
7c20483c12
Draft: Improve makeWires in upgrade function
2020-12-09 15:21:33 -03:00
Chris Hennes
d0cafe34fb
Merge branch 'master' into fixAirfoilImportNumberRegex
2020-12-09 08:35:24 -06:00
Chris Hennes
8556885f14
Add support for integer values.
2020-12-09 08:32:43 -06:00
Yorik van Havre
2fb2e1a5a8
Draft: Better layout of the Draft SetStyle task panel
2020-12-09 14:42:50 +01:00
Chris Hennes
9e9e1b5b54
[Draft] Fix airfoil data detection regex
...
The regular expression that Draft's airfoil data importer uses did not allow for lowercase "e" when using scientific notation. This corrects that, and silences Python Developer Mode warnings about deprecated escape sequences by converting most of the regex to use raw strings.
2020-12-07 13:13:34 -06:00
JAndersM
bd913d1dd5
Update task_scale.py
...
The changes solves the Ticket #3691 - Bug in draft scale. Only integers work
2020-12-07 19:51:29 +01:00
Yorik van Havre
728cf3ca11
Draft: Fixed Annotation style dialog's arrow types - fixes #4505
2020-12-03 16:30:05 +01:00
Yorik van Havre
8c15f7f84f
Draft: Colored grid axes
2020-12-03 15:15:15 +01:00
Yorik van Havre
9c0f6eb2d5
Merge pull request #4067 from marioalexis84/draft-upgrade
...
Draft: Some fixes in upgrade function
2020-11-25 11:07:01 +01:00
marioalexis
a11b457121
Draft: Some fixes in upgrade function. bug #0004460 , fixes #0004462 , #0004080
2020-11-24 22:08:06 -03:00
marioalexis
1569b08451
Draft: Change archDimTracker text position depending on distance and scale values
2020-11-23 16:25:21 -03:00
Yorik van Havre
c465fbd799
Draft: Fixed bug in SVG projection fill
2020-11-19 13:53:44 +01:00
Yorik van Havre
ed3b5a1dd0
Draft: Fixed regression caused by new setstyle button
2020-11-18 11:41:38 +01:00
Yorik van Havre
1cce61670c
Draft: better checks for no active document
2020-11-16 13:25:12 +01:00
Yorik van Havre
48e928cee5
Draft: Enabled 'apply to selected' button in SetStyle dialog
2020-11-16 12:59:44 +01:00
marioalexis
dcfba722f4
Draft: Fixes #0004293 : Vertical dimensions can't be created in XZ and YZ working plane
2020-11-13 10:58:34 +01:00
Yorik van Havre
ae2c707892
Merged crowdin translations
2020-11-10 14:58:06 +01:00
Yorik van Havre
0ddaa9fc24
Updated ts files
2020-11-10 14:47:48 +01:00
Yorik van Havre
e2ba8b50d4
Draft: Change WP button icon to reflect current state
2020-11-10 14:45:44 +01:00
Yorik van Havre
583b59c29f
Draft: Condensed the Draft toolbar style buttons into one with more options
2020-11-10 14:14:18 +01:00
marioalexis
c3a19bfc26
Draft: Enable offset for working plane aligned with current view
2020-11-09 12:42:18 +01:00
marioalexis
6a079d3cd7
Draft: Improve archDimTracker class
2020-11-09 12:39:19 +01:00
marioalexis
c23a4b1fb6
Draft: Fixes in gui_offset
2020-11-09 12:37:56 +01:00
Roy-043
8b79dd5f44
Update dxf.cpp
...
Fixed wrong DXF scale factor for inches. 1/25.4 was wrongly used,
2020-11-09 12:35:14 +01:00
alafr
5bf974a0e8
Draft: Conform to vocx-fc's review
...
- check for Part.Shape as it was before, to avoid any risk of breaking other tools
- change the order of Draft tests
2020-10-31 14:17:21 +01:00
alafr
6a299ac3f6
DraftGeomUtils: formatting
...
Restore a change from commit #97235de that i accidentally deleted during conflict resolution
2020-10-31 14:17:16 +01:00
alafr
e66ec4b659
DraftGeomUtils: import FreeCAD as App
2020-10-31 14:17:13 +01:00
alafr
163e2460b0
Fix missing import
2020-10-31 14:17:10 +01:00
alafr
3186ddd029
DraftGeomUtils: Doctstring formatting
...
Adress vocx-fc's review
2020-10-31 14:17:07 +01:00
alafr
2ae2129383
Draft: test for DraftGeomUtils.get_extended_wire
2020-10-31 14:17:05 +01:00
alafr
bac868a298
Draft: Add geometry functions for Arch Structure
...
* get_referenced_edges(property_value): returns the Edges referenced by the value of a App:PropertyLink, App::PropertyLinkSub or App::PropertyLinkSubList property.
* get_placement_perpendicular_to_wire(wire): returns the placement whose base is the wire's first vertex and it's z axis aligned to the wire's tangent.
* get_extended_wire(wire, offset_start, offset_end): returns a wire trimmed (negative offset) or extended (positive offset) at its first vertex, last vertex or both ends. For example:
get_extended_wire(wire, -100.0, 0.0) -> returns a copy of the wire with its first 100 mm removed
get_extended_wire(wire, 0.0, 100.0) -> returns a copy of the wire extended by 100 mm after it's last vertex
2020-10-31 14:16:50 +01:00
Roy-043
bbddf0501c
Draft: Draft_Dimension_linked_geometry_fix
...
Linked geometry was not handled if the selected edge started or ended at vertex zero.
2020-10-29 19:26:55 +01:00
Yorik van Havre
43596a68af
Merged crowdin translations
2020-10-28 12:04:37 +01:00
Yorik van Havre
57fbb63b8d
Updated ts files
2020-10-28 10:46:51 +01:00
Yorik van Havre
f58f808d53
Draft: Added TechDraw patterns
2020-10-26 11:52:14 +01:00
Yorik van Havre
0b609773fe
Arch: fixed placement of Space label on TD pages
2020-10-26 10:35:40 +01:00
luz paz
27fc4d6c7e
Fix various typos [skip-ci]
2020-10-24 12:25:46 +02:00
marioalexis
1aa371a819
Draft: Fix logical error in is_line function
2020-10-22 17:14:46 +02:00