wmayer
9e8516002b
Part: fixes #0004774 : Datum plane or line is not available in sketch in another body via binder
2021-10-30 22:28:57 +02:00
luzpaz
b488071a55
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luzpaz
30a3ccde46
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
f742cd3c20
Refined code formatting for uniformity
2021-10-30 15:20:28 -04:00
luzpaz
4dcc03cc72
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
580a52f75c
Draft: Fix superfluous whitespace in translations + misc. typos
2021-10-30 15:20:28 -04:00
wmayer
c5b3ee7a72
Part: in ViewProviderSpline use the ViewProviderSplineExtension to avoid code duplication
2021-10-30 17:57:52 +02:00
wmayer
717219bcec
Part: [skip ci] include PartGlobal.h in ViewProviderExt.h
2021-10-30 17:57:11 +02:00
wmayer
b3a6f21866
Part: [skip ci] add PartGlobal.h with export/import macros
2021-10-30 17:29:11 +02:00
Zheng, Lei
a2fb4a5d6d
Minor code change according to suggestions
2021-10-30 12:30:45 +08:00
Zheng, Lei
414ea71a28
Part: fix unnecessary document 'modified' status
2021-10-30 11:02:39 +08:00
Uwe
f58faa607d
Merge branch 'master' into PDEdit
2021-10-30 00:30:14 +02:00
wmayer
971057539f
Unit test: [skip ci] gimbal lock
2021-10-29 20:02:09 +02:00
0penBrain
0bd0ec5ed2
[PartDesign] Remove useless function overriding
...
Double-click is already handled by PartDesign::ViewProvider::doubleClicked()
Overridings in Loft & Pipe brings no specific behavior
By removing overridings, behavioral consistency is improved both in ...
... undo commands & body activation management when PartDesign items ...
... are double-clicked
2021-10-29 17:30:06 +02:00
Roy-043
a624f6a50c
Draft: Fix angle dimension issue
...
If the end points of the selected edges for an angular dimension were (almost) coincident with their intersection, random angles could be calculated. In essence a floating point inaccuracy issue.
2021-10-28 19:29:59 +02:00
wmayer
09e2e7acfa
Sketcher: [skip ci] handle coincident points when trying to create arc/circle
2021-10-28 17:03:11 +02:00
Bernd Hahnebach
5e2bb15999
Arch: import IFC, Materials, make merge materials working on duplicate label setting
2021-10-28 16:02:06 +02:00
Bernd Hahnebach
226e0adab9
Arch: import IFC, Material, small improvement, no changes
2021-10-28 15:45:15 +02:00
Bernd Hahnebach
0a820e92fd
Arch: import IFC, Materials, small code improvements, no changes
2021-10-28 15:43:35 +02:00
Bernd Hahnebach
cd9055c396
Arch: import IFC, use doc identifier instead of FreeCAD.ActiveDocument
2021-10-28 09:49:51 +02:00
Bernd Hahnebach
5f82ec99fc
Arch: IFC export and import, some code formating (only very clearly ones)
2021-10-27 23:10:01 +02:00
Roy-043
8b7718f823
Draft: Fix merge layers
...
The "Merge layer duplicates" Tree view context menu option for LayerContainers did not work.
Additionally:
- Using `openTransaction` and `commitTransaction` is required for the `merge_by_name` function but also for the `add_layer` function. Otherwise undo-redo does not work properly.
- Have replaced `translate("Draft", ...)` with `_tr(...)`.
2021-10-27 08:32:10 +02:00
Bernd Hahnebach
082989ac86
Arch: import IFC, replace project, comment debug print
2021-10-27 08:17:48 +02:00
luz paz
4c754f7af7
Arch: add missing paranthesis to strings
...
Found while approving translations in crowdin
2021-10-26 22:24:38 +02:00
Bernd Hahnebach
f9da862dcc
Arch: import IFC, fix import if replace project and only one building or one storey
2021-10-26 22:18:37 +02:00
Tomas Pavlicek
345dcd5252
[Gui] Issue #3923 - Arbitrary Tree item ordering + tests
2021-10-26 19:09:34 +02:00
wmayer
b60ed6140f
Spreadsheet: [skip ci] update translation
2021-10-26 17:40:48 +02:00
wmayer
c2fdeae7aa
Spreadsheet: [skip ci] add sub-menu text for translation
2021-10-26 17:40:21 +02:00
Bernd Hahnebach
8f9ea8701d
Arch: import IFC, Layers, do not overwrite the imported object color and line color with the default layer values
2021-10-26 16:42:07 +02:00
luz paz
f3631c8ff1
PD: Expose missing commands to translation in Measure dropdown menu
...
Fixes https://github.com/FreeCAD/FreeCAD-translations/issues/6
2021-10-26 10:35:21 -04:00
Bernd Hahnebach
ea355833fd
Arch: import IFC, fix new preference for not importing Layer
2021-10-26 14:02:58 +02:00
Bernd Hahnebach
fc14f67bf6
Arch: import IFC, add preference to not import Layer
2021-10-26 13:52:50 +02:00
Bernd Hahnebach
0685afec7f
Arch: import IFC, some comments
2021-10-26 12:36:37 +02:00
Bernd Hahnebach
326157cae8
Arch: import IFC, materials, improve code but no changes on what is done
2021-10-26 12:25:51 +02:00
Bernd Hahnebach
55851e93eb
Arch: import IFC, fix merge material preference import
2021-10-26 11:24:12 +02:00
Yorik van Havre
13cd1c23ec
Merge pull request #5119 from Roy-043/Draft-Fix-Draft_SelectPlane-ignores-nesting
...
Draft: Fix Draft_SelectPlane ignores nesting
2021-10-25 14:16:44 +02:00
Yorik van Havre
5fcd97b1c6
Merge pull request #5124 from Roy-043/Draft-Fix-snap-cycling-if-length-has-focus
...
Draft: Fix snap cycling if length input has focus
2021-10-25 14:15:13 +02:00
wmayer
ca6d49d080
Mesh: embed Evaluation dialog into a scroll area
2021-10-24 21:36:44 +02:00
wmayer
2808c4bc9c
Mesh: Mesh.createBox() now accepts a bounding box as argument
2021-10-23 18:58:43 +02:00
luz paz
044929342a
Sketcher: fix typos in Constraint Widget
...
- Follow-up to 2f789e6ce7
- Sketcher: fix relevant typos
- Re-Add mistakenly deleted files
- fix build
2021-10-23 18:37:33 +02:00
wmayer
398381c16e
Part: for vertex, edge, wire use BRepExtrema_DistShapeShape to check whether point is inside
2021-10-23 16:39:28 +02:00
Chris Hennes
123906034c
Merge pull request #5122 from Roy-043/Draft-Fix-Draft_Edit-sketch-issue
...
Draft: Fix Draft_Edit sketch issue
2021-10-22 14:59:10 -05:00
Chris Hennes
aed8c5f4fd
Merge pull request #5118 from easyw/master
...
stpZ Import: deleting temp file (result of a previous export)
2021-10-22 13:25:03 -05:00
wmayer
87ad1c0dde
PD: [skip ci] when creating a datum object allow user to create a body if needed
2021-10-22 20:23:16 +02:00
Roy-043
3cb0f20b5a
Update DraftGui.py
...
The Y and Z inputs also require the event filter.
2021-10-22 20:04:06 +02:00
wmayer
45c3cee264
PD: open transaction when calling item of context-menu of sketch based features
2021-10-22 20:01:43 +02:00
Roy-043
d9d8761722
Draft: Fix snap cycling if length input has focus
2021-10-22 19:47:23 +02:00
wmayer
d39233313b
PD: [skip ci] code cleanup
2021-10-22 19:06:57 +02:00
wmayer
3924d41073
Part: do not open a second transaction when there is already a pending transaction
2021-10-22 18:49:49 +02:00
wmayer
e3ebe4bc9f
Mesh: add basic support of 3MF file format
2021-10-22 17:11:16 +02:00