0penBrain
aed8864cd9
Modernize signal/slot connection for real :)
2022-02-08 17:51:36 +01:00
0penBrain
47e7257cd3
Base: introduce uniform scaling of matrix
2022-02-08 17:18:54 +01:00
0penBrain
538f4dd14b
Base: fix move+scale Python error cleaning after parsing args
2022-02-08 17:18:54 +01:00
wmayer
5c9bffb73d
PD: fix 'stack-use-after-scope' crash
2022-02-08 17:16:59 +01:00
luz paz
79aedcabad
Tools: remove py2 support from fcinfo script
2022-02-08 16:29:27 +01:00
wmayer
f14f952c83
Gui: modernize C++11
...
* remove redundant void-arg
* use nullptr
2022-02-08 16:26:07 +01:00
marioalexis
fc6e870a67
Part: Move Part_SectionCut command to Part menu item list
2022-02-08 12:09:09 +01:00
Chris Hennes
4f3e4eff03
OpenSCAD: More fixes from Keith Sloan
2022-02-07 13:15:48 -06:00
JohnHyslop
c282015ceb
TD: Adding more TechDraw svg symbols
...
Per the discussion in https://github.com/JohnHyslop/FreeCAD-SVG-TechDraw=Symbols/issues/1
2022-02-06 19:26:01 -05:00
wmayer
2b8336157b
Gui: implement Inventor node for color legend
2022-02-06 23:14:39 +01:00
wmayer
a0b333ab2c
App: set by default three colors for legend
2022-02-06 23:13:38 +01:00
wmayer
b806115015
Gui: replace floats with SbBox2f in SoFCColorGradient
2022-02-06 14:24:11 +01:00
wmayer
91c0895e26
Test: add unit tests for FreeCAD.Units.toNumber
2022-02-06 12:48:39 +01:00
wmayer
befbd95d64
Base: expose UnitsApi::toNumber to Python
2022-02-06 12:47:57 +01:00
wmayer
243f81fd94
Base: harmonize UnitsApi::toString/UnitsApi::toNumber with UnitsSchema::toLocale
2022-02-06 12:47:13 +01:00
wmayer
5f8bb65757
Base: [skip ci] fix inconsistency in overloaded UnitsApi::toNumber()
2022-02-06 08:49:50 +01:00
Abdullah Tahiri
faf60a5ed4
Sketcher: remove extra semicolon
2022-02-06 07:02:25 +01:00
Ajinkya Dahale
b7fb430e67
[Sketcher] Give knot information in insert knot command
2022-02-06 07:01:47 +01:00
0penBrain
6d890b75c6
[Sketcher] Fix section mode automation
2022-02-06 05:52:51 +01:00
0penBrain
2c2b9752fd
[Sketcher] Fix check for fixed items in tangent+perpendicular
2022-02-06 05:12:15 +01:00
Chris Hennes
fa5cec69f9
Addon Manager: Add timeout to page load
2022-02-05 13:11:10 -06:00
Yann LEROY
cafb8601e0
Base: Remove old unused C-style function
...
Those function was used by a commented code, hence never called.
Since it don't have been change for a long time,
it should be safe to remove them.
2022-02-05 19:03:39 +01:00
mosfet80
2746035850
Update CMakeLists.txt
...
Fix python include.
2022-02-05 17:59:20 +01:00
wmayer
9068dbcdd6
Gui: force a redraw of the 3d view when creating it as otherwise on some systems the bottom and right side of the main window becomes black
2022-02-05 17:56:52 +01:00
wmayer
409d36df30
App: [skip ci] fix regression in ColorGradient/ColorField
2022-02-05 17:54:55 +01:00
wmayer
6a9a3cb08f
Part: [skip ci] add Part unit tests to test Geom2dCircle::getCircleCenter
2022-02-05 16:26:12 +01:00
wmayer
18579134b5
Part: fix possible creation of NaN in Geom2dCircle::getCircleCenter
2022-02-05 16:16:59 +01:00
wmayer
3dc91fa2b8
Part: expose Geom2dCircle::getCircleCenter to Python and fix a regression
2022-02-05 16:07:00 +01:00
Uwe
d938733eaf
[Part] SectionCutting: remove another unused variable
...
strangely MSVC did not report me these, the CI does
2022-02-05 14:45:34 +01:00
Uwe
e1f4fde88b
[3rdParty] fix typo
...
to silence the spellcheking CI
2022-02-05 14:32:26 +01:00
wmayer
ce8df41709
App: fix ColorField::set/ColorGradient::set in case an invalid value range is passed
2022-02-05 14:13:35 +01:00
wmayer
76f17e2935
smesh: suppress -Wcast-function-type
2022-02-05 14:13:05 +01:00
wmayer
4ca4204340
PyCXX: fix warning with function casts for METH_VARARGS or METH_KEYWORDS functions
2022-02-05 14:12:24 +01:00
Uwe
1257c80a79
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2022-02-05 14:09:26 +01:00
Uwe
819f89941b
[Part] SectionCutting: remove unused variable
2022-02-05 14:09:13 +01:00
sliptonic
575f31b886
Merge pull request #5497 from sliptonic/bug/pythonversion
...
[PATH] Toolcontroller import startup bug
2022-02-05 07:07:28 -06:00
wmayer
cf268e6e6e
App: fix Py3.8 warnings
2022-02-05 12:24:36 +01:00
Uwe
9fa035ba22
[Part] Extrusion: reduce angle step size
...
tapered extrudes are mainly used for molds etc, so only a few degrees. The angle step in the properties was already 1° and also Pad/Pocket uses 1° steps
2022-02-05 05:39:40 +01:00
Abdullah Tahiri
91da38ada5
Sketcher: Correct comment
...
========================
6c019ac93f (r64179273)
2022-02-05 05:29:44 +01:00
Abdullah Tahiri
7aefd2366f
Sketcher: Control Polygon incomplete for periodic BSplines
...
==========================================================
Bug fix:
https://forum.freecadweb.org/viewtopic.php?p=565127#p565127
Incorrect indexing of lineset fixed
2022-02-05 05:25:01 +01:00
Uwe
d9f8516c4a
[PD] Extrude: modernize SignalSlot connection
...
as suggested recently by @chennes
2022-02-04 22:20:31 -06:00
Uwe
eb0c313506
[PD] Extrude: handle angle edit visibility
...
- adds missing code to handle the edits for the taper angle
2022-02-05 02:11:14 +01:00
Uwe
bb204842f2
[Part] feature to make persistent section cut views ( #4118 )
...
* [Part] feature to make persistent section cut views
* one aim is to have a feature to make real cuts, not hollow ones like with clipping
* the second one is to have a persistent view, so an object in the tree that can be further exported, meshed etc.
For a detailed description with examples see https://forum.freecadweb.org/viewtopic.php?f=17&t=52441
2022-02-05 01:57:57 +01:00
Mark Ganson TheMarkster
aa76cbc875
[PartDesign Fillet/Chamfer] add UseAllEdges boolean property ( #5340 )
...
- [PartDesign Fillet/Chamfer] add UseAllEdges boolean property
- add UseAllEdges checkbox to fillet and chamfer dialogs
- put UseAllEdges property into Chamfer and Fillet groups, create Fillet group for fillets and put Radius into it, too.
2022-02-05 01:50:51 +01:00
wmayer
9c9ed2847b
App: add missing pragma for GCC diagnostic
2022-02-04 22:38:26 +01:00
wmayer
ef2d2db778
Base: [skip ci] add comment about possible issues with Matrix4D::hasScale()
2022-02-04 20:28:46 +01:00
Chris Hennes
57a5143864
Addon Manager: Fallback when QtWebEngine is missing
2022-02-04 10:28:17 -06:00
sliptonic
4796f7bd41
remove dataclass usage.
...
Fix toolcontroller import bug
2022-02-04 10:19:20 -06:00
wmayer
6b45122a46
Test: add unit tests for matrices
2022-02-04 14:36:02 +01:00
wmayer
eab9afbbad
Base: support of multiplication of a matrix with a scalar, add functions to check whether it's the unit or null matrix
2022-02-04 14:35:27 +01:00