wmayer
af18a9ea3b
Sketch: fix build failure
2022-09-01 17:07:53 +02:00
wmayer
086ce2d34c
Mesh: add support of thumbnails of 3MF format
2022-09-01 16:49:00 +02:00
Syres916
9ff0ae58da
[Path] Change Default Retraction from G99 to G98
...
See discussion https://forum.freecadweb.org/viewtopic.php?f=15&p=622670#p622670
2022-09-01 10:56:13 +01:00
Roy-043
0179afbe8a
Draft: Fix workingplane auto alignment to Front view
2022-09-01 09:54:09 +02:00
wandererfan
fbfac41c82
[TD]fix face centerline
...
- centerlines were being added to geometry in postHlrTasks,
but some CL depend on faces and so we move to
onFacesFinished.
2022-08-31 17:18:48 -04:00
wandererfan
dd14b42829
[Sketcher]make cursor coord display unit aware
2022-08-31 16:31:27 -04:00
wmayer
ea8cf94991
Mesh: [skip ci] include header in source file
2022-08-31 17:37:06 +02:00
wmayer
fcc9d1fc84
Mesh: avoid to create an extra tmp. copy of MeshObject
2022-08-31 17:13:15 +02:00
wmayer
16c73780b9
Mesh: add exporter class for 3MF format
2022-08-31 17:11:15 +02:00
wmayer
580c124b22
Mesh: improve 3MF support
2022-08-31 17:07:44 +02:00
Yorik van Havre
9b5cf1537d
Merge pull request #7354 from Roy-043/Draft-add-tolerance-to-boundbox-check-in-intersections.py
...
Draft: add tolerance to BoundBox check in intersections.py
2022-08-31 11:47:24 +02:00
Yorik van Havre
97ff522bb4
Merge pull request #7368 from ebrahimraeyat/master
...
Arch: removing unnecessary 'if' conditional check
2022-08-31 11:29:21 +02:00
wmayer
61b92666e1
Mesh: refactor mesh exporter classes
2022-08-31 10:07:57 +02:00
wandererfan
2b5452d19d
[TD]fix perspective projection
...
- the logic for the perspective option with the precise
HLR algo was inadvertently removed in the multithread
modifications.
2022-08-30 19:10:16 -04:00
wandererfan
5ea33e9c4b
[TD]fix too large page on print
2022-08-30 12:20:56 -04:00
wmayer
d371abf6f5
Mesh: move 3MF writer to its own class
2022-08-30 12:00:23 +02:00
wmayer
97967743a4
TD: modernize C++: replace 'typedef' with 'using'
2022-08-30 10:59:39 +02:00
wmayer
c3279b82b4
Mod: modernize C++: replace 'typedef' with 'using'
2022-08-29 23:21:15 +02:00
wmayer
a7bf7869ae
Sketcher: modernize C++: replace 'typedef' with 'using'
2022-08-29 23:13:16 +02:00
wmayer
2ae40e006c
Points: modernize C++: replace 'typedef' with 'using'
2022-08-29 22:57:24 +02:00
wmayer
55bfdfb6d7
Path: modernize C++: replace 'typedef' with 'using'
2022-08-29 22:21:01 +02:00
wmayer
6d4f95650c
PD: modernize C++: replace 'typedef' with 'using'
2022-08-29 22:20:49 +02:00
wmayer
c6a208bb18
Part: modernize C++: replace 'typedef' with 'using'
2022-08-29 19:31:50 +02:00
wmayer
7eb30ca5c7
MeshPart: modernize C++: replace 'typedef' with 'using'
2022-08-29 18:36:52 +02:00
wmayer
fd4e2c967b
Mesh: modernize C++: replace 'typedef' with 'using'
2022-08-29 18:30:53 +02:00
wmayer
e205daa43d
Mod: modernize C++: replace 'typedef' with 'using'
2022-08-29 16:21:46 +02:00
wandererfan
4310b49a8b
[TD]replace GeometryObject only after all changes are done
2022-08-28 15:52:23 -04:00
wandererfan
4bdbacda75
[TD]clazy warning re 3 parameter QObject::connect
2022-08-28 15:52:23 -04:00
Chris Hennes
9ab037b581
Addon Manager: pylint cleanup of Macro class
2022-08-28 13:50:09 -05:00
wandererfan
3e7a22daef
[TD]cosmetic vertex size consistency
2022-08-28 13:13:20 -04:00
wandererfan
dd95969695
[TD]fix crash in Preferences
...
- QGVPage was not detaching the parameter observer when
deleted, leaving a stale pointer in the list of observers.
2022-08-27 15:50:48 -04:00
agren
90ffdda622
Merge branch 'master' into remove-dead-code
2022-08-26 20:29:39 +02:00
wmayer
1e865c6312
Part: [skip ci] remove support of Py < 3.5
2022-08-26 16:37:35 +02:00
wmayer
89ad254b7c
Base: support of SoFaceSet in InventorLoader
2022-08-26 14:51:43 +02:00
wmayer
6fa3a50149
Mesh: use Base::InventorLoader to load mesh files in .iv format
2022-08-26 12:39:52 +02:00
Chris Hennes
283fec68f8
Addon Manager: Fix bug in updater
2022-08-25 15:57:11 -05:00
Chris Hennes
6ef7ae0404
Addon Manager: Support older git versions
2022-08-25 09:50:12 -05:00
Chris Hennes
3a47916d9b
Addon Manager: Pylint cleanup of utilities
2022-08-25 09:50:12 -05:00
Chris Hennes
a8cb4e7444
Addon Manager: Fix bug in dependency resolver
2022-08-24 12:24:38 -05:00
Chris Hennes
f8567b0975
AddonManager: Refactoring of installer
2022-08-24 12:24:38 -05:00
wmayer
65b22c2f51
Surface: [skip ci] fix minor issues found by code checkers
2022-08-24 18:47:48 +02:00
wmayer
c38d8479bc
Clang: fix clang-diagnostic-error
2022-08-24 17:02:17 +02:00
berniev
6953310116
Mod: Single arg ctors must be explicit
2022-08-24 16:55:20 +02:00
luz paz
4faf443883
stepZ.py: remove remaining mention of gzip_utf8
...
Leftover from 97ec620ff
[skip ci]
2022-08-24 14:40:43 +02:00
wmayer
52845b8c4c
Surface: add unit test for blend curve
2022-08-24 14:37:10 +02:00
wmayer
1ce78efb29
Import: [skip ci] whitespace improvements
2022-08-24 11:55:39 +02:00
andrea
97ec620ff8
remove unused gzip_utf8
2022-08-24 11:48:46 +02:00
wmayer
a899f078bd
CMake: [skip ci] remove trailing whitespaces
2022-08-24 07:46:07 +02:00
Jonas Bähr
a1776d3e74
Fix build on MacOS-X 10.14: missing Xerces include dir
...
This undoes most of the Xerces related part of the commits listed below.
The issue resolved here is that the Xerces include dir *is* set in the
CMakeLists.txt of src/Base, but it got removed from various App and Gui
dirs in src/Mod. If those now include a header from src/Base, which
itself includes xercesc, the build fails using Apple clang version 11.0.0
(clang-1100.0.33.17) on Mojave, configured using cmake 3.22.1, with
errors like the following:
In file included from .../src/Mod/Part/App/FeaturePartBoolean.cpp:34:
In file included from .../src/App/Application.h:33:
.../src/Base/Parameter.h:54:10: fatal error: 'xercesc/util/XercesDefs.hpp' file not found
#include <xercesc/util/XercesDefs.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Finally, a full list of the commits that introduced this spurious include
dir optimization for reference:
- Drawing: commit 96ad045b91
- Image: commit dde71a21d5
- Import: commit c9d28b542f
- Inspection: commit d41f55f382
- Mesh: commit 19072b0538
- Part: commit fe213a48f0
- PartDesign: commit b037d8e240
- Path: commit f23fa31f42
- Points: commit bec723ba17
- Raytracing: commit 08d4ac63a3
- ReverseEnginering: commit 5ca787cb0e
- Robot: commit bad4809a1c
- Sketcher: commit 3c96daf105
- Spreadsheet: commit 66e8a2bef3
- Start: commit c9dee5e70a
- Surface: commit 6b04215be6
- TechDraw: commit 5e6699e48d
- Test: commit ea5b45b92c
- Web: commit ee6d631531
2022-08-24 07:40:04 +02:00
berniev
d66df602ad
App: Single arg ctors must be explicit
2022-08-24 07:20:57 +02:00