Roy-043
d8889c3ca4
BIM: fix setting of self.Type
...
Fixes #21364 .
`self.Type` should be set in `__init__` and `loads`, and not in `onDocumentRestored`.
Additionally:
fixed mistake in `loads` in ifc_objects.py.
2025-06-30 11:05:41 -05:00
Ralf Habacker
21a5261345
BIM: Fix Python syntax error
...
Due to the use of an incorrect exponentiation operator the following
exception was triggered when changing attributes of a wave profile:
TypeError: Unsupported operand type(s) for ^: 'float' and 'float'
fixes #21048
2025-04-29 07:14:17 -05:00
Florian Foinant-Willig
4a61a49456
BIM: prevent user to remove core properties
2025-04-22 23:52:17 +02:00
marcuspollio
74e5f7c500
Merge branch 'main' into bim-cleanup-license
2025-04-11 15:13:45 +02:00
marcuspollio
637c21c18f
BIM: use FreeCAD Dev Handbook license block
2025-04-05 17:55:51 +02:00
marcuspollio
fcd0be749c
BIM: add FreeCAD notice in license
2025-04-04 18:15:43 +02:00
marcuspollio
d57339ee19
BIM: cleanup license and add SPDX
2025-04-04 17:46:58 +02:00
marcuspollio
ba67de4c05
BIM: cleanup imports at module root
2025-03-23 23:32:16 +01:00
Roy-043
340f446654
BIM: Panel does not require a Base
...
https://forum.freecad.org/viewtopic.php?t=94657
2025-02-10 14:28:26 +01:00
wmayer
0607c555d6
Arch/Draft: Fix transparency vs. alpha issues
...
Fix #18295
2024-12-09 11:50:14 +01:00
Yorik van Havre
8ba34888fd
BIM: ensure the Base has the correct type ( #17264 )
...
* BIM: ensure the Base has the correct type - fixes #16409
* BIM: refactor according to chenne's comment
2024-12-02 10:44:11 -06:00
Roy-043
fc8f7eeea4
BIM: Fix Arch Panel imports ( #14644 )
...
Fixes #14585 .
2024-06-13 15:26:06 +02:00
Yorik van Havre
76e901861d
BIM: Renamed Arch to BIM
2024-05-16 17:23:10 +02:00