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
Andrej730
13309cb8c4
Fixed #3624 - tools props were updating only for BIM Tool
...
It wasn't taking into account WallTool, BeamTool and all other tools we have.
2023-08-24 15:42:23 +05:00
Andrej730
5a4bc0909b
Update currently selected ifc class and type on selecting object
...
Had this idea for awhile now and heard it multiple times from other people. Please give feedback if this feature gets in the way instead of helping.
Example - https://imgur.com/a/K4hz2FB
2023-08-24 15:20:36 +05:00
Andrej730
39540e5794
A button to jump back from boolean to the original object
...
Example - https://imgur.com/a/A3dVbFM
2023-08-24 14:29:42 +05:00
Dion Moult
0a0f977b5c
Fix #3632 . Make search and CSV UIs share the same Blender props for DRY.
2023-08-24 17:01:25 +10:00
Dion Moult
13a75e7ad7
You can now reorder columns in IfcCSV
2023-08-24 13:56:43 +10:00
Dion Moult
99574d6255
Loading IFCs now prioritise 2D bodies over 3D non-bodies. This helps prevent loading and seeing a bunch of Box / Clearance representations.
2023-08-24 13:24:08 +10:00
Dion Moult
968cceb725
Fix #3627 . Bug where exclude didn't take into account entities are "OR" not "AND". Whoops.
blenderbim-230824
2023-08-24 11:50:48 +10:00
Sigma Dimensions (Yass)
002985a446
run black
2023-08-23 21:21:19 +01:00
Sigma Dimensions (Yass)
5adc29b0b3
Feature to calculate required resources
2023-08-23 21:21:03 +01:00
Sigma Dimensions (Yass)
52ea4ff44d
Calculates the number of resources based on required person-hours.
2023-08-23 21:19:16 +01:00
Sigma Dimensions (Yass)
4e31a87c20
clean up Resource UI using column layout
2023-08-23 21:15:59 +01:00
Jesusbill
5d85390715
Fix duplicate id in EP_set_Drawing template
2023-08-23 17:01:25 +02:00
Andrej730
3e13eb8942
bump ifcsverchok release in readme
2023-08-23 18:43:27 +05:00
Andrej730
262c6d1fcb
added UI to display connections for realizing elements
...
Example - https://imgur.com/a/1ZZlTwp
2023-08-23 18:42:07 +05:00
Andrej730
12b5a88861
Added small UI to show realizing elements for the connections
...
Example - https://i.imgur.com/JLDcnbK.png
2023-08-23 18:42:06 +05:00
Andrej730
2ccc9d886e
test to make sure nothing happened to ifcsverchok 😅
2023-08-23 18:42:06 +05:00
Andrej730
a78769c8ff
a bit faster renaming ifc elements when renaming blender objects
...
Previously when you renamed blender object it was requiring the "Ifc.../" prefix so it would also change the name for ifc element. So when you wanted to rename something you'd only select and change the name part without prefix.
Now you can just type the name right in after using F2 which seems a bit quicker by a few less clicks.
Before - https://imgur.com/a/Rn7a17W
After - https://imgur.com/a/a3lmxte
2023-08-23 18:42:06 +05:00
Andrej730
1a142ad5eb
fixed bug in mep transitions
...
it wasn't taking into account that offset can be too big to sustain the angle
2023-08-23 18:42:06 +05:00
Andrej730
2bc22e150c
added tests for shape builder transition length calculator
2023-08-23 18:42:06 +05:00
Sigma Dimensions (Yass)
aad5d280fd
you can now also update resource numbers (usage) from the task ICOM resource list
2023-08-23 14:13:16 +01:00
Sigma Dimensions (Yass)
7ab07ed149
refactor highligh_task code
2023-08-23 14:04:39 +01:00
Dion Moult
3690998dbc
Fix #3620 . Bug where manually inserted windows should preseve the existing Z value.
2023-08-23 23:03:13 +10:00
Sigma Dimensions (Yass)
1b83fcc1c7
when editing sequence relationships, enabling selecting successor and predecessor task
2023-08-23 14:02:53 +01:00
Sigma Dimensions (Yass)
5cf25c45f9
feature to select a resource in resource tree from task ICOM list
2023-08-23 13:59:31 +01:00
Dion Moult
efa734c06e
Fix #3628 . Minor issue where regex queries didn't load properly.
2023-08-23 22:42:21 +10:00
Dion Moult
e242244ec0
The copy property tool now works on enumerated properties. Hooray for copying over statuses!
2023-08-23 17:47:20 +10:00
Andrej730
6f9da163fb
Small fix for 422f772c4
2023-08-23 12:32:37 +05:00