wmayer
ab0b63e1e3
PD: Avoid touching the document when opening pad or pocket dialog
2024-11-28 17:11:42 +01:00
wmayer
2b4b8e4479
PD: Cleanup code of TaskRevolutionParameters
2024-11-22 11:59:21 -05:00
mwganson
fb642e9c9f
[PartDesign] change claimChildren() function to include all profile objects except for other Part Design features
2024-11-22 11:51:30 -05:00
wmayer
01f5095aa8
PD: Fix convoluted event handling of dress-up task boxes
2024-11-22 11:55:46 +01:00
Alfredo Monclus
78d57469af
fix(PD): initialization of thread class and fit
2024-11-11 18:18:30 +01:00
Yorik van Havre
56a897cc96
Translations ( #17725 )
...
* 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-11-11 17:01:52 +01:00
wmayer
6b490fc8af
PD: Fix default display mode of ViewProviderBoolean
...
Make sure that by default display mode is set to 'Flat Lines' instead of 'Group' as otherwise it won't show the result object
2024-11-05 16:24:33 -05:00
wmayer
4ac5c0bbed
PD: If needed open another transaction for sketch creation
...
When creating a sketch in PartDesign a dialog is opened that gives the user the possibility to perform another action that may close the
active transaction. To make sure the creation of the sketch can be undone a new transaction must be opened.
2024-11-03 00:16:26 +01:00
mwganson
4fd0e2c89d
[PartDesign Groove/Revolution] minor dialog improvements, addresses issue #13298
2024-10-27 12:12:36 +01:00
wmayer
de647c5324
Fix compiler warnings
2024-10-26 00:48:04 +02:00
PaddleStroke
66d50e9b6e
Update Workbench.cpp
2024-10-24 21:52:38 -05:00
PaddleStroke
b1d5d4c105
Part Design: Remove legacy/modern workflow checks.
2024-10-24 21:52:38 -05:00
David Carter
e4bf988db2
Materials: Child ignoring parent material
...
Inherit the material from the parent object when creating a new object,
such as during a boolean operation, or when extruding a sketch.
fixes #15503
2024-10-21 18:20:20 +02:00
mwganson
82e285424f
[PartDesign DuplicateSelected] do not put duplicated feature into active body if it is already in another body -- addresses issue #6278
2024-10-21 17:37:15 +02:00
Florian Foinant-Willig
c8a5bdc59d
Fix uptoshape crash when selecting a face without assigned shape
2024-10-17 20:26:14 -05:00
Florian Foinant-Willig
57db5acfbb
PartDesign: Fix body shape not updated
2024-10-16 08:33:02 -05:00
Yorik van Havre
d79015a908
crowdin translations
2024-10-14 17:56:08 +02:00
Yorik van Havre
a698c75581
updated ts files
2024-10-14 17:56:08 +02:00
wmayer
e6f5946a9b
PD: Disable PartDesign_CompDatums & PartDesign_CompSketches if dialog is open
...
A group command is not disabled if its default command is disabled. This allows it to invoke the command when it should be impossible.
To fix the problem override the isActive() method in the sub-classes CmdPartDesignCompDatums & CmdPartDesignCompSketches
This fixes #16294
2024-10-14 17:55:12 +02:00
wmayer
f26c696500
PD: Fix crash when clicking on invalid edge in task panel
...
Fixes #10843
2024-10-13 13:34:14 -05:00
Florian Foinant-Willig
151be5af1a
Fix duplicate calculation at Task validation
2024-10-07 17:46:21 +02:00
Yorik van Havre
3395a8d4a7
Translations ( #16754 )
...
* 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-09-23 14:09:56 -04:00
Benjamin Nauck
779fda5e4a
Reuse Std_Delete shortcut instead of hardcoding Delete ( #16682 )
...
* Reuse Std_Delete shortcut in TaskBooleanParameters
* Reuse Std_Delete shortcut in TaskDressUpParameters
* Reuse Std_Delete shortcut in TaskLoftParameters
* Reuse Std_Delete shortcut in TaskPipeParameters
* Reuse Std_Delete shortcut in TaskSapeBinder
* Reuse Std_Delete shortcut in TaskTransformedParameters
* Reuse Std_Delete shortcut in TaskExtrudeParameters
* Reuse Std_Delete shortcut in TaskSections
* Reuse Std_Delete shortcut in MaterialSave
* Reuse Std_Delete shortcut in Array2D
* Reuse Std_Delete shortcut in TaskFemConstraint
* [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-23 10:53:39 -05:00
Yorik van Havre
b97362bf0a
Translations ( #16582 )
...
* 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-09-19 09:36:54 +02:00
bgbsww
0f5af54069
If we are creating a Sketch inside a Body that is in a link, use link position
2024-09-18 08:35:20 -05:00
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
wwmayer
c5384dc36a
PartDesign: Prepare for clang-format ( #16048 )
...
* PartDesign: Prepare for clang-format
* [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-02 17:48:26 +02:00
bgbsww
608c80b5a3
Toponaming: Remove remaining FC_USE_TNP_FIX defines
2024-08-31 13:21:10 -05: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
Alfredo Monclus
3251400949
fix(PD): threadtype combobox too small for metric fine
2024-08-25 19:35:25 -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
David Carter
5d90969c82
Material: PartDesign DiffuseColor custom attribute
...
PartDesign features did not inherit the custom attribute for
DiffuseColors as expected. The inheritance chain was incorrect. Also
added tests to ensure it's available.
fixes #15364
2024-07-29 11:24:46 -05:00
wmayer
af114a021c
PD: Fix possible crashes in dress-up task panels
2024-07-18 15:13:29 +02:00
wmayer
02dbf3b527
PD: Fix possible crash in primitive dialog
2024-07-18 14:28:52 +02:00
wmayer
010a36df30
PD: Add template helper functions to safely access feature or view provider
...
In subclasses of TaskFeatureParameters use the new helper functions and check for null pointer. This fixes #15453
2024-07-18 13:40:08 +02:00
wmayer
b1029bc682
PD: Replace helper functions in subclasses of TaskDlgFeatureParameters with a template function
2024-07-18 00:02:07 +02:00
wmayer
01d1e2b374
PD: Make blockUpdate private class member
2024-07-17 20:09:53 +02:00
Yorik van Havre
e76b5ec4ca
Merged crowdin translations
2024-07-11 15:07:17 +02:00
Yorik van Havre
1c79768f7d
Updated ts files
2024-07-11 14:56:33 +02:00
Yorik van Havre
78259314e2
Merged crowdin translations
2024-07-09 08:52:17 -05:00
Yorik van Havre
f325fdbace
Updated ts files
2024-07-09 08:52:17 -05:00
Max Wilfinger
8ff5a1f688
Fix source string typos mentioned on Crowdin ( #15261 )
2024-07-08 17:18:31 -05:00
wmayer
e9f3178715
MSVC: Fix warning C4005: 'NOMINMAX': macro redefinition
2024-07-05 17:04:43 +02:00
wmayer
fc9a8f4e76
PD: Remove dead code from workbench class
2024-07-05 15:32:52 +02:00
FEA-eng
b6d8771dd3
PD: Update Workbench.cpp
2024-07-05 12:09:04 +02:00
wmayer
4ba4b08747
PD: Reformat TaskThicknessParameters
2024-07-04 22:24:15 +02:00
wmayer
04ff80b18f
PD: Refactor TaskThicknessParameters
2024-07-04 22:24:15 +02:00