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.
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
Dion Moult
38c6378315
See #1806 . New fillings inherit their voids from existing occurrences if possible.
2023-02-06 14:40:59 +11:00
Dion Moult
c050ca1037
Fix #2736 . Increase tolerance for HLR rendering to prevent "see through" objects in drawings.
2023-02-06 13:42:37 +11:00
Thomas Krijnen
9813dda778
Express rules: test case for instance comparison
2023-02-05 13:08:55 +01:00
Thomas Krijnen
6b7aeb90c7
Express rules: allow comparison of instances to instances and values
2023-02-05 13:08:55 +01:00
Dion Moult
3cb29e1344
Fix unintuitive UI where objects had to be visible for the operation to run.
2023-02-05 22:27:56 +11:00
Dion Moult
4d4961a490
Close #2622 . IfcCSV now supports ODS and XLSX formats for export.
2023-02-05 18:53:16 +11:00
Dion Moult
ccd7db06f8
Fix #2611 . Address multiple situations in the UI where the users could create invalid material data without an indication that it is invalid.
2023-02-05 17:10:25 +11:00
Dion Moult
77234706b0
Assigning a profile set auto creates profiles if none exist to prevent invalid data.
2023-02-05 15:29:54 +11:00
Einar Raknes
9f399b34fb
Rename panel from IFC Construction Type to IFC Type
...
As discussed here: https://community.osarch.org/discussion/1332/blenderbim-ifc-construction-type-ifcbuiltelementtype-confusion
2023-02-05 12:18:17 +11:00
Dion Moult
dc77a798b5
Assigning a layer set for the first time prefills with a layer to prevent invalid data.
2023-02-04 22:14:33 +11:00
Dion Moult
207093fe99
Fix regression where changing assigned types didn't update the materials.
2023-02-04 22:12:28 +11:00
Dion Moult
42c4a68108
Fix bug where unnamed profiles clogged up the material profile settings.
2023-02-04 16:20:52 +11:00
Dion Moult
a7cc58fb50
Update libraries to use Plan/Body/PLAN_VIEW instead of annotations.
2023-02-04 14:09:35 +11:00
Dion Moult
6bab10d2ac
Minor fix.
2023-02-04 12:51:01 +11:00
Thomas Krijnen
c4b77c2a07
Recompile rules
2023-02-03 22:22:40 +01:00
Thomas Krijnen
66d0627035
Property names test case
2023-02-03 21:18:06 +01:00
Thomas Krijnen
3f4417c9f2
Window lining test case
2023-02-03 21:17:48 +01:00
Thomas Krijnen
5526bed4c3
Express rules: allow indexing in sets
2023-02-03 21:17:08 +01:00
Thomas Krijnen
078bf8646a
Express rules: enclose rhs of not in parens when needed
2023-02-03 21:10:34 +01:00
Dion Moult
6adbcdd8e1
Fix #2472 . BREAKING CHANGE. Annotations are now drawn in addition to body views, not in lieu of.
2023-02-03 21:31:15 +11:00
Dion Moult
b4d633a34d
Fix #2735 .
2023-02-03 21:28:36 +11:00
Dion Moult
e1e4380fc7
Fix 3 bugs related to representations:
...
* Bug when switching representations when active object not selected.
* Bug when switching to a non MODEL_VIEW body representation would load the MODEL_VIEW one instead all the time.
* Add support for plan body representations.
2023-02-03 21:27:25 +11:00
Dion Moult
1ed7b21ab0
Fix #1496 . Mirrored elements have their placements correctly synced.
2023-02-03 15:53:21 +11:00
Dion Moult
158a4c5e75
Fix bug where IFC2X3 fallback styles couldn't be assigned.
2023-02-03 13:21:23 +11:00
Dion Moult
f72d48aab5
Fix bug where calendar caching meant invalid duration calculations if you edited your calendar after a date calculation.
2023-02-03 10:06:55 +11:00
Dion Moult
be26a77ecb
Support times specified as ISO strings too in date utils, not just datetimes.
2023-02-02 23:01:49 +11:00
Dion Moult
7c275a99a2
New utility functions for automatic local to global elevation conversions and easier unit conversions
2023-02-02 23:01:12 +11:00
Dion Moult
f77d2f449d
Close #2451 . Implement georeferenced elevations in drawings.
2023-02-02 22:55:45 +11:00
Dion Moult
18ba805a15
Fix silly bug.
2023-02-02 21:36:13 +11:00
Dion Moult
a5adf0021f
Fix #2599 . Unassigning materials now also removes the Blender material.
2023-02-02 18:41:07 +11:00
Dion Moult
7d944255d0
Fix bug where you could unassign a material usage and create an invalid parametric occurrence
2023-02-02 18:26:14 +11:00