Andrej730
808ff548ec
IfcElementType now appears first in Object Metadata
...
Because it's seems more general workflow to create types than just assign classes.
Example - https://i.imgur.com/DD8twX3.png
blenderbim-230829
2023-08-29 13:58:14 +05:00
Andrej730
bc9b482373
Rename IFC AU Library to IFC Furniture library
...
Just thought watching BIM Voice last video that some people may overlook it like something Australia specific with "IFC AU Library" name.
2023-08-29 13:58:14 +05:00
Sigma Dimensions (Yass)
4506eb0df9
fix removing drawings from sheets when deleting drawings #3645
2023-08-29 00:45:01 +01:00
Ryan Schultz
921d412fc7
Spreadsheet Import/Export: Fix feet and inch formatting
2023-08-28 10:11:24 -05:00
Andrej730
6089d3af78
shape_builder docs test
2023-08-28 16:14:05 +05:00
Christoph Mellueh
b8168ca606
add build to Makefile and use it in bcf-pypi Workflow
2023-08-28 11:24:19 +02:00
Andrej730
61a7325bc0
fill-bg for text instead of the entire symbol by default #3594
...
Before - https://i.imgur.com/OsQycgW.png
After - https://i.imgur.com/rZvXIoT.png
blenderbim-230828
2023-08-28 11:58:17 +05:00
Chetan
c483116b32
Create constants ELEMENT_ARRAY_BUFFER and ARRAY_BUFFER to allow for more descriptive bufferview construction. Change the bufferViewId variable from a static variable to a member variable because python instances of IfcOpenShell can have multiple serializers open at any given time. This commit also includes some minor code reformatting and code comments explaining the changes done. Finally integer constants GLB_FILE_HEAER, GLB_JSON_HEADER, GLB_BINARY_CHUNK_HEADER were added to make the glb file header creation more descriptive
2023-08-28 08:46:11 +02:00
Chetan
55a623dc97
Give each accessor its own buffer view to improve the memory and rendering efficiency of the glb file
2023-08-28 08:46:11 +02:00
Sigma Dimensions (Yass)
ad420108b0
run black and fix silly code #3652
2023-08-27 18:43:33 +01:00
Sigma Dimensions (Yass)
9944c7d2de
you can now reload linked IFCs #3652
2023-08-27 18:21:19 +01:00
Sigma Dimensions (Yass)
1a8f2be4fd
Move grids panel under Project Setup
2023-08-27 18:19:33 +01:00
Dion Moult
13f64fdfe2
Write documentation describing facet selector and element query syntax.
blenderbim-230827
2023-08-27 22:32:41 +10:00
Dion Moult
38a9e29102
Bump IOS and enable unify inputs.
2023-08-26 22:11:54 +10:00
Dion Moult
3c23a57138
Minor fix to use new regex syntax in select similar dialog.
2023-08-26 18:26:03 +10:00
Dion Moult
7baed872c6
Minor fixes, and IfcCSV now uses pandas to import ODS/XLSX for more robust importing.
2023-08-26 18:24:48 +10:00
Dion Moult
9a7a284561
Selector element key queries now allow for regex matching, and single regex matches return that only item, not a list with one item in it.
2023-08-26 16:42:18 +10:00
Dion Moult
e9c24a2656
Fix #3587 . IfcCSV now supports custom formatting functions.
blenderbim-230826
2023-08-26 15:15:34 +10:00
Gorgious56
5c73ef0a6d
Fix #3641 : Error when creating roof type
2023-08-25 15:13:07 +02:00
Thomas Krijnen
dadcbe61ea
#3158 Fix unify inputs
2023-08-25 12:48:45 +02:00
Thomas Krijnen
93502a05ea
Update draw.py --with-unify-inputs [True]
2023-08-25 12:43:32 +02:00
Andrej730
5ebde4c79a
small info message on bim.get_representation_ifc_parameters
...
just to notify that it worked but haven't found any parameters
2023-08-25 12:16:40 +05:00
Dion Moult
cf21ae22f1
Fix incorrect implementation of regex matching
2023-08-25 17:15:21 +10:00
Dion Moult
cc500ae833
Fix #3635 . Minor fix.
2023-08-25 16:59:08 +10:00
Dion Moult
256c0baa14
Accommodate invalid Revit models where they have invalid material relationships.
2023-08-25 16:52:00 +10:00
Dion Moult
66decc604e
Fix failing tests and optimise brick tests.
2023-08-25 16:52:00 +10:00
Andrej730
356bc18078
fixed errors after 13309cb8c #3624
...
for example it was throwing errors when using WindowTool you selected a wall and it would try to assign current type to wall
blenderbim-230825
2023-08-25 11:26:37 +05:00
rileywong311
1344cbc192
Update core/test_brick.py
2023-08-24 16:38:54 -07:00
rileywong311
e00ffb07ad
Update tool/test_brick.py
2023-08-24 16:38:54 -07:00
rileywong311
dba43590a5
Fix bug where split screen selection from previous page is out of range on the next
2023-08-24 16:38:54 -07:00
rileywong311
a0613cfee6
Undo indentation from commit <e08283350> (did not account for no name existing)
2023-08-24 16:38:54 -07:00
rileywong311
c3de72b71a
Fix Brick core
...
- Refresh viewer now reloads both screens by default
- Rename "add_namespace" to "add_brick_namespace"
- Fix error where "view_brick_class" was run instead of "brick.run_view_brick_class"
2023-08-24 16:38:54 -07:00
rileywong311
39fc60a482
Update core\tool.py for Brick
2023-08-24 16:38:54 -07:00
rileywong311
0d7e71a269
Fix Brick tool
...
- Data is now stored regularly and parsed in props
- "get_convertable_brick_spaces" returns a set
- "export_brick_attributes" always returns a tuple of strings
2023-08-24 16:38:54 -07:00
rileywong311
78a2f65ec3
Fix brick.feature
...
For one particular, I removed "And I set 'scene.BIMRootProperties.new_brick_relation_type' to 'hasPart'". Although it should really be "https://brickschema.org/schema/Brick#hasPart " to begin with, it was still failing the test. So removing it as a work around.
2023-08-24 16:38:54 -07:00
rileywong311
802bd74c52
Refactor UI get_brick_relations
2023-08-24 16:38:54 -07:00
rileywong311
33cf40debb
Fix condition for hiding "view_brick_item"
2023-08-24 16:38:54 -07:00
rileywong311
ff63fd9f6f
Rename 'add_brick_failed" to "add_brick_relation_failed"
2023-08-24 16:38:54 -07:00
rileywong311
5b207e6f54
Fix indentation for assign Brick reference
2023-08-24 16:38:54 -07:00
Gorgious
695dc6ec5a
Fix #3636 : Check if representation class exists before testing if it's a circle extrusion representation
2023-08-24 20:42:42 +02:00
Sigma Dimensions (Yass)
d3bcb8c6b9
updating a duration will not auto update schedule usage
2023-08-24 15:51:33 +01:00
Andrej730
6226aea3c3
Fixed bug adding ports to the transitions between profiles with an offset
...
end port ended up located without the offset
2023-08-24 18:22:03 +05:00
Andrej730
a30ad9b886
Fixed bug in shape_builder.mep_transition_calculate
...
it wasn't taking account that `h` can also end up negative
2023-08-24 18:22:03 +05:00
Andrej730
2b1e17681f
Fixed bug with segments incorrectly adjusted after adding transition
...
If transition was really long comparing to segments length then DumbProfileJoiner.join_E would start change their their length in unexpected way - ATSTART when you'd still expect ATEND and vice versa.
Also fixed the bug when segments length was incorrectly calculated - it wasn't calculating it world space when it makes more sense here to calculate it by local segments Z axis.
2023-08-24 18:22:03 +05:00
Dion Moult
8f25a31f19
Fix more failing tests.
2023-08-24 23:03:43 +10:00
Sigma Dimensions (Yass)
1c7e6cf1b9
fix bug where nested resources in task ICOM panel didn't show
2023-08-24 13:58:18 +01:00
Sigma Dimensions (Yass)
fc7459c07f
Resource Features :
...
- Adding/removing and edit productivity data is now easier (+ cleaner UI)
- Pressing calculate schedule work on a parent resource will default to calculating its nested resources schedule work.
- Show derived Schedule Work for a parent resource
- Improve apperance of Resource Tree Structure
2023-08-24 13:43:25 +01:00
Gorgious56
8f6932de64
Prevent user from editing the mesh of a circle based extrusion
2023-08-24 14:16:59 +02:00
Dion Moult
b708100c03
See #3581 . Fix failing IOS tests.
2023-08-24 22:12:44 +10:00
Christoph Mellueh
d4e2d3d2dd
rename File and unify with ci-ifctester-pypi
2023-08-24 21:05:54 +10:00