Yorik van Havre
e1823d25e8
Translations ( #16389 )
...
* Translations: Updated ts files
* Translations: Merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-09 18:25:52 +02:00
PaddleStroke
5697087aab
Test: remove unecessary toggle that is failing the test
2024-09-03 18:17:01 +02:00
Álvaro González Vila
b3cc37b2f1
add BOPFeatures to BOPTools __init__.py
2024-09-02 18:11:28 +02:00
CalligaroV
cc5a6a8ac6
Applied review hints
...
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-09-02 18:05:42 +02:00
Zheng, Lei
c68d7edffc
Part/Toponaming: import code for TopoShape::prepareProfiles() from LS3
...
* import code
2024-09-02 18:05:42 +02:00
CalligaroV
7d9cb71b4d
Part/Toponaming: import code for TopoShape::prepareProfiles() from LS3
...
* add test for issue #15735
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-09-02 18:05:42 +02:00
bgbsww
891f012264
Fix #16013 ( #16090 )
...
* Fix #16013
* Fix #16013
2024-09-02 18:00:47 +02:00
bgbsww
d1ac4551aa
Cleanup element map in Revolution and add test ( #15959 )
2024-09-02 17:59:44 +02:00
bgbsww
608c80b5a3
Toponaming: Remove remaining FC_USE_TNP_FIX defines
2024-08-31 13:21:10 -05:00
Florian Foinant-Willig
fad86f4fbc
[PD] Fix Pad a Plane attached Sketch upto a Plane ( #16056 )
2024-08-31 13:09:39 -05:00
Chris Hennes
9742a67cba
Merge pull request #16129 from FEA-eng/compound_merge_tip
...
Fix incorrect Compound merge tip
2024-08-31 11:41:12 -05:00
FEA-eng
fbb77eb86d
Part: Update DlgImportStep.ui
2024-08-29 10:05:33 +02:00
Yorik van Havre
2c17bf7200
Merged crowdin translations
2024-08-28 17:51:34 +02:00
Yorik van Havre
0f30e525f5
Updated ts files
2024-08-28 17:50:59 +02:00
wmayer
c30d42c441
Core: Rename ViewProviderPythonFeature to ViewProviderFeaturePython
...
Fixes #15888
2024-08-26 18:14:22 +02:00
bgbsww
e4a509cc77
Toponaming: Remove all FC_USE_TNP_FIX protected old code
2024-08-26 11:12:48 -05:00
bgbsww
cb59c2ed63
Horrible hack to work around bug in OCCT7.7.2
2024-08-26 18:09:38 +02:00
wmayer
1df78febf3
Part: Prepare for clang-format
2024-08-26 17:56:58 +02:00
bgbsww
f9e79d851d
Ignore standalone points in sketches when building faces
2024-08-26 17:51:29 +02:00
bgbsww
5c2bd8b57e
Update to Toposhape versions and fix shapebinder references with test ( #16036 )
...
* Update to Toposhape versions and fix shapebinder references with test
* Update src/Mod/PartDesign/PartDesignTests/TestShapeBinder.py
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-08-26 10:50:18 -05:00
Chris Hennes
63f8b6c0a9
Part: Fix compilation with Qt6/MSVC
...
-/permissive does not allow the original unwrapped call to ParseTupleAndKeywords
2024-08-23 20:45:26 -05:00
bgbsww
9de8fc9bec
Fix shape color / materials issues in fuse
2024-08-22 18:53:55 -05:00
bgbsww
e020d9d5aa
Toponaming fix #15969 following LS3 code change
2024-08-22 18:52:22 -05:00
wmayer
7d492c9f64
Building: Boost dependency errors
...
Fixes #15999
2024-08-22 18:50:24 -05:00
bgbsww
27423dbb39
Toponaming: Support disabling hashing; getting element history
2024-08-22 11:24:09 -05:00
wmayer
c4a506146f
Part: Make ViewProviderPart::applyMaterial more robust
...
* Fixes hard crashes and throw an exception if value is out of range
* Fixes several linter warnings
2024-08-21 18:40:27 +02:00
hlorus
8b52025e9c
Measure: Apply global placement when retrieving shape
2024-08-19 12:16:19 -04:00
CalligaroV
14efdadd91
Part/Toponaming: align TopoShape::findSubShapesWithSharedVertex() to LS3
...
* added test for issue #15539
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-08-19 10:53:31 -05:00
bgbsww
cb3df1d59c
Toponaming: Fuse call makeElementRefine; remove deprecated refineSha… ( #15897 )
...
* Toponaming: Fuse call makeElementRefine; remove deprecated refineShapeIfActive
* Part/Toponaming: import code for MultiFuse::execute() from LS3
* added expected values of testRefine
Co-authored-by: Zheng, Lei <realthunder.dev@gmail.com >
Co-authored-by: CalligaroV <vincenzo.calligaro@gmail.com >
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-08-18 11:49:05 -05:00
bgbsww
07d84d8a6e
Toponaming: Match findSubShapesWithSharedVertex exception suppression
2024-08-12 11:59:08 -04:00
bgbsww
da61574bb4
Toponaming: Squash to one index character in element names
2024-08-11 13:29:40 -04:00
bgbsww
5b7e03013e
Toponaming: Fix transformed; abstract index element name generation
2024-08-10 23:02:05 -04:00
bgbsww
959fa6b628
Toponaming: Refactor out duplicated code using elementMap()
2024-08-10 10:47:01 -04:00
bgbsww
a0b44f8405
Toponaming: Fix PropertyTopoShape restore; tweak Loft test; missing TopoShape method.
2024-08-07 20:31:21 -05:00
bgbsww
8b6b43b073
Toponaming: add code to implement guessing missing references
2024-08-05 11:01:46 -05:00
Yorik van Havre
23a9f47780
Translations ( #15689 )
...
* Updated ts files
* Merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-05 10:42:18 -05:00
Chris Hennes
369a2f7654
Merge pull request #15652 from kadet1090/ui-fixes
...
Gui: Cosmetic Fixes
2024-07-29 11:26:58 -05:00
bgbsww
d0abd4e5ad
Toponaming: Final piece nine of fixing Save/Restore sketch external geometry
2024-07-29 09:38:21 -05:00
Zheng, Lei
257ab460e2
Toponaming: Bring in updateLinks changes
2024-07-29 09:38:21 -05:00
Kacper Donat
484199dbce
Gui: Remove unnecessary minimumSizes from Preferences
...
QT treats setting minimum size very seriously - it applies even if
the size required by the control is smaller than specified resulting in
rendering too small controls.
2024-07-28 00:00:09 +02:00
Kacper Donat
9f1fd5a2b4
Gui: Fix minor preference pages issues
2024-07-27 20:29:38 +02:00
bgbsww
9f2210313d
Toponaming: Tests, cleanup, and fix axis drawing
2024-07-26 11:49:56 -04:00
bgbsww
1eda66dfd8
Cleanup, format
2024-07-24 16:41:15 -04:00
Zheng, Lei
38269241e6
Toponaming: Transfer in getHigherElement
2024-07-24 15:10:42 -04:00
bgbsww
077f3b3ab4
Toponaming: Clean code, apply remark recommendations and Tweak tests
2024-07-22 12:55:23 -04:00
Zheng, Lei
62d1c300fb
Toponaming: Bring in composite shapes for findSubshapesWithSharedVertex ( searchSubShape )
2024-07-22 12:51:25 -04:00
Chris Hennes
42bbd953f9
Merge pull request #15501 from bgbsww/bgbsww-toponamingSaveRestore4
...
Toponaming: Transfer in getLinksTo
2024-07-22 11:23:12 -05:00
bgbsww
678f35fda2
Toponaming: Cleanup
2024-07-21 17:40:42 -04:00
Zheng, Lei
a322f100f1
Toponaming: Transfer in getLinksTo
2024-07-21 17:36:50 -04:00
Chris Hennes
a8ec527cab
Merge pull request #15535 from bgbsww/bgbsww-toponamingSaveRestore3plus
...
Refactor all elementname pairs into clearer struct names
2024-07-21 11:40:39 -05:00