Bernd Hahnebach
beb34b7062
FEM: result task panel, really reset result mesh
2020-01-06 01:07:50 +01:00
Bernd Hahnebach
018d5d8d6f
FEM: mesh view provider, expose some C++ methods to Python
2020-01-06 01:07:47 +01:00
Bernd Hahnebach
c1adfa76f8
FEM: result mesh task panel, add comment
2020-01-06 00:23:49 +01:00
Bernd Hahnebach
eab5a6aa66
FEM: result task panel, reset mesh color on exit
2020-01-06 00:02:33 +01:00
Bernd Hahnebach
58017f02a6
FEM: gmsh tools, code formating
2020-01-06 00:02:26 +01:00
Bernd Hahnebach
50c76181af
Material: code formating, spaces
2020-01-06 00:02:20 +01:00
Bernd Hahnebach
dee8a4075b
Draft: workaround for error on document loading
2020-01-05 22:16:15 +01:00
Bernd Hahnebach
ed922537b0
FEM: material task panels, add some newlines on logs
2020-01-05 19:26:10 +01:00
0penBrain
1276920fea
[Sketcher] Better ToggleActiveConstraint icon by @bitacovir
2020-01-05 15:32:55 +01:00
0penBrain
e88eecc754
[Sketcher] Improve ToggleActiveConstraint icon (mainly increase disambiguation with ToggleConstraint icon)
2020-01-05 15:32:55 +01:00
Joshua Call
61c88918bc
Rename Sketcher icons
...
Renamed Sketcher_AlterConstruction.svg to
Sketcher_ToggleConstruction.svg, and renamed the original
Sketcher_ToggleConstruction.svg to Sketcher_ToggleConstruction_old.svg
as per the directions of vocx in this forum post:
https://forum.freecadweb.org/viewtopic.php?f=21&t=42131&p=357725#p357725
2020-01-05 15:29:47 +01:00
sliptonic
c43315728c
Merge pull request #2861 from mlampert/bugfix/various
...
Path: various bugfixes
2020-01-04 14:32:02 -06:00
WandererFan
0ef89a9e57
[TD]fix Section label
2020-01-04 08:19:11 -05:00
Markus Lampert
81f809cfcf
Removed dead code for debugging shortcut warnings.
2020-01-03 23:13:55 -08:00
Markus Lampert
487cfd1a68
Fixed removal of 2d objects from engrave ops
2020-01-03 23:03:43 -08:00
Markus Lampert
80e57ebcc7
Added support for BaseShapes back into Engrave op
2020-01-03 20:00:44 -08:00
Markus Lampert
af45192916
Added support for flipping a BezierCurve edge
2020-01-03 19:00:15 -08:00
Markus Lampert
06007c6bbe
Fixed engraving support for generic b-spline curves
2020-01-03 19:00:15 -08:00
Markus Lampert
a33af45aa2
Fixed extension generation for arcs if the length is larger than the arc radius and the direction is an inset.
2020-01-03 19:00:15 -08:00
Markus Lampert
b8e92ba958
Fixed segfault if some extensions end up being not valid.
2020-01-03 19:00:15 -08:00
Markus Lampert
f7527927c6
Enable loop detection if it /could/ succeed but don't actually calculate it until activated.
2020-01-03 19:00:15 -08:00
Markus Lampert
4d88018edf
Sorting edges before making a wire is required for all edges to be included, issue #4219
2020-01-03 19:00:15 -08:00
Markus Lampert
a0d7174a3d
Allow deletion of dressup even if model is not setup correctly.
2020-01-03 19:00:15 -08:00
Markus Lampert
edd46bc7d0
Deletion of dogbone dressup should not rely on the model being properly setup.
2020-01-03 19:00:15 -08:00
Bernd Hahnebach
ca939e2f77
FEM: result task panel, some more comments
2020-01-04 01:34:02 +01:00
Bernd Hahnebach
e1f5c989dc
FEM: result mesh reset, some comments
2020-01-04 00:58:03 +01:00
Bernd Hahnebach
3b69f8bcdb
FEM: result task panel, some comment for restore resutls
2020-01-04 00:57:53 +01:00
wmayer
4df6373457
fixes #0004158 : FreeCAD crashes when deleting spline [skip ci]
2020-01-03 14:24:53 +01:00
wmayer
ec18f070d1
Spreadsheet: [skip ci] fix regression when pressing Return/Enter when completion list is shown
2020-01-01 10:43:12 +01:00
wandererfan
7e3197abe0
[TD]fix Dimension selection issues
2019-12-31 17:28:41 -05:00
wmayer
40ed5df69f
Spreadsheet: [skip ci] fix inconsistent German translation
2019-12-31 17:37:49 +01:00
Zheng, Lei
d5a4996d25
App: fix Expression _moveCells()
...
The problem is caused by not refreshing ObjectIdentifier internal cache
after change.
2019-12-31 15:23:03 +01:00
WandererFan
36d158ac1b
[TD]support Pyramid in Balloon
2019-12-31 08:11:40 -05:00
WandererFan
3c97d0b9e8
[TD]support pyramid arrow in leader
2019-12-31 08:11:40 -05:00
WandererFan
ac680bf9b7
[TD]add arrow style - Pyramid
...
- contributed by @lidiriel
2019-12-31 08:11:40 -05:00
wandererfan
dcc2790834
[TD]fix potential nullptr while restoring
2019-12-30 18:20:48 -05:00
wmayer
977f5c28f2
PartDesign: [skip ci] replace int with proper enum type
2019-12-30 17:19:59 +01:00
Zheng, Lei
c9f6e5c37f
PartDesign: improve SubShapeBinder transformation cache
2019-12-30 17:17:14 +01:00
Zheng, Lei
474d874955
Part: add TopoShape::getSub(Topo)Shapes()
2019-12-30 17:17:14 +01:00
Zheng, Lei
7dffaf43c8
PartDesign: fix SubShapeBinder lost of placement
2019-12-30 17:17:14 +01:00
Rajendra Pardeshi
28d67eba2e
Issue ID 0004230 : Fixing a crash in chamfer command. Putting a null check for the function return value
...
[skip ci]
2019-12-30 15:49:51 +01:00
PushKK
ae7ebde4e3
[skip ci] Update Fem_ru.ts
...
Fix error in Russian translate "Fixed".
2019-12-30 13:55:03 +01:00
Grey Christoforo
c0ebcbee48
fix brick01 file name
2019-12-29 21:25:14 +01:00
carlopav
5ad41e27c2
[Draft] Auto add new object to App::Part
...
Auto add object to part container if active and if no other autogroup object is selected by the user.
Note that object placement is automatically corrected to not jump over space.
[Draft] App::Part autogroup point object
2019-12-29 20:25:50 +01:00
wmayer
a9f820470b
fix some const correctness
2019-12-29 17:13:18 +01:00
wandererfan
e33a90dc50
[TD]adjust symbol location for font and text
2019-12-29 09:39:47 -05:00
wandererfan
4cca918a76
[TD]fix #4234 initial display of section label
2019-12-29 09:39:47 -05:00
carlopav
87970248a5
[Draft] getGroupContents and App::Part
...
App::Part contained objects should not be moved if also App::Part is moved
2019-12-29 15:24:14 +01:00
wmayer
ad95219129
set explicit utf-8 encoding for some Python modules
2019-12-29 14:00:08 +01:00
wmayer
e900384250
declare getMDIView and getMDIViewPage as const
2019-12-29 13:55:39 +01:00