Sigma Dimensions
fa0f484922
Inlcude audio library for BlenderBIM costing chaching sound
2023-02-11 10:05:54 +01:00
Dion Moult
ceaa930aad
Fix #2756 . Bug where reassigning classes with a enum didn't work.
blenderbim-230211
2023-02-11 11:03:35 +11:00
Dion Moult
bbd2b67041
Add link to dev fund in add-on about section.
2023-02-11 09:54:43 +11:00
Sigma Dimensions
6c82e6f889
Fix assign cost value usecase
2023-02-10 21:28:49 +01:00
Thomas Krijnen
531e07767f
#2754 latebound schema handling
2023-02-10 21:08:20 +01:00
Thomas Krijnen
da39c903f3
Latebound schema handling: Improve error messages
2023-02-10 21:07:25 +01:00
Andrej730
f458aa9932
Door fixes
...
1) do not create new ifc representation if editing was canceled (similar to 25c650f4c )
2) plan and profile representations now are optional (similar to 50d71d5ea )
2023-02-10 18:00:43 +05:00
Andrej730
9e383959c8
door black formatting
2023-02-10 16:58:36 +05:00
Andrej730
3654e49f87
Door handles
2023-02-10 16:55:13 +05:00
Dion Moult
13f5767921
Minor fix
2023-02-10 19:01:54 +11:00
Dion Moult
6d1e9f73a6
Windows now regenerate openings when window parameters updated
2023-02-10 19:01:20 +11:00
Andrej730
d9ddf67afb
small fix for 50d71d5ea
...
The error was:
```
Error: Python: Traceback (most recent call last):
File "\blenderbim\bim\module\model\window.py", line 337, in execute
element = blenderbim.core.root.assign_class(
NameError: name 'blenderbim' is not defined
```
2023-02-10 12:49:33 +05:00
Dion Moult
47e6352350
Don't create temporary objs when updating filling openings.
2023-02-10 18:45:53 +11:00
Dion Moult
ae564d1b61
Fix #1040 . New utility for geometric shape analysis only requiring numpy.
blenderbim-230210
2023-02-10 16:03:16 +11:00
Vukas Pajic
d9cee04769
Fix #2755
2023-02-09 11:00:25 +01:00
Dion Moult
50d71d5ea1
Black code and make profile representation optional for windows.
2023-02-09 20:13:14 +11:00
Dion Moult
25c650f4cd
Don't edit IFC when simply disabling window editing.
blenderbim-230209
2023-02-09 19:33:08 +11:00
Andrej730
f0502c123e
Window modifier - fixed bugs related to ae5ea3857
...
1) now replacing actual representation instead of the map
2) removed `should_sync_changes_first` as unnecessary representation update
2023-02-08 18:17:47 +05:00
Sigma Dimensions
693960a4ab
start refactoring costing operators into core & tool
2023-02-08 13:39:46 +01:00
Vukas Pajic
5df0cf39a0
minor fix
2023-02-08 12:06:16 +01:00
Vukas Pajic
578220a1ab
(IfcPatch) allow user to specify output directory for "SplitByBuildingStorey"
2023-02-08 12:04:58 +01:00
Andrej730
ae5ea3857e
Fixing bug with updating window/door modifier with element types
...
The bug occured when you created a window/door type and some instance of it and then would try to update modifier.
There were two problems:
1) Because `remove_representation` removes all the meshes of the representation, representation has to be switched before removing the old one.
2) `switch_representation` parameter `is_global` was set to `False` and it wasn't affecting all instances of the type which led to errors during representation switch later on.
2023-02-08 15:56:57 +05:00
Dion Moult
93d0ffd459
Fix #2520 . You can now duplicate drawings with or without annotations.
2023-02-08 21:16:54 +11:00
Vukas Pajic
1b85928810
allow user to specify output directory for "SplitByBuildingStorey"
2023-02-08 10:42:05 +01:00
Dion Moult
f118c50d1d
Fix bug where removing a drawing didn't remove its references.
2023-02-08 19:08:45 +11:00
Sigma Dimensions
ac5ec72acf
BBIM: improve work schedule visualisation workflow & refactor visualise_work_schedule_date operator
2023-02-08 08:25:11 +01:00
Sigma Dimensions
7fe2634d32
Improve guess schedule date range ( including tasks with input assignements)
2023-02-08 08:18:08 +01:00
Dion Moult
1279b9848f
Fix regression with editing material psets
2023-02-08 17:43:50 +11:00
Dion Moult
ea91f4302c
Drawings now load on-demand instead of at project load. See #2520 .
2023-02-08 16:53:19 +11:00
Dion Moult
88bddb9531
See #2520 . You can now duplicate drawings.
blenderbim-230208
2023-02-08 12:29:49 +11:00
Sigma Dimensions
4e308a6e31
fix api docstring description for nest.unassign_object usecase
2023-02-07 15:35:34 +01:00
Andrej730
4bd7fc5304
Simplified door ifc representation
2023-02-07 16:48:37 +05:00
Andrej730
0122fe4382
Fix #2742
2023-02-07 14:57:37 +05:00
Dion Moult
1730f25a5a
Fix #2584 . You can now edit any layered or profile material agnostic of class.
2023-02-07 19:13:22 +11:00
Dion Moult
3f8314bcf3
Minor fix.
blenderbim-230207
2023-02-07 12:37:10 +11:00
Dion Moult
5879d14803
See #2737 . Fix bug where convert length unit patch did not work outside Blender session.
2023-02-07 09:05:20 +11:00
Andrej730
4c1a821922
Pset_StairFlightCommon update
...
Added Pset_StairFlightCommon update to stair modifier
2023-02-06 18:54:25 +05:00
Andrej730
e1456533f2
Doors - clean up + black format
2023-02-06 18:53:48 +05:00
Andrej730
7522a3a2ab
renamed "data" parameter in model/data.py
...
renamed "data" parameter in model/data.py to make it a bit more distinctive from neighbour "Data" parameter with json string
2023-02-06 18:45:48 +05:00
Andrej730
144d01a0ef
Added modifiers folding to prevent clutter
2023-02-06 18:45:48 +05:00
Andrej730
f6cb6c8b21
Accepting predefined type for windows/stairs/doors from type manager
...
Also assigned layout name property for windows/doors
2023-02-06 18:45:48 +05:00
Andrej730
0f5264af99
Door - added to type manager
...
Also added predefined type for door and bit of refactoring
2023-02-06 18:44:09 +05:00
Andrej730
e57ff19e16
Door - added 2d representation
2023-02-06 18:44:09 +05:00
Andrej730
b2bdbdd8c3
Door modifier - basic setup
...
Also:
- refactored window modifier code - part of it is now reused building a door and can be used by other module in the future
- fixed bug with window lining intersecting frame when lining_depth < panel_depth
- simplified the way lining is built in ifc - previously it was using 4-6 extrusions, now it's 1-2 which is also better for 2D drawings
2023-02-06 18:44:09 +05:00
Andrej730
a8400ec963
geonodes prototype copyright
2023-02-06 18:44:09 +05:00
Sigma Dimensions
d028b52d77
fix visualise_work_schedule_date - issue #2740
2023-02-06 12:35:42 +01:00
Sigma Dimensions
65990255e8
Fix issue #2740
2023-02-06 12:29:06 +01:00
Sigma Dimensions
3a71b03a9a
Fix sequence module test bugs
2023-02-06 12:04:03 +01:00
Dion Moult
99274c2d7a
Fix #1806 . Changing filling types now also updates the void representation.
2023-02-06 20:28:50 +11:00
Dion Moult
e40bbf2525
See #1806 . Typed fillings now share the same representation for their openings.
2023-02-06 17:01:29 +11:00