Commit Graph

9039 Commits

Author SHA1 Message Date
Dion Moult feec0e2437 Fix more failing tests. 2024-04-16 10:25:01 +02:00
Sigma Dimensions (Yass) 7b52e359f2 fix bug where nested resources in task ICOM panel didn't show 2024-04-16 10:25:01 +02:00
Sigma Dimensions (Yass) b27262f81f 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
2024-04-16 10:25:01 +02:00
Gorgious56 66dbd7d8e7 Prevent user from editing the mesh of a circle based extrusion 2024-04-16 10:25:01 +02:00
Dion Moult 1c016c4212 See #3581. Fix failing IOS tests. 2024-04-16 10:25:01 +02:00
Christoph Mellueh 50d0d16351 rename File and unify with ci-ifctester-pypi 2024-04-16 10:25:01 +02:00
Andrej730 eb95bdd21e Fixed #3624 - tools props were updating only for BIM Tool
It wasn't taking into account WallTool, BeamTool and all other tools we have.
2024-04-16 10:25:01 +02:00
Andrej730 966a04e053 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
2024-04-16 10:25:01 +02:00
Andrej730 8ff760261b A button to jump back from boolean to the original object
Example - https://imgur.com/a/A3dVbFM
2024-04-16 10:25:01 +02:00
Dion Moult 2333997bda Fix #3632. Make search and CSV UIs share the same Blender props for DRY. 2024-04-16 10:25:01 +02:00
Dion Moult 6b05f4a2aa You can now reorder columns in IfcCSV 2024-04-16 10:25:01 +02:00
Dion Moult c190ae5aea Loading IFCs now prioritise 2D bodies over 3D non-bodies. This helps prevent loading and seeing a bunch of Box / Clearance representations. 2024-04-16 10:25:01 +02:00
Dion Moult f8b3b3a54f Fix #3627. Bug where exclude didn't take into account entities are "OR" not "AND". Whoops. 2024-04-16 10:25:01 +02:00
Sigma Dimensions (Yass) ed58072d64 run black 2024-04-16 10:25:01 +02:00
Sigma Dimensions (Yass) 1996e98506 Feature to calculate required resources 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) 39d072d0ca Calculates the number of resources based on required person-hours. 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) 05a5b2abfd clean up Resource UI using column layout 2024-04-16 10:25:00 +02:00
Jesusbill 60aaf4fc2c Fix duplicate id in EP_set_Drawing template 2024-04-16 10:25:00 +02:00
Andrej730 624d5f2580 bump ifcsverchok release in readme 2024-04-16 10:25:00 +02:00
Andrej730 8a3f2cf0ef added UI to display connections for realizing elements
Example - https://imgur.com/a/1ZZlTwp
2024-04-16 10:25:00 +02:00
Andrej730 d715bd784a Added small UI to show realizing elements for the connections
Example - https://i.imgur.com/JLDcnbK.png
2024-04-16 10:25:00 +02:00
Andrej730 8856d513f4 test to make sure nothing happened to ifcsverchok 😅 2024-04-16 10:25:00 +02:00
Andrej730 f88cdae500 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
2024-04-16 10:25:00 +02:00
Andrej730 8bb1a129dd fixed bug in mep transitions
it wasn't taking into account that offset can be too big to sustain the angle
2024-04-16 10:25:00 +02:00
Andrej730 4e47827b86 added tests for shape builder transition length calculator 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) 9b5b5da91e you can now also update resource numbers (usage) from the task ICOM resource list 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) afce0ce76c refactor highligh_task code 2024-04-16 10:25:00 +02:00
Dion Moult 678fb313eb Fix #3620. Bug where manually inserted windows should preseve the existing Z value. 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) 8299ae6239 when editing sequence relationships, enabling selecting successor and predecessor task 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) 2fc3c03170 feature to select a resource in resource tree from task ICOM list 2024-04-16 10:25:00 +02:00
Dion Moult e444003803 Fix #3628. Minor issue where regex queries didn't load properly. 2024-04-16 10:25:00 +02:00
Dion Moult 7a7ac30faf The copy property tool now works on enumerated properties. Hooray for copying over statuses! 2024-04-16 10:25:00 +02:00
Andrej730 01dad745ba Small fix for 422f772c4 2024-04-16 10:25:00 +02:00
Dion Moult 2e8c218415 IfcPatch now uses the new facet selector syntax. 2024-04-16 10:25:00 +02:00
Dion Moult 51e6d51a0d Due to popular demand, custom EPset_Status to be used for "userdefined" status values as well as for things which don't have a status. 2024-04-16 10:25:00 +02:00
Dion Moult 4217318654 New Status panel for managing statuses in the costing / scheduling tab. 2024-04-16 10:25:00 +02:00
Andrej730 098420b858 Fixed bug with remembering materials assigned to faces
The problem was that bim.update_representation was assigning representation styles without taking into account that some styles may not be actually used in the mesh, so it was always assigning first style (blender material) to the first IFCPOLYGONALFACESET even though it might be using for example the 3rd style.

More - https://community.osarch.org/discussion/1636/materials-not-remembering-their-assigment
2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) 53a43442fe implement calculating task duration based on resource usage change for fixed person-hours and prevent constrained attributes from updating 2024-04-16 10:25:00 +02:00
Dion Moult 82f868f90c Fix #3627. Error where using filters incorrectly applied includes / excludes. 2024-04-16 10:25:00 +02:00
Sigma Dimensions (Yass) f8651430e6 consolidate constraint utilities into ifcopenshell.util.constraint and refactor 2024-04-16 10:25:00 +02:00
rileywong311 7e5bcd4c49 Update Brick feature tests 2024-04-16 10:25:00 +02:00
rileywong311 a5eb5c869d Catch Assign_Brick_Reference with no selections 2024-04-16 10:25:00 +02:00
rileywong311 328c38b640 Refactor+polish Brick UI 2024-04-16 10:25:00 +02:00
rileywong311 3e95f8a4ab Use "split" in Brick relations list to better align layout 2024-04-16 10:25:00 +02:00
rileywong311 1e0769b254 Update Brick References Panel 2024-04-16 10:25:00 +02:00
rileywong311 a9c5464ea9 Export/assign Brick library reference uses "label" if there is one 2024-04-16 10:25:00 +02:00
rileywong311 233b31a057 Brick UI relations list uses "label" if there is one 2024-04-16 10:25:00 +02:00
rileywong311 265948f37f Restore Brick select ifcGlobalID functionality 2024-04-16 10:25:00 +02:00
rileywong311 4c37423ff4 Move Brick "set last saved" to BrickStore 2024-04-16 10:24:59 +02:00
rileywong311 efa9cdbacb Simplify buttons for add Brick relations manually 2024-04-16 10:24:59 +02:00