wmayer
bec1302fcf
Part: refactor SectionCut
2023-11-02 08:17:06 +01:00
wmayer
25689aa9eb
Part: fix crash in SectionCut
2023-11-02 08:17:06 +01:00
wmayer
d07441a0dd
Part: refactor SectionCut::startCutting()
2023-11-01 16:58:35 +01:00
wmayer
474d5cc037
Part: refactor SectionCut::collectObjects()
2023-11-01 16:58:35 +01:00
wmayer
7f87b917e8
Part: fix manual formatting of SectionCut::setupConnections()
2023-11-01 16:58:35 +01:00
wmayer
a1ecc2b543
Part: refactor constructor of SectionCut
2023-10-30 14:36:18 +01:00
wmayer
85f45c9956
Part: refactor onFlipXclicked, onFlipYclicked and onFlipZclicked of SectionCut
2023-10-30 14:36:18 +01:00
wmayer
c3cd1a1191
Part: Fix Move enum to class with static members, fix & suppress some other lint warnnigs
2023-10-30 14:36:18 +01:00
wmayer
b5bbf5433f
Part: Fix many lint warnings in SectionCut
2023-10-30 14:36:18 +01:00
wmayer
4ade6fbfd5
Part: fix check with wrong pointer
2023-10-30 14:36:18 +01:00
Roy-043
410d4f9f6a
Part: Fix mistake in Part.getShape docstring
...
For confirmation see:
cad29253a4/src/Mod/Draft/draftguitools/gui_selectplane.py (L198)
2023-10-26 10:32:54 +02:00
Rohan Mishra
fa895df1c9
Update PointConstraintPy.xml
...
Issue #10729
Update the API documentation for `src/Mod/Part/App/GeomPlate`
2023-10-26 10:27:12 +02:00
Rohan Mishra
82a74b15c3
Update CurveConstraintPy.xml
...
Issue #10729
Updated the API documentation for `src/Mod/Part/App/GeomPlate`
2023-10-26 10:26:18 +02:00
Roy-043
07210c8378
Updated
2023-10-23 09:19:59 +02:00
Roy-043
61dc74551c
Part: Filter selection GUI texts to sentence case
2023-10-23 09:19:59 +02:00
wmayer
ad77d462df
PD: avoid creation of tmp. std::string in TaskAttacher::onRefName
2023-10-19 15:49:04 +02:00
Adrián Insaurralde Avalos
ed61cbfe91
fix #9348 - Improve Part_Measure_Clear_All tooltip
2023-10-17 17:46:56 +02:00
Rohan Mishra
806fdce9b7
Update MakePrismPy.xml
...
#10773
Solved the issue and Update the MakePrismPy.xml
2023-10-17 17:45:07 +02:00
Victor Predko
f76f842302
File formats: Uppercase file types when importing a file. ( #10977 )
...
* Added uppercase extensions for supported formats
In the file App\Application.cpp
* Added file types in upper case
* Adds uppercase file types to the file import filter.
Fixes #10879
* Added filter for *.fcmacro *.fcscript
2023-10-16 14:40:46 -03:00
wmayer
56820718c5
Core: Revert superfluous changes made with PR #9521
2023-10-09 15:06:45 +02:00
sliptonic
aa82948b27
Merge pull request #9521 from AgCaliva/User/Document/Feature_level_units_selection_#7746
...
Adding "ProjectUnitSystem" support to project files.
2023-10-06 07:56:59 -05:00
wmayer
13cd3b7379
Part: add unit tests for empty face
2023-10-05 08:15:33 +02:00
wmayer
82c7427da9
Part: add unit tests for empty edge
2023-10-05 08:15:33 +02:00
Florian Foinant-Willig
afe8e70b86
Part: fix crash with null face
2023-10-05 08:14:50 +02:00
Florian Foinant-Willig
74a31d1473
Part: fix #10868 crash with null edge
2023-10-05 08:14:50 +02:00
AgCaliva
2212e68a30
merge master via cli
2023-10-04 13:28:48 -03:00
wmayer
255e9eb434
Part: move CmdSelectFilter and friends from core to Part module
2023-10-03 19:26:28 +02:00
wmayer
77f88d39c3
Part: handle Part_SectionCut in WorkbenchManipulator
2023-10-03 19:26:28 +02:00
wmayer
6b6229e352
Part: handle Part_SectionCut in WorkbenchManipulator
2023-10-03 19:26:28 +02:00
wmayer
f48e79cd04
Part: add WorkbenchManipulator to Part module
2023-10-03 19:26:28 +02:00
liukaiwen
18af697795
Merge remote-tracking branch 'origin/master' into remove_redundant_definition
2023-10-02 01:42:37 +08:00
Chris Hennes
5dfd4d5190
Update translations
2023-09-29 22:57:37 -05:00
liukaiwen
4f8fe8fd4a
[cmake] some definitions do not matter build now
2023-09-27 18:17:14 +08:00
AgCaliva
1f9bae0de7
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
2023-09-25 22:58:23 -03:00
Ajinkya Dahale
4435a3974f
[Part] Optimize snippet of code in ShapeMerge.py
...
Some notes:
Earlier, when adding to the list `connected_to`. the numbers are added in order
from `range(len(groups)`, so we are already in order and every `i_group` is unique.
2023-09-25 11:27:55 -05:00
wmayer
563dc0b0cc
Part: Add method Part.Compound.setFaces()
2023-09-25 15:31:30 +02:00
wmayer
83d4080fe8
App: fixes #10460 : App::PropertyPythonObject is not saving data
...
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
luzpaz
274b05cf2d
Part: remove leftover comment markup
...
Closes #10731
2023-09-22 15:56:22 +02:00
Chris Hennes
730d471fb1
Update translations
2023-09-19 22:25:14 -05:00
Chris Hennes
0bbb10864b
Merge pull request #10656 from Ondsel-Development/dim_arc_angle
...
Sketcher_Dimension: Adds arc angle mode.
2023-09-19 12:42:56 -05:00
Pieter Hijma
9ae03a5e87
Part: Fix a missing argument for HLR projector
2023-09-19 09:02:13 -04:00
Paddle
1c8f49ee67
Adds a small convenience function to get arc of circle angle.
2023-09-18 21:33:24 +02:00
AgCaliva
dacb2c43a4
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
2023-09-18 14:01:25 -03:00
wmayer
beb39239f3
Part: fix crash in Geometry::Restore()
...
If a project contains an unknown geometry extension then the attempt to create it returns a null pointer which isn't checked and causes a segmentation fault.
See also forum: https://forum.freecad.org/viewtopic.php?t=81091
2023-09-17 19:29:28 +02:00
AgCaliva
4a504437d3
merge master via cli
2023-09-16 02:12:58 -03:00
AgCaliva
280e5e3987
Fixing DOMDocument redefinition
2023-09-16 00:38:41 -03:00
andrea
ad4f8783e3
removed unnecesary include into cmake
2023-09-15 17:10:00 -05:00
wandererfan
e6fb2c7a88
[Part]allow negative scale factors
2023-09-13 08:13:12 -04:00
wmayer
da6335314d
Part: fix encoding issue in BOPProgressIndicator::Show
2023-09-13 12:04:46 +02:00
wmayer
8597655e6a
Part: move scale command
...
See https://github.com/FreeCAD/FreeCAD/pull/10583#issuecomment-1716187490
2023-09-12 21:19:33 +02:00