wmayer
23288e7b01
Points: fixes #5785 : a python method to convert a Shape into a point cloud without extra dialog but parameter
2022-06-21 15:25:53 +02:00
wmayer
9d0c787f03
Mesh: replace boost::bind with std::bind
2022-06-21 15:23:47 +02:00
wmayer
b159415cba
Tools: add script to create snapshots in headless mode
2022-06-21 12:55:17 +02:00
wmayer
8499e8fba6
Gui: expose SoQtOffscreenRenderer to Python
2022-06-21 12:55:17 +02:00
wmayer
8a81ff174b
Mesh: reduce the use of const_cast in Mesh module
2022-06-21 12:20:37 +02:00
sliptonic
3fe41efa9f
Merge pull request #7056 from Kuzma30/toolbit_tr
...
[Path] Add localization for PathToolBit and update Path.ts
2022-06-20 17:20:32 -05:00
sliptonic
d27819c6b4
Merge pull request #6637 from sliptonic/feature/camotics
...
[Path] Feature/camotics
2022-06-20 13:48:54 -05:00
sliptonic
f59c260315
Resolving bugs and rebasing for 0.21 merge
2022-06-20 13:09:09 -05:00
wmayer
3c1c4a13e8
Test: [skip ci] test for fixed Rotation::inverse()
2022-06-20 12:39:22 +02:00
wmayer
89b53f205e
Path: fix warning: extra ';' inside a struct/class [-Wextra-semi]
2022-06-20 11:34:31 +02:00
marioalexis
f5c5de9d61
Base: Fix wrong function name in RotationPy documentation.
2022-06-20 02:12:16 +02:00
Uwe
552e0bdd3a
[core] update version number
...
NOTE: this is purposely version 0.21, despite the release goal is 1.0
Since we issue weekly builds, people might otherwise misunderstand the version
So first when the release goal is reached, FreeCAD becomes version 1.0
2022-06-20 00:56:55 +02:00
Kuzemko Alexsandr
a7e3d5eea6
[Crowdin] Add new texts for translation from Path ToolBit
2022-06-19 20:49:37 +03:00
Kuzemko Alexsandr
a1cdb6d3be
[Path] Add localization for PathToolBit
2022-06-19 20:47:07 +03:00
Uwe
75ce475d86
[skip CI] [Path] fix typo
...
I just introduced
2022-06-19 18:43:50 +02:00
Uwe
61be686687
[Sketch] remove unnecessary Boolean comparisons
2022-06-19 18:35:52 +02:00
Uwe
8a9c0801c7
[Path] remove a unnecessary Boolean comparison
2022-06-19 18:32:54 +02:00
Uwe
5f50d1e588
[Image] remove more unnecessary Boolean comparisons
2022-06-19 18:32:06 +02:00
Uwe
19cfe956d1
[Robot] remove unnecessary Boolean comparisons
2022-06-19 18:24:36 +02:00
Uwe
ca93124421
[Meh] Core: remove unnecessary Boolean comparisons - part 2/2
2022-06-19 18:22:22 +02:00
Uwe
1b73fbf645
[Meh] Core: remove unnecessary Boolean comparisons - part 1
2022-06-19 18:12:56 +02:00
Uwe
c78775163e
[Meh] Gui: remove unnecessary Boolean comparisons
2022-06-19 18:00:46 +02:00
Uwe
f67c2be7fa
[Path] cleanup formatting of Area.cpp/.h
...
- MSVC always kind of "stumbled" over this file, therefore it was on my ToDo lost to let run MSVC's syntax unification over this file
- still many MSVC warnings, but now some less
2022-06-19 17:49:08 +02:00
sliptonic
b96a643565
Working on simulation
...
working on camotics with multiple file output and tests
2022-06-19 10:47:25 -05:00
Uwe
d74fdebd11
[Path] remove unnecessary Boolean comparisons
2022-06-19 17:28:08 +02:00
Uwe
80919201fc
[Image] remove unnecessary Boolean comparisons
2022-06-19 17:13:25 +02:00
Uwe
c92739a95d
[Point] remove unnecessary Boolean comparisons
2022-06-19 17:10:55 +02:00
Uwe
c795967bd2
[Reverse Engineering] remove unnecessary Boolean comparisons
2022-06-19 17:07:02 +02:00
Uwe
3060e6197b
Revert "remove unused python<3.6 code"
...
This reverts commit 62d8116bb8af1df8b971bb591611356111a4488c.
2022-06-19 16:23:13 +02:00
Christoph Moench-Tegeder
ecc3fb7218
fix Expressions assignment for FreeBSD
...
Just like Apple, FreeBSD uses clang as it's main compiler, and thus
runs afoul of the same problem in src/App/PropertyExpressionEngine.cpp
like Apple (issue #5281 ): "error: no viable overloaded '='".
Extend the fix from #5281 for the BSDs (check macro FC_OS_BSD) -
at least OpenBSD uses clang, too (maybe this check should be reworked
to test for clang, but I can't test on Apple, so let's keep this fix
minimalistic).
References: #5281
2022-06-19 16:14:10 +02:00
marioalexis
af94c6c9b7
Base: Set angle in Rotation::inverse function
2022-06-19 15:44:05 +02:00
andrea
9b640f10cf
remove unused python<3.6 code
2022-06-19 15:33:44 +02:00
Uwe
2be61a64c5
[TD] remove unnecessary Boolean comparisons
2022-06-19 15:20:03 +02:00
Uwe
d215b28eba
[Part] remove unnecessary Boolean comparisons
2022-06-19 15:19:13 +02:00
Uwe
881b168beb
[App] remove unnecessary Boolean comparisons
2022-06-19 15:18:34 +02:00
Uwe
a04db55476
[Base] remove unnecessary Boolean comparisons
2022-06-19 15:17:50 +02:00
Uwe
0828d769e8
[Gui] remove unnecessary Boolean comparisons
2022-06-19 15:17:01 +02:00
Uwe
a289ec4a06
[FEM] fix a variable casting
...
- reported by MSVC not to cast a float to a double but as double directly
- also remove some superfluous Boolean comparisons
2022-06-19 15:15:18 +02:00
sliptonic
f4f23d45aa
icon
2022-06-18 16:34:53 -05:00
sliptonic
2ce452efc7
Fixes for output naming in path sanity
2022-06-18 16:34:53 -05:00
sliptonic
003dea189a
fix output elements
2022-06-18 16:34:53 -05:00
sliptonic
25fb8d03eb
Improve the output splitting
...
Add ability to substitute tool name, op name, or fixture name in filename
Add unit tests
2022-06-18 16:34:52 -05:00
Wanderer Fan
4f03c996bd
[TD]fix ProjGroup view spacing
2022-06-18 14:34:28 -04:00
Wanderer Fan
2a03c3a38c
[TD]fix dimension update on scale change
2022-06-18 14:34:28 -04:00
Uwe
9ca09017c0
[Gui] View.cfg: fix typo
2022-06-17 01:30:11 +02:00
Uwe
380000cb30
[Gui] Add more general color settings to Preference Pack
...
- also sort the file entries
2022-06-17 01:23:09 +02:00
Uwe
30989389af
[Gui] Add more saving view data in Preference Pack
...
- it was reported that the user-visible settings like the NaviCube size etc. cannot be saved via a preferences pack
2022-06-17 01:21:28 +02:00
Chris Hennes
8062d28bad
Gui: Add saving view data in Preference Pack
2022-06-16 11:48:47 -05:00
wmayer
464e1951b0
Spreadsheet: add tests for merging cells and binding cells
2022-06-16 15:05:43 +02:00
wmayer
30f50740d8
Part: [skip ci] add tests for ruled surfaces
2022-06-16 11:48:27 +02:00