Uwe
065e87f313
[Part] Extrusion: stop if intermediate shape is Null
...
besides the error message, we need to raise an error
- also fine-tune the wording
2022-01-31 01:07:33 +01:00
Uwe
d455783ebe
[Part] Extrusion: fix logic issue
...
has actually no influence on the output but is important to understand the logic of the code
2022-01-31 00:23:33 +01:00
Uwe
647b54302f
[Part] Extrusion: fix CI compiler warning
...
fixes "warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int'"
2022-01-30 22:46:07 +01:00
Uwe
754fc5f9ae
[Part] Extrusion: code simplification and documentation
...
- in order for the pending PR to add tapered padding/pocketing
2022-01-30 19:37:41 +01:00
Uwe
7c55db58d1
[Part] Extrusion: handle also complex nested structures
...
- there can be strange cases with structures all intersecting each other. Their extrusion has no practical use case but we must avoid that such structures results either in an infinite loop or in an invalid geometric result.
2022-01-30 18:43:11 +01:00
Uwe
55f71f4015
[Part] Extrude: fix a thinko introduced by previous commit
...
- the handling of all inner wires must be done within the recursion
2022-01-30 17:41:40 +01:00
Uwe
29997d5e71
[Part] Extrusion: simplify code by using full recursion
...
- the recursion can be done completely by one void
- also add a brief description of this void
2022-01-30 16:53:44 +01:00
luz paz
a5135efd87
TD: cleanup after #5457 [skip ci]
...
Fix header uniformity
Fix grammar
Fix trailing whitespace
2022-01-30 10:38:55 -05:00
Uwe
8eab4a397e
[Part] Extrusion: code optimizations
...
kudos to @marioalexis84
2022-01-30 06:02:37 +01:00
Uwe
63c864c5b6
[Part] Extrusion: taper nested wires properly
...
addendum to commit cce730c79
Now also wires nested by more than one level are supported.
The possible nesting is infinite.
2022-01-30 05:52:43 +01:00
marioalexis
062e30d42f
Gui: Fix some docstrings in Selection module
2022-01-29 23:53:33 +01:00
mwganson
c63c3e6538
Part.show() python return the new document object instead of None
2022-01-29 23:50:43 +01:00
Uwe
99d9e781fc
[Part] Extrude: remove unused variable
2022-01-29 23:18:11 +01:00
Uwe
cce730c79d
[Part] handle inner wires for Extrude ( #5367 )
...
* [Part] handle inner wires for Extrude
this is a PR to make Extrude handle inner wires of sketches.
2022-01-29 21:50:55 +01:00
edi271
a26933bf4c
[TD] Include Intersection method into DrawUtil class
2022-01-29 14:49:44 -05:00
edi271
cd4da51e60
[TD] Insert new tool Area Annotation
2022-01-29 14:49:44 -05:00
Wanderer Fan
cc770208ea
[TD]migrate DrawingWB projection functions to TechDrawWB
2022-01-29 14:49:15 -05:00
Uwe
71913a497f
[App] fix compiler warning
...
warning C4305: 'argument': truncation from 'double' to 'float'
2022-01-29 19:07:03 +01:00
wmayer
ec2fc59fde
App: add a function to document observer to be notified if the active document changes
2022-01-29 18:33:39 +01:00
wmayer
38321cc2e9
App: rework ColorGradient and allow to easily extend it with further color models
2022-01-29 15:29:07 +01:00
wmayer
43ffd70111
App: code cleanup of Color models
2022-01-29 11:58:05 +01:00
marioalexis
0620911da1
Gui: Change signature in some Python Selection module functions
2022-01-29 11:09:33 +01:00
marioalexis
cf2e1a0aa5
Gui: Improve docstrings of Python Selection module functions
2022-01-29 11:09:33 +01:00
marioalexis
19668d2924
Gui: Add option to enable/disable text cursor blinking
2022-01-29 11:05:31 +01:00
wmayer
8da66398ad
Gui: supprt PrefQuantitySpinBox by PreferenceUiForm
2022-01-29 07:48:41 +01:00
luz paz
93fee152e5
Ignore revs w/ 'header uniformity' from git blame history [skip ci]
...
Results from `git log --pretty=format:"%H %s" | grep -i "header uniformity"`
```
eef27b845f Start: header uniformity + whitespace management + misc. pep8 fixes
a5bfba2665 PD: Adjust header uniformity
bfc8111d19 Cam: Adjust header uniformity
e901e584ac Path: fix file header uniformity
3da6ced354 Fix header uniformity
4543c98267 MeshPart: fix header uniformity + remove superfluous whitespace (#5135 )
c4b1ec01ba Main: fix header uniformity + trailing whitespace
2a8c1271d5 Draft: fix header uniformity + trailing whitespace
7c43b059df Part: fix header uniformity + trailing whitespace
5bd5f3a963 Spreadsheet: Fix header uniformity + trailing whitespace
5abfdb1405 ReverseEngineering: Fix header uniformity + trailing whitespace
298c677873 Gui: Fix header uniformity, whitespace, and doxygen fixes
d5f6c096b8 Base: Fix header uniformity, whitespace, and doxygen
d84071275a Surface: Fix header uniformity, whitespace, and doxygen header
bfdffb50be App: Fix header uniformity, trailing whitespace, and doxygen headers
59fcb80a80 Web: Fix header uniformity, whitespace, doxygen headers
31c0099a59 Test: Fix header uniformity, whitespace, doxygen headers
67381e9579 Arch: Fix header uniformity and remove trailing whitespace
a3cb87b117 TechDraw: Header uniformity and whitespace fixes
b75cd3dd52 Path: Fix header uniformity and remove trailing whitespace
ae7cb9e300 Draft: [skip ci] Fix header uniformity
8fb5c65736 Arch: [skip ci] fix header uniformity
c7f9874422 ReverseEngineering: [skip ci] Fix header uniformity
9d4b58ae85 Robot: [skip ci] fix header uniformity + trailing whitespace
d923798946 [skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
f11783a498 src/Gui: [skip ci] fix header uniformity
6f11ed298a src/Base: [skip ci] fix header uniformity
4f308dc03c src/App: [skip ci] fix header uniformity
b2ffebf1c0 Sketcher: [skip ci] fix header uniformity
53bb216b57 Part: [skip ci] fix header uniformity
d38f18af23 PartDesign: [skip ci] fix header uniformity
1baf5da3cf FEM: [skip ci] fix header uniformity
7fe10182a9 [skip ci] fix header uniformity
0c6786d4bf Templates: fix header uniformity
cbdba0b5bb TD: fix header uniformity
```
2022-01-28 14:11:38 -06:00
Roy-043
45ef3ed2fb
Update gui_orthoarray.py
2022-01-28 14:01:42 -06:00
Roy-043
acf88af89e
Update gui_beziers.py
...
Oops copy-paste error... Fixed.
2022-01-28 14:01:42 -06:00
Roy-043
fd2f964b6b
Update gui_beziers.py
2022-01-28 14:01:42 -06:00
Roy
d5615fc6a6
Draft: Fix several translation issues
2022-01-28 14:01:42 -06:00
Wanderer Fan
27691073e1
[TD]restore missing import statement
...
missing import in initGui preventing start of workbench
2022-01-28 09:50:59 -05:00
wmayer
54e2eabccb
Fem: for view provider of post-object enable two-side rendering because the coloured object could look broken depending on the range of the color bar
2022-01-28 11:24:36 +01:00
wmayer
2886ca0185
App: include header with export macro
2022-01-28 11:21:26 +01:00
Chris Hennes
063905adfd
Addon Manager: Run uninstall.py when uninstalling AddOn
2022-01-27 23:34:18 -06:00
Chris Hennes
88f6b2f432
Addon Manager: Translation cleanup
...
pylupdate does not extract translations when f-strings are used for the
translated text, so all f-strings are migrated to calls to format().
Several other minor translation issues are also addressed.
NOTE: This code has been run through the Black reformatter, which adds
trailing commas in many places that the stock Qt 5.x pylupdate does not
recognize. This code must be processed with the corrected pylupdate to
generate the correct translations.
2022-01-27 23:11:31 -06:00
Mateusz Skowroński
2f7b919671
Qt::TextColorRole is obsolete. Use ForegroundRole instead.
2022-01-27 14:37:50 -06:00
0penBrain
420d54340a
[TD] Prevent crash when snapping leader line
2022-01-27 15:13:03 -05:00
sliptonic
8419d53392
Merge pull request #5442 from sliptonic/bug/translationAreaOp
...
[PATH] Bug/translation cleanup (surface, waterline, propertybag, area ops)
2022-01-27 11:39:44 -06:00
Chris Hennes
97cc2cf16c
AddonManager: Correct bug with older Qt data
2022-01-27 10:48:25 -06:00
Chris Hennes
e296aa6973
Addon Manager: Eliminate use of QDeadlineTimer
...
This class is apparently missing in some installs of Qt 5.11.3, so
remove the use of it.
2022-01-26 23:14:00 -06:00
benj5378
96b8a6e87b
Black
2022-01-27 09:44:44 -05:00
benj5378
8d7c92ece4
Remove unused modules and variables
2022-01-27 09:44:44 -05:00
benj5378
bc392faf56
Refactor counting for moved views
2022-01-27 09:44:17 -05:00
benj5378
918be1d102
Black
2022-01-27 09:44:17 -05:00
benj5378
2babd6d483
Remove unused modules
2022-01-27 09:44:17 -05:00
Wanderer Fan
4da3c21dcf
[TD]Allow override of dimension line angles
2022-01-27 09:42:49 -05:00
wmayer
7ef448572d
Fem: fix possible crash when loading a VTK file
2022-01-27 10:37:16 +01:00
Chris Hennes
bfada57b0f
Addon Manager: Refactor to eliminate extra event loop
2022-01-26 22:02:08 -06:00
Uwe
20f422f76d
don't force CRC
...
Forcing CRC (cyclic redundancy check) is the safest method but when installing silently
one gets a shop popup about the ongoing CRC and this was reported as bug.
As solution just turn CRC on and users of the silent installer mode can omit the CRC
by setting a flag.
2022-01-27 03:57:40 +01:00
Chris Hennes
f045a0b6f1
Addon Manager: Improve startup speed
2022-01-26 18:41:14 -06:00