Uwe
|
2eb3447694
|
[FEM] remove unused header introduced by previous commit
|
2022-03-24 03:05:48 +01:00 |
|
Uwe
|
b0b243bee7
|
[FEM] scale fix for post meshes
- post result meshes must inherit the parent scaling
- also change Scale to enum as proposed by @wwmayer
|
2022-03-24 02:37:10 +01:00 |
|
sliptonic
|
05a8b67dce
|
Merge pull request #6649 from sliptonic/bug/5832
[Path] Fixes #5832
|
2022-03-23 18:51:20 -05:00 |
|
luz paz
|
089c975a73
|
FEM: minor fix in warning text [skip ci]
|
2022-03-23 23:59:22 +01:00 |
|
wmayer
|
97330443a2
|
All: modernize C++11
* replace deprecated headers
|
2022-03-23 22:44:18 +01:00 |
|
Uwe
|
8d618d44c0
|
[FEM] post object: some whitespace and style fixes
all made by MSVC
|
2022-03-23 21:51:25 +01:00 |
|
sliptonic
|
d4623baf0a
|
Expose PocketLastStepOver property
Property can be useful to fine tune the last stepover for some shapes
|
2022-03-23 15:10:34 -05:00 |
|
Uwe
|
06622dfc85
|
[PD] Task dialogs: remove unused headers
|
2022-03-23 19:43:47 +01:00 |
|
Uwe
|
e92fbceb7e
|
[PD] Helix: catch case of touching Helix
when the helix touches itself along a single helical edge one gets a cryptic error.
This PR gives the user feedback what is going on.
|
2022-03-23 19:29:23 +01:00 |
|
Uwe
|
ea81ce76b4
|
[PD] fix #6482
The idea with the large factor, introduced in #5363 fixed real bugs, so it should not be reverted.
However we must compensate the factor at the path position movement. Otherwise we get wrong helix positions when the angle is negative.
The PR was tested with the files in the bug reports:
https://forum.freecadweb.org/viewtopic.php?f=3&t=65136
https://forum.freecadweb.org/viewtopic.php?p=572618#p572618
|
2022-03-23 19:29:02 +01:00 |
|
wmayer
|
7ae9fc0d67
|
Fem: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
51b94abfde
|
Start: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
ead5154b18
|
Sketcher: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
d231a7c7db
|
Reen: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
7b591da9f5
|
Path: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
b5c71395f1
|
Measure: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
98b69b8fb9
|
Inspection: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
d1459f6d32
|
Import: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
618deb751f
|
Draft: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
46117f0ae1
|
Drawing: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
2c229d3bc0
|
Spreadsheet: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
80ca13c667
|
Raytracing: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
aada33a574
|
Web: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
f19ab55b48
|
Surface: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
fb4e8e871b
|
Cloud: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
1c93e5ac87
|
MeshPart: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
be16b749b5
|
Mesh: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
a99be14233
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
3608ee7f51
|
PD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
068c0e5a98
|
Part: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
f265c15ac0
|
Robot: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
91d679dbc4
|
Image: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Uwe
|
2f0a2b79eb
|
[PD] ShapeBinder: re-add an include that I recently incorrectly removed
|
2022-03-23 18:58:36 +01:00 |
|
wmayer
|
96adb98f46
|
Gui: modernize C++11
* use nullptr
|
2022-03-23 18:41:21 +01:00 |
|
wmayer
|
3bdf1fecce
|
App: fix for Py3.8 or newer
|
2022-03-23 18:03:58 +01:00 |
|
Uwe
|
9581790055
|
[App] intermediate compilation fix
- needed for the CI as well as for MSVC
|
2022-03-23 17:52:52 +01:00 |
|
Uwe
|
348562ddcc
|
[FEM] header files: remove unused includes
|
2022-03-23 17:36:08 +01:00 |
|
wmayer
|
749361d2f3
|
App: modernize C++11
* use nullptr
|
2022-03-23 17:29:23 +01:00 |
|
wmayer
|
882e34f2ce
|
Base: modernize C++11
* use nullptr
|
2022-03-23 16:57:25 +01:00 |
|
Uwe
|
5496accd5f
|
[Path] Fixes #5832
Remove unused and confusing spiral and triangle patterns
|
2022-03-23 10:35:58 -05:00 |
|
Uwe
|
6cf4b71b0f
|
[Image] [skip CI] add a comment
|
2022-03-23 16:26:58 +01:00 |
|
Uwe
|
ec113193ef
|
[FEM] revert incorrect header removal
- also add comment to prevent this in future
|
2022-03-23 16:22:57 +01:00 |
|
Uwe
|
0419d2f756
|
[FEM] Electrostatic: read values with its unit
|
2022-03-23 16:03:35 +01:00 |
|
Yorik van Havre
|
ac663cd0c4
|
Qassistant retirement: avoid ref leak
|
2022-03-23 13:19:46 +01:00 |
|
Yorik van Havre
|
d05974b486
|
Qassistant retirement: Added GIL lock
|
2022-03-23 12:00:35 +01:00 |
|
Yorik van Havre
|
950a569b44
|
Merge branch 'master' of github.com:FreeCAD/FreeCAD
|
2022-03-23 10:51:15 +01:00 |
|
Yorik van Havre
|
1dd773e7b3
|
Translations: Merged crowdin strings
|
2022-03-23 10:37:50 +01:00 |
|
wmayer
|
7ff834882e
|
Gui: remove all leftovers of iisTaskPanel
|
2022-03-23 10:37:28 +01:00 |
|
Yorik van Havre
|
eecef83f28
|
Merge pull request #6619 from matthijskooijman/draft-misc-fixes
Draft: Misc fixes
|
2022-03-23 10:30:12 +01:00 |
|
Yorik van Havre
|
36f97d0ea4
|
Translations: updated ts files
|
2022-03-23 10:24:55 +01:00 |
|