Kristoffer Andersen
4deb1836ad
Update bld.bat
...
reduce number of schema variations on windows as well
v0.7.0a10
2023-08-11 11:42:08 +02:00
Kristoffer Andersen
4c8007dcfe
Update meta.yaml
...
pin compatible boost, occt and cgal-cpp
2023-08-11 08:44:25 +02:00
Kristoffer Andersen
000116bb3d
Update build.sh
...
limit number of schema variants
2023-08-11 08:22:52 +02:00
Dion Moult
a2b6f21c7a
See #2894 . Implement SVG mirroring options (typically used for RCPs or useful when converting to other things like DXF).
2023-08-11 16:01:01 +10:00
Sigma Dimensions (Yass)
a374ee39d3
simplify setup_default_task_columns
2023-08-11 02:06:49 +01:00
Sigma Dimensions (Yass)
0f5c82dffd
animation settings now use human readable durations to make it less confusing
2023-08-11 02:05:37 +01:00
Sigma Dimensions (Yass)
268fed761e
simplify updateTaskDuration
blenderbim-230811
2023-08-11 02:03:07 +01:00
Sigma Dimensions (Yass)
fe01d252db
WIP - Scheduling UI improvements
2023-08-10 22:07:34 +01:00
Sigma Dimensions (Yass)
dc36d74337
Hide Header for Costing and Schedule Tab
2023-08-10 16:36:35 +01:00
Sigma Dimensions (Yass)
7a0da7bd8e
Revert "Rename and move sub panels of Costing and Schedule Tab"
...
This reverts commit 9d4715c0a9 .
2023-08-10 16:20:13 +01:00
Andrej730
530d5a4e63
plug add_transition to fit_flow_segments
2023-08-10 17:37:52 +05:00
Andrej730
2d847d1704
Adjusting connected elements on bim.regenerate_distribution_element
...
Basically commented out automatic adjustment after 45f81b478 - now it's hapenning only when you decide to regenerate it.
It's adjusting connected segments extrusion and location, for all other elements besides segments it's adjusting only location. The idea is it will try to change as less as possible.
Demo - https://imgur.com/oZ1I2Bl
2023-08-10 16:31:08 +05:00
Andrej730
631d8fcfb1
quickly connect mep elements if they have matching ports
...
Demo - https://imgur.com/a/o9u8M1u
2023-08-10 15:06:16 +05:00
Andrej730
a8888efb88
fixed bug getting port relating element in ifc2x3
2023-08-10 14:12:20 +05:00
Andrej730
a51ecea9b1
More descriptive error message on attempt to delete drawings category
2023-08-10 13:55:46 +05:00
Andrej730
4d49517111
small refactor
2023-08-10 13:49:35 +05:00
Thomas Krijnen
d5d1b3567b
Update draw.py --include-curves
blenderbim-230810
2023-08-10 15:44:21 +08:00
Kristoffer Andersen
7827ce3448
Update build.sh
...
fix env var declaration
2023-08-10 08:22:07 +02:00
Kristoffer Andersen
a05059db01
Update build.sh
...
Reduce number of schema versions
2023-08-10 08:06:38 +02:00
Thomas Krijnen
b78490ca56
#3510 Sample points along diagonal as well for quick and dirty occlusion detection
2023-08-10 10:52:06 +08:00
Andrej730
f8ffc97bf5
remove_product to also remove psets for types
blenderbim-230809
2023-08-09 16:37:47 +05:00
Andrej730
29d4a8d5fe
More Ports UI
...
Created more UI for ports.
Now you can see the list of ports from UI and what objects they are connected to, you can quickly select any ports/connected objects or disconnect objects.
From port UI you can see what object's it located on and what object it's connected to and quickly jump across them.
Demo - https://imgur.com/a/Gu4Vz7V
2023-08-09 15:04:27 +05:00
Andrej730
2c1c13f27e
bim.add_transition
...
Added simple operator to add transition between two mep segments (now only rectangular collinear segments are supported).
It also reuses the transition type that was previously used to connect segments of the same type.
Demonstration - https://imgur.com/a/c1AOxj1
2023-08-09 15:04:27 +05:00
Andrej730
4dc55e844c
Fix default mep profile names
...
Previously it was generating names like 4000000x4000000 in mm projects.
2023-08-09 14:46:58 +05:00
Thomas Krijnen
b611151039
#3536 fix edge segments in world coords
2023-08-09 14:55:23 +08:00
Dion Moult
9fc32e5c2e
IfcTester JSON reporter now also stores identification data separately for convenient reporting.
2023-08-09 16:42:03 +10:00
Dion Moult
c5e5036fd3
Store applicability in IfcTester JSON results
2023-08-09 15:00:58 +10:00
Dion Moult
0f68679295
Fix #2753 . Disable mapping representations when appending assets via the ExtractElements recipe to be more forgiving (and faster) on invalid models.
2023-08-09 00:13:16 +10:00
Dion Moult
fea0d93162
Fix SurfaceColour typo that broke loading colours in some IFCs
2023-08-08 23:47:57 +10:00
Dion Moult
e43347161a
Fix #3547 . Bug where using existing clippings were not preserved when editing profile or wall representations.
2023-08-08 22:35:40 +10:00
arun
706aa70899
Update create_2pt_wall.py ( #3553 )
...
* Update create_2pt_wall.py
included unit scale for use cases other than si unit
* Revised Update create_2pt_wall.py
included is_si kwarg to select between si units and other units and also changed the dtype of p1 and p2 array to float incase they are entered as integers
blenderbim-230808
2023-08-08 13:06:36 +10:00
Carlos Dias
fe5a6749a7
Add element guId in BCF report ( #3549 )
2023-08-06 21:11:31 +10:00
Thomas Krijnen
c3f352c018
#3546 Filter duplicate edge indices
2023-08-06 14:27:31 +08:00
Dion Moult
79584dba13
Whoops
2023-08-04 23:56:05 +10:00
Dion Moult
1c74147d89
Dissolve specifically IOS triangulated edges for meshes instead of generic Blender limited dissolve.
2023-08-04 23:49:50 +10:00
Dion Moult
cc53744c29
Skeleton operator to regenerate distribution elements recursively
2023-08-04 17:20:50 +10:00
Dion Moult
945836f578
Initial implementation of scale dependent map conversion for IFC4X3
blenderbim-230804
2023-08-04 14:42:43 +10:00
rileywong311
e88e2f5d9c
Add brick create relation with split screen
2023-08-03 16:41:30 -07:00
rileywong311
ea267d9443
Implement Brick split screen
2023-08-03 16:41:30 -07:00
rileywong311
d64e4d70c5
Add more subclasses to Brick root options
2023-08-03 16:41:30 -07:00
rileywong311
156844b27d
Move Brick list root setting
2023-08-03 16:41:30 -07:00
rileywong311
b96944ff1b
Reformat Brick props order and singularize "brick_entity_classes"
2023-08-03 16:41:30 -07:00
rileywong311
7bfa6115ee
Refactor AddBrickRelation to combine object namespace+label in operator
...
This is an important change that should make adding relations through other methods easier to implement
2023-08-03 16:41:30 -07:00
rileywong311
589b3928f3
Guard loading brick files from bad paths
...
Referred to "IFCFileSelector.is_existing_ifc_file" method for to make this
2023-08-03 16:41:30 -07:00
rileywong311
a884eb5c54
Add "rdfs:label" to Brick relation options
...
This is a tricky one because "rdfs:label" cannot really be queried from the Brick ontology, so it is a special case that probably needs to get added manually. Furthermore, an entity really shouldn't have multiple labels, so the option to give an entity an "rdfs:label"
should only appear if it doesn't have one already. The way I did it meant I had to manually reset the Enum type in Blender because it was the active one selection and made the Enum blank since it got removed now that the entity has a "rdfs:label." One possible alternative solution is to allow multiple labels, but in the query to import bricks in the UI list only select one label somehow.
2023-08-03 16:41:30 -07:00
rileywong311
796d19a3a8
Change BrickschemaData.relations to BrickschemaData.active_relations
2023-08-03 16:41:30 -07:00
rileywong311
b9211e2a93
Load Brick relationships from schema
2023-08-03 16:41:30 -07:00
rileywong311
b662d6f08e
Remove if Brickstore.graph.triples check
...
This returns a generator type which I believe is always truthy, so it didn't change anything.
2023-08-03 16:41:30 -07:00
rileywong311
deecd60ff1
Implement basic Brick create relation
2023-08-03 16:41:30 -07:00
rileywong311
01615724fd
Add "remove brick relation" operator
2023-08-03 16:41:30 -07:00