Przemo Firszt
0341137e4f
Switch off mac builds - temporary travis fix
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2020-12-17 17:01:50 +01:00
M G Berberich
f5be329c3f
make the hole-cut-type dropdown-box wider
...
This drop-down box contains long names and did not use the space of
the dialog.
2020-12-17 16:59:26 +01:00
wmayer
b7bd7d229b
Gui: [skip ci] add option to use software OpenGL
2020-12-17 16:27:36 +01:00
Abdullah Tahiri
ccd8551f2b
Sketch: Fix exception on redraw
...
===============================
Fixes:
https://forum.freecadweb.org/viewtopic.php?p=458293#p458293
Rationale:
In order to fix B-Spline pole dragging, the order was inverted.
This fixed the B-Spline pole dragging issue, but introduced a
draw before solve approach that is not consistent with the rest
of the Sketcher.
In my parallel development I had already identified this inconsistency,
switched the order, and provided a new mechanism to fix the issue with
the B-Spline pole dragging. This will be merged as part of another PR.
In the meantime, this PR restores the intended behaviour, and let us
identify if the particular reported exception also happens in other
situations.
2020-12-16 19:35:42 +01:00
Abdullah Tahiri
b7f9cbaf8b
Sketcher: Fix equality constraint command
...
=========================================
For select constraint then click elements mode.
Fixes:
https://forum.freecadweb.org/viewtopic.php?f=10&t=51716&p=458207#p457974
2020-12-16 15:21:21 +01:00
Abdullah Tahiri
40a2e52bc0
Sketcher: Fix crash on applying angle constraint on arc
...
=======================================================
The GeoId passed was Constraint::GeoUndef (-2000).
Fixes:
https://forum.freecadweb.org/viewtopic.php?f=10&t=51716&p=458202#p458160
2020-12-16 14:20:02 +01:00
Yorik van Havre
0a60d49953
Merge pull request #4025 from travisapple/master
...
New WebGL Exporter
2020-12-16 12:07:17 +01:00
Yorik van Havre
cfa0be32f0
Merge pull request #4148 from mroote/update_fcinfo_py3
...
Update fcinfo script for py3 compatibility
2020-12-16 11:49:00 +01:00
wmayer
5b4c61e175
Path: [skip ci] fix TooltablePy::getTools to avoid possible double destruction of a Tool instance
2020-12-16 10:34:24 +01:00
Mitch Roote
ea5d2efabe
Update fcinfo script for py3 compatibility
2020-12-15 11:10:40 -05:00
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
sliptonic
417dc2519a
Merge pull request #4143 from mlampert/bugfix/vcarve-depth
...
Path: Bugfix/vcarve depth
2020-12-14 17:18:30 -06:00
travisapple
09e87baa74
Merge branch 'master' into master
2020-12-14 11:47:09 -08:00
sliptonic
98fa847820
Merge pull request #4141 from gauna85/PathToolcontroller
...
Path: Added missing signal-connection causing spindle speed not to be updated using ToolControllerDlg Bug 4479
2020-12-14 12:28:56 -06:00
sliptonic
d0232264a6
Merge pull request #4136 from gauna85/PathEngrave
...
[Path] Sort edges before splitting at selected vertex
2020-12-14 12:27:54 -06:00
sliptonic
4f0239a3ec
Merge pull request #4132 from gauna85/Path
...
[Path] Check if startpoint is not lower than bounds in order to work always …
2020-12-14 12:21:20 -06:00
wmayer
544beb54e7
Path: [skip ci] fix memory leak in TooltablePy::getTools()
...
For some background information see: https://forum.freecadweb.org/viewtopic.php?f=15&t=50583&start=20#p457516
2020-12-14 17:19:52 +01:00
Zheng, Lei
6d1518f7e0
Part: improve TopoShape::findPlane()
...
Make the returned plane normal consistent with the underlying face
geometry.
2020-12-14 16:04:40 +01:00
Yorik van Havre
f54b452327
Draft: Hide undo button from modify operations
2020-12-14 15:21:25 +01:00
Yorik van Havre
9c1c6f02ed
Merge pull request #4121 from everlanes/TechDraw_Segfault
...
[TD] Check return value of getMDIViewPage() a second time
2020-12-14 12:43:28 +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
bae52813df
Merge pull request #4109 from donovaly/TD-dimensioning-fix
...
[TD] treat dimensions the same way, no matter if with unit or not
2020-12-14 12:08:46 +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
Yorik van Havre
8aa4e821c5
Merge pull request #4069 from aapo-aapo/TD-Balloon-improvements
...
[TD] TechDraw Balloon improvements with two new App::PropertyType properties
2020-12-14 11:56:08 +01:00
Yorik van Havre
1cc31e0d98
Merge pull request #4137 from abdullahtahiriyo/_arc_fix
...
[ARCH] Make ArchWall use Sketcher GeometryFacade
2020-12-14 11:41:16 +01:00
wmayer
91e52cc1b9
Tools: [skip ci] extend doc string of FreeCAD thumbnailer
2020-12-14 11:22:12 +01:00
Chris Hennes
371af865a9
Merge branch 'master' into fixAirfoilImportNumberRegex
2020-12-13 23:02:36 -06:00
Markus Lampert
19cb93302a
Adding g0 to safety to base op so it's applied to all ops
2020-12-13 15:00:05 -08:00
gauna85
7b1a988e25
Merge branch 'master' into PathToolcontroller
2020-12-13 22:17:28 +01:00
Stefan Endres
9930a020c2
Path: Added missing signl-connection causing spindle speed not to be updated using ToolControllerDlg
2020-12-13 22:12:08 +01:00
Markus Lampert
1e4ba68d4b
meld h and v speeds for v-carve commands depending on incline
2020-12-13 11:31:58 -08:00
Markus Lampert
0f987ebcbd
Fixed tool-bit shapes when diameter == shank diameter.
2020-12-13 11:31:58 -08:00
Markus Lampert
202608e77b
Consistent TC naming/labeling, regardless of how created.
2020-12-13 11:31:58 -08:00
Markus Lampert
c9ee75fd4c
Fixed thread-milling icon reference.
2020-12-13 11:31:58 -08:00
Markus Lampert
1622a8bcaf
Fixed v-carve depth calculation in the presence of a bottom diameter, added unit tests and cleaned up the v-bit parameter naming.
2020-12-13 11:31:58 -08:00
gauna85
4b6417ab5a
Merge branch 'master' into Path
2020-12-13 19:35:43 +01:00
Stefan Endres
8992ba4f26
Path: Check if startpoint is not lower than bounds in order to work always from top to bottom
2020-12-13 19:34:02 +01:00
gauna85
683db93515
Merge branch 'master' into PathEngrave
2020-12-13 19:30:40 +01:00
Stefan Endres
c4f3951828
Path: Sort edges before splitting at selected vertex
2020-12-13 19:27:13 +01:00
luz paz
fa7bf5e0ff
Mesh: Uniformity fixes [skip ci]
...
* Sort Mesh.qrc
* Capital Case .svg files
* Rename Tree_Mesh.svg to Mesh_Tree.svg
* Make appropriate changes in the source regarding said name changes
2020-12-13 17:08:22 +01:00
wmayer
0b5c62ddab
Py: [skip ci] replace PyList_Append with Py::List::append
2020-12-13 16:45:06 +01:00
wmayer
64fdf4c799
Py: [skip ci] replace PyList_Append with Py::List::append
2020-12-13 16:44:14 +01:00
wmayer
b3cd06afe8
Py: fix memory leaks by incorrect use of PyList_Append
2020-12-13 16:30:04 +01:00
Abdullah Tahiri
f84df4e944
Arch: Make ArchWall use Sketcher GeometryFacade
2020-12-13 15:36:59 +01:00
Abdullah Tahiri
02a8af773f
Sketcher: Ensure that ViewProvider Geometry extensions is correctly initialised
2020-12-12 16:18:57 +01:00
Abdullah Tahiri
384783dfee
Sketcher: refactor unnecessary dir/angle conversion
2020-12-12 16:18:57 +01:00
Abdullah Tahiri
1255eb2587
Sketcher: ViewProvider fix Weight length when dragging
...
https://forum.freecadweb.org/viewtopic.php?f=10&t=51716&sid=d469aaf654946813912b9419f4fc529f&start=60#p456814
2020-12-12 16:18:57 +01:00