BHennen
74b9d81e7d
Add offset options to Draft PathArray ( #8295 )
...
* Add offset options to Draft PathArray
Allows user to specify a starting and ending offset to items in Draft PathArrays.
* [Draft] path array offset
---------
Co-authored-by: Roy-043 <info@b-k-g.nl >
2023-03-11 15:54:25 +01:00
Roy-043
9edb675328
[Draft] fix regression introduced with #8433 ( #8840 )
2023-03-11 13:35:24 +01:00
luzpaz
01e8bbc2bf
Fix various typos and whitespace
2023-03-10 14:40:46 +01:00
Yorik van Havre
53bc32b03e
Draft: Fixes grid on/off behaviour - fixes #5878
...
- If grid is on and auto grid on: Grid always appears
- If grid is on and auto grid off: Grid off at start, on when using a tool, off afterwards
- If grid is off: Grid never appears
2023-03-10 12:19:27 +01:00
Yorik van Havre
66405dc50d
Draft: Added LayerManager command from BIM
2023-03-09 14:26:09 +01:00
Yorik van Havre
1366e066b4
Merge pull request #8698 from Jolbas/draftvecutil
...
Return pure rotation from getPlaneRotation()
2023-02-28 09:45:57 +01:00
Yorik van Havre
217aace518
Merge pull request #8686 from yorikvanhavre/translations
...
Crowdin translations
2023-02-28 09:37:32 +01:00
Yorik van Havre
5b208f6998
Merge pull request #8626 from yorikvanhavre/remove-six
...
Arch, Draft: Remove use of six module
2023-02-28 09:35:52 +01:00
Jolbas
202a6ca6b8
return pure rotation from getPlaneRotation()
2023-02-28 01:07:56 +01:00
Yorik van Havre
be6a654b3e
merged crowdin translations
2023-02-27 16:01:15 +01:00
Yorik van Havre
2cd27ce328
updated ts files
2023-02-27 15:35:51 +01:00
Roy-043
92125dc850
[Draft] increase number spinboxes max in array task panels to 1 million ( #8628 )
...
The default max for spinboxes is 99. This PR increases it to 1 million for the number spin boxes of the array task panels.
2023-02-24 16:16:46 +01:00
Yorik van Havre
a095085258
Draft: Removed six module
2023-02-24 13:20:58 +01:00
luzpaz
a3e41c07e8
Fix source comment and documentation typos
...
[skip ci]
2023-02-17 08:32:03 -06:00
luzpaz
5f07b4999d
Draft: fix typos
2023-02-15 13:13:29 +00:00
Roy-043
b461e81dc6
[Draft] typo: object name should be capitalized ( #8484 )
2023-02-14 15:44:26 +01:00
Yorik van Havre
0566d90cc5
merged crowdin translations
2023-02-13 15:45:26 +01:00
Yorik van Havre
63e4a36000
updated ts files
2023-02-13 15:45:26 +01:00
Roy-043
d4e76f9c07
[Draft] fix #8433 regression ( #8452 )
2023-02-12 14:22:52 +01:00
luzpaz
5f487cadce
Draft: [skip ci] fix typo in source comment ( #8434 )
...
Fixed typo in `draftutils/gui_utils.py`
2023-02-11 21:02:27 +01:00
Roy-043
9c44d85161
[Draft] fix diffuse color issue when creating arrays ( #8436 )
2023-02-11 18:57:28 +01:00
Roy-043
84e609b469
[Draft] some arrays did not have a Count property ( #8433 )
2023-02-11 17:09:02 +01:00
Roy-043
4337885383
[Draft] update of Draft_Clone related to gui_utils.get_diffuse_color ( #8430 )
2023-02-11 16:21:18 +01:00
Roy-043
9224946bec
[Draft] fix Draft_Mirror diffuse color issue. ( #8427 )
2023-02-11 11:18:00 +01:00
Roy-043
8a47d5ffbe
[Draft] fix Draft_Clone DiffuseColor delay issue during unit test ( #8386 )
2023-02-07 22:40:29 +01:00
Yorik van Havre
d8b0e64e14
Merged crowdin translations
2023-02-07 15:55:31 +01:00
Yorik van Havre
94cd431eb2
updated ts files
2023-02-07 15:55:31 +01:00
Roy-043
99ad01cda9
[Draft] fix ang dim arrows alignment issue related to asin ( #8368 )
2023-02-06 14:01:08 +01:00
Roy-043
e883e9b89e
Draft: add delay in the Draft_Clone unit test ( #8363 )
2023-02-05 21:59:39 +01:00
Roy-043
3eaff64025
Draft: fix normal calculation for angular dims
2023-02-03 15:44:27 +01:00
Roy-043
1e03fddb67
Draft: housekeeping: remove obsolete code (uiMode and DraftGui.py) ( #8327 )
2023-02-02 23:24:27 +01:00
Roy-043
6da0eec51a
Draft: subelement mode ignored nesting ( #8319 )
2023-02-02 11:49:55 +01:00
Roy-043
f9cdaaf3d9
Draft: fix issue with undo ( #8267 )
2023-01-31 21:38:19 +01:00
Yorik van Havre
80c68fa4df
Merged crowdin translations
2023-01-30 10:04:15 +01:00
Yorik van Havre
81552acdeb
update ts files
2023-01-30 09:55:26 +01:00
Roy-043
9feffc20e0
Draft: Update test_modification.py ( #8273 )
2023-01-27 14:21:55 +01:00
Roy-043
1664d0ed66
Draft: fix gui_offset.py issue caused by PR8207
2023-01-24 15:02:38 +01:00
Uwe
b05813fc3d
[Draft] fix compilation after #8234
2023-01-23 15:29:04 +01:00
Roy-043
633a89debf
Draft: V0.18 VisGroups were not handled ( #8234 )
2023-01-23 11:27:52 +01:00
Yorik van Havre
433b17b829
Merged crowdin translations
2023-01-23 11:25:49 +01:00
Yorik van Havre
48fdd4896a
Updated ts files
2023-01-23 10:41:33 +01:00
Uwe
551dfa1b11
[Draft] attempt to fix CI error after d3d2d2405e
2023-01-22 21:24:49 +01:00
luzpaz
a4239ccfcf
Draft: fix trailing whitespace
2023-01-22 20:26:40 +01:00
Roy-043
811fbe6e34
Draft: housekeeping: remove temporary DraftFillet module ( #8233 )
2023-01-22 20:03:58 +01:00
Roy-043
1eddd842f9
Draft: rotate.py: remove Placement.rotate() workaround ( #8230 )
2023-01-22 16:29:15 +01:00
Roy-043
96e62f07eb
Draft: improve color handling in gui_setstyle.py ( #8219 )
...
Alhpa values of colors were not correct.
2023-01-22 11:18:17 +01:00
Roy-043
f7a072b7c7
Draft: Fix and improve Draft_AnnotationStyleEditor ( #8207 )
...
* Draft: Fix and improve Draft_AnnotationStyleEditor
* Draft: Fix and improve Draft_AnnotationStyleEditor 2
2023-01-21 10:28:47 +01:00
Roy-043
af0ec2aec6
Draft: Improvements related to #8081 ( #8211 )
...
DisplayMode of Text was not updated. Some houskeeping
2023-01-20 20:33:35 +01:00
Yorik van Havre
5033f64ce9
Merged crowdin translations
2023-01-17 09:40:31 +01:00
Yorik van Havre
12239f7f99
Updated ts files
2023-01-17 09:24:46 +01:00