Jiří Pinkava
80805910a6
BIM: fix invalid converesion of button to int
2024-09-03 14:30:43 +02:00
Roy-043
cc12721fc3
BIM: Fix Python 3.12 run time error with importers
...
Fixes #16137
Similar to this fix:
https://github.com/FreeCAD/FreeCAD/pull/13337#discussion_r1564806896
2024-08-31 13:17:58 -05:00
Yorik van Havre
b065691032
Merged crowdin translations
2024-08-28 17:51:34 +02:00
Yorik van Havre
5df158352a
Updated ts files
2024-08-28 17:50:59 +02:00
paul
4981dbbe2c
[ArchWall_Draft-OffsetWires] Bug-fix Ellipse Support ( #16038 )
...
* [ArchWall_Draft-OffsetWires] Bug-fix Ellipse Support
Fixed bug/regression in ArchWall/Draft-OffsetWires ellipse support.
FC Forum Discussion
- https://forum.freecad.org/viewtopic.php?p=777965#p777897
* Update offsets.py
Typo
* L347 - trailing whitespace after comma
2024-08-26 18:03:21 +02:00
Roy-043
c2b8414609
BIM: Arch_Survey: Fix concatenate bytes issue
...
The line `t = t.encode("utf8")` returns a bytes object which does not make sense in the context of the rest of the code. It is probably a copy-paste error.
To test the bug:
1. open the file attached to this forum post: https://forum.freecad.org/viewtopic.php?t=89012#p770224
2. Make the rectangles visible.
3. Start the Survey command and box select all objects in the 3D view.
2024-08-26 17:31:59 +02:00
Roy-043
ce11e63958
BIM: Fix oversight in #15530
...
Fix bug introduced in #15530 .
Forum topic:
https://forum.freecad.org/viewtopic.php?t=89790
@paullee0 can you check please? Thanks.
2024-08-19 13:41:05 +02:00
Yorik van Havre
33088e006a
BIM: Fixed nativeIFC psets loading - fixes #15436
2024-08-05 11:03:49 -05:00
Yorik van Havre
aad060c0f0
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
Roy-043
4bb0a0e817
BIM: Fix calculation of wall blocks
...
At the corners of the base wire the joint width was wrongly added.
Forum topic:
https://forum.freecad.org/viewtopic.php?t=89504
2024-08-01 11:04:05 +02:00
hasecilu
c5408de525
BIM: Don't mark for translation names of CC licenses
2024-07-31 11:47:31 +02:00
Roy-043
f03f4ace11
BIM: Fix BIM Views panel open behavior on WB activation ( #15617 )
...
* BIM: Fix BIM Views panel open behavior on WB activation
Fixes #15524 .
* Something obvious was missed...
2024-07-30 10:29:30 +02:00
Chris Hennes
fe702349e8
Merge pull request #15652 from kadet1090/ui-fixes
...
Gui: Cosmetic Fixes
2024-07-29 11:26:58 -05:00
Chris Mayo
7ece2c709d
BIM: Fix Welcome dialog wiki links
2024-07-29 17:41:35 +02:00
Roy-043
fb13b49eb4
Rebase
2024-07-29 17:41:09 +02:00
paullee
a125770d63
[Arch ExportIFC] Bug-fix Consecutive Face Touch at Corner
...
Bug-fix Consecutive face (Wall segment) touch at corner.
Forum Discussion : https://forum.freecad.org/viewtopic.php?p=771954#p771954
2024-07-29 17:40:27 +02:00
Kacper Donat
d927cfc438
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
Yorik van Havre
5b7a61ea06
BIM: Better fix to IFC viewprovider - fixes #15477
2024-07-22 10:46:02 -05:00
Roy-043
51789ae8a1
BIM: Fix bug in OBJ import caused by missing utf8 encoding
...
Fixes #15512 .
2024-07-19 15:24:43 +02:00
Yorik van Havre
4d29b50ef5
BIM: Fixed empty IFC decomposition - fixes #15363
2024-07-16 15:42:19 +02:00
Yorik van Havre
de43943fd7
BIM: Fixed IFC import with None psets - fixes #15436
2024-07-16 15:42:03 +02:00
Roy-043
55b6dd71e5
BIM: Fix Wavefront OBJ color export
...
Fixes #15429 .
Related #10906 .
2024-07-16 10:15:08 +02:00
Roy-043
80fd7e3af2
BIM: Arch_Fence add missing recompute
2024-07-16 10:14:36 +02:00
Yorik van Havre
ca8ce97695
BIM: Fix save tool - fixes #15362
2024-07-15 17:43:33 +02:00
Chris Hennes
4bb6d191b4
Merge pull request #15371 from yorikvanhavre/translations
...
Translations
2024-07-14 12:55:28 -05:00
luzpaz
25e8aacbe3
BIM: Trim trailing newlines
2024-07-14 09:24:22 +02:00
Yorik van Havre
2c66c8a788
Merged crowdin translations
2024-07-11 15:07:17 +02:00
Yorik van Havre
0a69f0d7c2
Updated ts files
2024-07-11 14:56:33 +02:00
Yorik van Havre
8a0604c491
BIM: more tests in IfcOpenShell tool - fixes #15147
2024-07-11 11:32:06 +02:00
Yorik van Havre
4e9e0f4111
BIM: Fixed wrong ui for ProjectManager tool
2024-07-11 10:47:30 +02:00
Yorik van Havre
41e5588e56
BIM: Added delay to ifc viewprovider drag and drop - fixes #15259
2024-07-10 15:01:21 +02:00
Yorik van Havre
5ae220b96d
BIM: Fixed remaining warnings and popups - fixes #14428
2024-07-10 14:24:22 +02:00
Yorik van Havre
c4e55e3855
BIM: fixed nativeIFC view provider - fixes #15259
2024-07-10 12:04:40 +02:00
Yorik van Havre
99aeb89ddb
Translations: Fixed BIM translations
2024-07-10 11:14:02 +02:00
Yorik van Havre
855bdeb3fe
BIM: Fixed IfcOpenShell imports - fixes #15285
2024-07-10 11:13:41 +02:00
FEA-eng
470b30c8c7
Update preferences-arch.ui
2024-07-10 10:31:29 +02:00
Yorik van Havre
26624c2453
Updated ts files
2024-07-09 08:52:17 -05:00
luzpaz
9a1f487cdb
Fix various typos throughout the codebase
2024-07-08 17:19:20 -05:00
Max Wilfinger
7d21d9edb8
Fix source string typos mentioned on Crowdin ( #15261 )
2024-07-08 17:18:31 -05:00
Yorik van Havre
7c3badce87
BIM: Fixed possible filename ambiguity in Layers - fixes #15038
2024-07-08 11:25:48 -05:00
Yorik van Havre
0f462500d9
BIM: Fixed ifcopenshell version detection
2024-07-02 15:24:45 +02:00
Yorik van Havre
9b390fa78e
BIM: Check for pip when running IfcOpenShell update - fixes #14499
2024-07-02 15:24:45 +02:00
Yorik van Havre
ba456aa925
BIM: Fixed bug in IfcExplorer tool - fixes #14422sdfg
2024-07-02 15:24:10 +02:00
Yorik van Havre
e2e8f39ea9
BIM: Renamed file to avoid confusion with 0.21 BIM addon
2024-07-02 15:23:37 +02:00
Yorik van Havre
2a009589f9
Translations ( #15107 )
...
* 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-07-02 12:21:53 +02:00
marcuspollio
baaf586772
techdraw-PageDefault update
2024-07-02 11:27:54 +02:00
marcuspollio
1100794842
update following feedback
2024-07-02 11:27:54 +02:00
marcuspollio
7841225737
BIM: update some icons
...
Following recent changes in other WBs and also for better readability and consistency.
2024-07-02 11:27:54 +02:00
Roy-043
f82eef7533
Use the _finish function in case of cancel as well
2024-07-02 10:40:48 +02:00
Roy-043
5e95bb788a
BIM: Fix BIM_Box command
...
Fixes #14823 .
Depending on the order and location of the picked points, the Placement of the Box could be unexpected. The Height value was always positive if points were picked, a negative Height entered in the input box would lead to errors.
Additonally:
* Avoided some code duplication.
* Added a proper transaction to make the command undoable.
2024-07-02 10:40:48 +02:00