wmayer
61ec7268a4
FEM: work around a crash with vtk9 on export of a vtkUnstructuredGrid
2022-04-05 16:27:16 +02:00
sliptonic
602a1c2de7
Merge pull request #6712 from mlampert/bugfix/remove-debugging-globals
...
[PATH] - bugfix/Removed debugging globals
2022-04-05 09:07:42 -05:00
Yorik van Havre
197ae3bc0a
Arch: Fixed IFC import of Rebars
2022-04-05 16:06:22 +02:00
Yorik van Havre
df21082e50
Arch: fixed flipped import of IFC texts
2022-04-05 16:06:00 +02:00
Yorik van Havre
c845270a61
Arch: Fixed text justify in IFC export
2022-04-05 16:03:46 +02:00
Yorik van Havre
ffbe0d1b96
Arch: workaround race condition in building part creation
2022-04-05 16:02:44 +02:00
Markus Lampert
e44c402268
Removed debugging globals
2022-04-04 21:12:45 -07:00
Uwe
78488f21b4
[Path] manual merge of #6580
2022-04-04 01:42:41 +02:00
Syres916
ec2e1115ed
[Part] Helix Default Segment Length to 0.0
...
See https://github.com/FreeCAD/FreeCAD/issues/6559
2022-04-04 00:46:59 +02:00
Chris Hennes
987c69631c
Addon Manager: Disable pip version check
2022-04-03 16:32:33 -05:00
sliptonic
0db3ebf51e
Merge pull request #6705 from sliptonic/bug/pocketmode
...
[Path] fix index error with PocketMode
2022-04-03 09:03:44 -05:00
Chris Hennes
a6c5c12bea
OpenSCAD: Fix difference action bug
2022-04-02 23:29:30 -05:00
sliptonic
73ef1ad2db
[Path] fix index error with PocketMode
2022-04-02 12:30:56 -05:00
Russell Johnson
0d7c1134dd
Path: Correct PocketLastStepOver name
...
Correct case of property name used
2022-04-01 22:31:16 -05:00
Uwe
b5a18cddcb
[FEM] save all UI files using FreeCAD plugin for designer
...
in my FEM work the last weeks, I accidentally used a Qt Designer without a working FreeCAD plugin
2022-04-02 04:06:04 +02:00
Chris Hennes
56795c5083
Addon Manager: Move optional dep check logic
2022-04-01 17:20:20 -05:00
Chris Hennes
24b59171b5
Addon Manager: Optional packages also obey allowlist
2022-04-01 11:50:00 -05:00
wmayer
259cf03b25
Fem/Mesh: force update of shape nodes when changing the transparencies of a color plot
2022-04-01 16:40:34 +02:00
sliptonic
63562e56c2
Merge pull request #6605 from Russ4262/fix/misaligned_extensions
...
Path: Fix some misaligned extensions [Bug]
2022-04-01 09:30:49 -05:00
sliptonic
872db3fc84
Merge pull request #6696 from Russ4262/fix/dressup_path_boundary
...
Path: Correct method name spelling error in Boundary Dressup [Bug]
2022-04-01 09:08:56 -05:00
wmayer
f797292ea6
Mesh: change ViewProviderMeshCurvature::setVertexCurvatureMode to use the alpha value of the returned color for transparency
2022-04-01 12:07:03 +02:00
wmayer
97fbdec88c
Fem: support transparencies of the colour plot in ViewProviderFemPostObject
2022-04-01 10:40:48 +02:00
Uwe
b234c00bcf
[FEM] Material settings dialog: add missing slot and tooltips
2022-04-01 06:21:22 +02:00
Russell Johnson
6ff88cab38
Path: Fix some misaligned extensions
...
This commit also corrects some wire extensions by trimming them with the source model.
2022-03-31 22:33:58 -05:00
Russell Johnson
7a4a9ac3a0
Path: Correct method name spelling error
2022-03-31 22:10:07 -05:00
sliptonic
4dba65bd7b
Merge pull request #6691 from sliptonic/cleanleadinout
...
[Path] cleanup leadinout
2022-03-31 14:57:00 -05:00
Stefan Brüns
21f20065c0
[FEM] Avoid writing parse cache file to non-writable location
...
Creating the parsetab.py cache file in the same location as the tokrules
file will fail when FreeCAD is installed system wide.
Caching provides hardly any benefit here, as it only takes milliseconds,
and may even be negated by the additional required filesystem operations.
The debug output (parser.out) does not provide any useful information
for a regular FreeCAD user.
Fixes (part of) #6315 .
2022-03-31 10:39:49 -05:00
Stefan Brüns
516b9c3bd0
[OpenSCAD] Avoid writing temporary parse cache file
...
Creating the parsetab.py cache file in a system wide fixed location
(e.g. /tmp/parsetab.py) creates problems when a computer is used by
different users. Also the file is never removed, which is not very nice.
Caching provides hardly any benefit here, as it only takes milliseconds,
and may even be negated by the additional required filesystem operations.
Fixes (part of) #6315 .
2022-03-31 10:39:49 -05:00
Yorik van Havre
19feabd072
Merged crowdin translations
2022-03-31 11:41:28 +02:00
Yorik van Havre
d1c88b2486
Merge pull request #6676 from marioalexis84/draft-python2
...
Draft: Remove Python 2 type support
2022-03-31 11:10:07 +02:00
Yorik van Havre
b633b5636a
Updated ts files
2022-03-31 11:02:28 +02:00
Uwe
75a015c925
[FEM] fix crash with result filters
...
fixes #6683
We cannot cast the object type before checking it and in case the object is wrong, the filter cannot be processed and the user needs info about his mistake that he can fix this.
- also some code style fixes by MSVC
2022-03-31 05:14:01 +02:00
Uwe
250695422f
[FEM] fix function selection for cut filter
...
this is the same fix as https://github.com/FreeCAD/FreeCAD/commit/4143f3f62321
for the cut filter
2022-03-31 00:02:48 +02:00
Uwe
71b904e127
[FEM] fix a comparison operator
...
Fixes a mistake I introduced with https://github.com/FreeCAD/FreeCAD/commit/4143f3f62321
2022-03-30 23:54:42 +02:00
Uwe
72248145b8
[Part] repair line endings
...
for an unknown reason MSVC complained suddenly about the line endings in this file
2022-03-30 23:48:54 +02:00
sliptonic
afa04cba89
cleanup
2022-03-30 11:20:27 -05:00
sliptonic
e9af17ce74
Merge pull request #6662 from Russ4262/fix/import_gcode
...
Path: Fixes #6629 - Add missing Job for import G-code [Bug]
2022-03-30 11:16:00 -05:00
sliptonic
8c4eea40db
Merge pull request #6682 from sliptonic/bug/inspecttweaks
...
[Path] Bug/inspecttweaks
2022-03-30 11:10:51 -05:00
Bernd Hahnebach
23214770df
Arch: fix survey tool for Vertexes
2022-03-30 17:35:12 +02:00
wmayer
25434ad3c3
Fem: [skip ci] issue #6673 : selecting a point for the point result filter crashes
2022-03-30 08:23:55 +02:00
Russell Johnson
b9694ee66e
Path: Add 5 unit tests for importing gcode with gcode_pre
2022-03-29 20:57:31 -05:00
Russell Johnson
5c5e513781
Path: Refactor insert() function and catch exceptions
...
Path: Add method to verify dependencies for import
Path: Add label to Custom op referencing imported filename when available
Path: Fix module for command-line usage
2022-03-29 20:57:31 -05:00
Russell Johnson
3952747b62
Path: Allow GUI Job creation without task panel interaction
...
These changes allow for a Job object to be created with view provider support, but without the initial task panel interaction at creation.
This is useful for scripting and other internal Job creation tasks.
2022-03-29 20:57:31 -05:00
Uwe
16ef926fb1
[FEM] improve sphere cut function handling
...
This commit improves https://github.com/FreeCAD/FreeCAD/commit/e22bcb61
it turned out that it is valid to use a sphere being part of a Pipeline A ,a also for filters in a Pipeline B, C etc. Thus we must recompute the whole analysis container
2022-03-30 03:35:13 +02:00
Uwe
573e4cd772
[FEM] fix bug 4 of the cut filter bugs
...
as reported here: https://forum.freecadweb.org/viewtopic.php?p=584217#p584217
2022-03-30 02:57:35 +02:00
Uwe
f2ebc45a30
[FEM] [skip CI] remove superfluous ifs I introduced today
2022-03-30 01:45:59 +02:00
sliptonic
3e3ce1b4a5
[Path] minor tweaks to inspect
2022-03-29 18:38:14 -05:00
Wanderer Fan
a42a932e22
[TD]Fix Extension Icons
...
- icons were causing an error msg from Qt
2022-03-29 19:08:29 -04:00
sliptonic
fce27b94f9
minor fix
2022-03-29 17:46:49 -05:00
sliptonic
fb21f672c6
Merge pull request #6657 from sliptonic/bug/leadinout
...
Bug/leadinout
2022-03-29 17:38:17 -05:00