Chris Hennes
a29d5239f0
AddonManager: Work around thread-safety issue in update
2022-05-27 15:24:34 -05:00
wmayer
2303fd808a
Part: apply OCC's fix for ElSLib::ConeDN and write a unit test
2022-05-27 14:44:35 +02:00
Yorik van Havre
2dffe82cda
Merged crowdin translations
2022-05-27 11:28:55 +02:00
Zheng, Lei
eb79bb0a51
Part: fix ruled surface transformation problem
2022-05-27 03:52:17 +02:00
mwganson
4f300abf32
Part: Link support -- replace TopoShape.getSubShape() with Part::Feature::getTopoShape(obj, elementname, true).getShape() in order to support use of App::Link sublinks.
2022-05-27 03:52:17 +02:00
wmayer
939fc77b39
Mesh: [skip ci] add 3mf format to export dialog
2022-05-26 10:51:43 +02:00
marioalexis
2e5a9604c5
PartDesign: Remove redundant comparision with null pointer
2022-05-26 02:14:30 +02:00
0penBrain
927084a213
Draft: force length unit in grid spacing in SelectPlane
2022-05-25 09:54:34 +02:00
0penBrain
272ab6ff72
Draft: fix issues with grid spacing parameter
2022-05-25 09:02:12 +02:00
wmayer
d92c018eb6
PD: fixes #6451 : Face color of PartDesign Body not exported to STEP
2022-05-24 16:42:27 +02:00
wmayer
fc9e19aafb
Test: [skip ci] add unit tests for PR #6907
2022-05-24 14:17:44 +02:00
Uwe
9cca501eea
[CMake] remove traces of assembly module
...
the assembly module was removed for FC 0.20 but it appears still in CMake as build option.
This PR tries to remove the remaining traces (maybe more needs to be done?)
2022-05-23 19:06:32 +02:00
Kuzemko Alexsandr
c266f16c53
Update .ts with lupdate ver 6.4.0.
2022-05-23 16:53:07 +02:00
Wanderer Fan
68ca847c56
[TD]fix checkFit to use current scale
2022-05-22 18:03:44 -04:00
Chris Hennes
c1442ee1d4
PD: Typo fix
2022-05-21 18:09:51 -05:00
wmayer
1f170e3d23
Mod: handle removed headers in PCH files for OCC 7.6
2022-05-21 06:28:07 +02:00
wmayer
296cbd8482
Spreadsheet: fix possible crash in SheetModel::setData
...
See also: https://forum.freecadweb.org/viewtopic.php?f=8&t=68529
2022-05-21 04:07:00 +02:00
wmayer
f2ae822add
Mesh: [skip ci] change icon Mesh_EvaluateFacet.svg
2022-05-20 11:03:07 +02:00
wmayer
c4034cf66e
Mesh: [skip ci] add missing icon Mesh_Pipette.svg
2022-05-19 20:07:04 +02:00
Chris Hennes
c0a7573dc0
OpenSCAD: Fix typo in prototype
2022-05-19 10:12:30 -05:00
Roy-043
ce341084be
Draft: Fix grid update issue
...
If the grid spacing was updated in this sequence: 1 -> 0 -> 1 (or any sequence where the first and last value are equal), the grid would not be redrawn.
2022-05-18 22:49:05 +02:00
sliptonic
0744837113
Merge pull request #6887 from sliptonic/bug/6826
...
fixes #6826 . Simplifies logic for calculating helix stepovers
2022-05-18 08:58:11 -05:00
Wanderer Fan
f90660eb12
[TD]fix handling of translated enumeration
2022-05-17 20:04:19 -04:00
wmayer
cad6882025
Mesh: issue #6131 : Colors set prior to saving aren't retained when re-opening file
...
Note: A mesh feature must have a PropertyColorList property with the name FaceColors or VertexColors. The colors won't be set when loading a project but in the context-menu there is the function 'Display colors'
2022-05-17 16:43:53 +02:00
wmayer
eaaed0d81c
Mesh: [skip ci] use const-reference when iterating over list
2022-05-17 15:52:43 +02:00
wmayer
5b2d712ffe
Mesh: improve OBJ import by allowing arbitrary names for the mtllib file
2022-05-17 15:02:59 +02:00
wmayer
a138706ed4
Mesh: replace several reinterpret_cast with static_cast
2022-05-17 14:33:44 +02:00
Yorik van Havre
d0617ca189
Merge pull request #6896 from FreeCAD/mesh-initpy
...
Mesh: fix pep8 related issues in Init.py
2022-05-17 13:40:00 +02:00
wmayer
a2c24122c0
Mesh: modernize MeshIO classes
2022-05-17 12:20:22 +02:00
wmayer
79d6e85e6f
Mesh: implemented recommended move constructor and move assignment for Point3d
2022-05-17 11:55:33 +02:00
wmayer
abc5413b34
Mesh: avoid problematic const_cast
2022-05-17 11:54:11 +02:00
wmayer
6a3281438f
Mod: whitespace fixes
2022-05-17 11:51:22 +02:00
wmayer
9a7629fccf
Points: fix round-off errors in pcd export
2022-05-17 11:48:58 +02:00
wmayer
4ea3c8678b
Test: [skip ci] test matrix element order
2022-05-17 11:47:40 +02:00
wmayer
72e464b1cc
Conda: ssize_t is a POSIX type and thus not necessarily defined on Windows. Currently this causes build failures with Conda + Py3.10.
...
The solution is to get rid off all occurrences of ssize_t in FreeCAD code
2022-05-17 11:43:40 +02:00
Yorik van Havre
bed5bc053a
Draft: Prevented error when grid size is zero - issue #5427
2022-05-17 10:58:10 +02:00
Yorik van Havre
6150c61d62
Draft: Fixed qt connect style - fixes #6879
2022-05-17 09:58:56 +02:00
wmayer
7e7d368bba
Import: fixes #5793 : DXF export (Autodesk DXF 2D type) doesn't add any UNITS field inside the dxf file
2022-05-17 02:41:02 +02:00
luz paz
ad067cdf7e
[TestWB] fix source comment typo in
...
[skip ci]
2022-05-17 02:28:47 +02:00
luz paz
d4adc5893a
Mesh: fix pep8 related issues in Init.py
...
Added `import FreeCAD`
Added missing whitespace after commas
Removed DOS line endings
2022-05-16 16:44:00 -04:00
Chris Hennes
3aa2920e33
Draft: fix SVG rotation around non-origin center
...
Fixes #6869
2022-05-16 11:10:04 -05:00
sliptonic
33369998c2
fixes 6826. Simplifies logic for calculating helix stepovers
2022-05-16 10:58:04 -05:00
wmayer
4393dfae8c
Test: [skip ci] unit test for Commands related to PR #6889
2022-05-16 13:33:32 +02:00
Yorik van Havre
d85cea7e7d
Arch: fixed window for good this time
2022-05-16 13:21:52 +02:00
wmayer
f4a0387dc9
Test: unit test for sub-objects related to PR #6888
2022-05-16 11:29:18 +02:00
Yorik van Havre
c72d865b6e
Arch: Fixed mistake in last commit
2022-05-16 10:42:09 +02:00
wmayer
4107b00781
Sketch: fixes #6890 : Problem with Grid size preference
2022-05-16 10:18:42 +02:00
Yorik van Havre
b4ee9b62ae
Arch: Fixed default component type for new windows
2022-05-16 09:34:14 +02:00
wmayer
fbb992b578
Test: unit test for sub-objects related to PR #6838
2022-05-14 16:32:19 +02:00
Wanderer Fan
61526b83fc
[TD]mark literals for translation
2022-05-13 13:41:37 -04:00