Andrej730
fcaac6bd98
Append IfcElements from linked IFC files
...
Example - https://imgur.com/a/phPcKSo
Appending ifc elements from library files will be deprecated as it's much more limited than appending it from linked files (in library you can only see object's name).
2024-03-19 17:45:48 +05:00
Andrej730
3f529ae21b
collector.sync note
2024-03-19 17:45:21 +05:00
Andrej730
89f7105e9c
typing
2024-03-19 17:45:20 +05:00
Andrej730
e5dd06c461
Fix for loading IFC files with non-IfcElement based IfcRelNests
...
Example is below, it was using IfcAlignment to aggregate IfcAnnotations and IfcReferents.
I've added support loading collections for IfcPositioningElements besides IfcGrid (grids already handled separately).
https://community.osarch.org/discussion/2034/ifc-not-visible-after-loaded-in-blender-bim
2024-03-19 15:25:38 +05:00
Andrej730
ec7af4e719
typing
2024-03-19 15:24:14 +05:00
M!l!nd
e2a06e10b6
fixed qsets to display separately ( #4423 )
...
* fixed qsets to display separately
Signed-off-by: milinddethe15 <milinddethe15@gmail.com >
* updated data.py and run black formattor
---------
Signed-off-by: milinddethe15 <milinddethe15@gmail.com >
2024-03-18 15:14:15 +05:00
Ryan Schultz
7fa26b2d60
small fix to cdd332d1ee, for clarity
2024-03-17 14:37:38 -05:00
Ryan Schultz
cdd332d1ee
fixes #4434
2024-03-17 14:20:27 -05:00
Andrej730
ee27bc3b74
fix error loading representation without styles
...
If current representation didn't had any styles, only a material and it was failing during `assign_material_slots_to_faces` since it was looking for blender material only in self.styles and not in self.materials.
Note: `assign_material_slots_to_faces` is not skipped since `parse_representations` returns `True` because other representation has a style and it's added to the materials.
2024-03-15 15:55:23 +05:00
Andrej730
09e473a0dc
python code style docs
2024-03-15 12:02:43 +05:00
Andrej730
ac2684af8d
fix bug after 8291a0ca6
2024-03-14 20:21:52 +05:00
Andrej730
8291a0ca6a
viewport decorations for IfcAnnotation/MULTI_SYMBOL
2024-03-14 16:50:17 +05:00
Andrej730
b72b23741e
common method for getting annotation symbol
2024-03-14 16:46:22 +05:00
Andrej730
858692f3f5
Indicate rotated/scaled symbols in viewport
2024-03-14 16:46:22 +05:00
Andrej730
c74bfa24d2
Support for rotated and scaled symbols with IfcAnnotation/SYMBOL
...
See: https://community.osarch.org/discussion/2027/bbim-rotation-of-ifcsymbol
2024-03-14 15:33:19 +05:00
Andrej730
66c29f0da1
black format
2024-03-14 15:07:11 +05:00
Andrej730
f20fd3357f
typing
2024-03-14 14:50:34 +05:00
Andrej730
e4eb76d4e0
indicate IfcText symbol rotation in viewport
2024-03-13 17:21:10 +05:00
Andrej730
22c95828ce
BBIM IfcTester - option to generate ODS report
...
https://i.imgur.com/0JyXVK6.png
2024-03-13 16:16:50 +05:00
Andrej730
e87ca960e8
Fix #4421
...
1) Excluded annotations from other drawings that user might accidentally include in IfcAnnotation
2) Excluded from EPset_Drawing.Include to avoid getting there other element types besides spaces
2024-03-13 15:32:42 +05:00
Andrej730
28b54c869a
typing
2024-03-13 15:32:42 +05:00
Andrej730
9596117953
small fixes
2024-03-13 15:32:42 +05:00
Andrej730
4fdb78aebc
spatial.workspace - add hotkeys using add_layout_hotkey
2024-03-12 15:04:49 +05:00
Andrej730
01724913e1
bim.decorate_boundaries to decorate all boundaries in the scene
...
It's added as alt+v hotkey in Spatial Tool
Now it's possible to combine it with bim.load_project_space_boundaries to show decorations for all the boundaries or to keep the boundaries after Alt+B and just disable the decorations.
example - https://imgur.com/a/ecbPz13
2024-03-12 15:04:49 +05:00
Andrej730
44dd07547e
Fix issue with drawing same boundaries multiple times
...
If you'd hit alt+b in space tool multiple times it would redraw them again and again instead of switching between hiding and showing.
2024-03-12 12:12:12 +05:00
Andrej730
cc157239a2
model.space.py - small fixes
2024-03-12 12:10:56 +05:00
Andrej730
a064173ffe
BBIM - option to append occurrences from the other ifc files
...
Example - https://imgur.com/a/yASjbs8
2024-03-11 15:15:17 +05:00
Andrej730
4d23706145
more typing
2024-03-11 15:15:17 +05:00
Andrej730
ddfaf3308b
fix error reloading representation for objects without representation
2024-03-11 11:39:18 +05:00
Andrej730
1160d20d33
small fixes
2024-03-11 11:39:18 +05:00
Ryan Schultz
28099ddc8f
Add parameter for angle tolerance, and change 'deg' to '°'
2024-03-09 09:53:21 +11:00
Ryan Schultz
c54f2131af
added python version for Blender 4.1
2024-03-07 09:34:13 +11:00
Andrej730
2a832202fa
Fix bug joining multiple extruded profiles in non-meters projects
...
Demo if someone missed that feature - https://imgur.com/a/JywJHyc
2024-03-06 17:30:55 +05:00
Andrej730
24912bb827
Fix bug resetting rotations after editing profile axis
...
Before - https://imgur.com/a/czjAoSb
After - https://imgur.com/a/ajiNcdK
2024-03-06 16:22:15 +05:00
Dion Moult
8880ab0fe9
Aggressively remove pandas test files
2024-03-06 17:11:33 +11:00
Andrej730
1c052d1417
fix demo library references after 7a7c89e
2024-03-06 10:53:19 +05:00
Dion Moult
20cb6ab007
See #4368 . Don't ship with mostly unused and bloaty boto3 dep. Augin users can install boto3 with new debug tool.
2024-03-06 16:46:26 +11:00
Dion Moult
e854447714
Little debug tool for people to easily install pip packages graphically
...
BBIM is being used in companies as ways to automate various BIM processes, and it ends up being such that Blender Python becomes their dev environment.
2024-03-06 16:44:32 +11:00
Dion Moult
7f394a5807
Purge hppfcl in preparation for new clash features
2024-03-05 23:16:47 +11:00
Andrej730
c80b437682
load clipping planes decorator reopening .blend file
2024-03-05 15:01:23 +05:00
Andrej730
b793ab63cc
fix poll errors for clipping plane gizmo #4392
2024-03-05 14:37:30 +05:00
Benoit DAMAY
e6e71adba7
Removing unnecessary comment lines
2024-03-05 08:53:56 +01:00
Benoit DAMAY
7ab8a5921b
Merge branch 'v0.7.0' of https://github.com/bdamay/IfcOpenShell into v0.7.0
2024-03-04 17:11:54 +01:00
Benoit DAMAY
d68d4d54a9
Replaced panel row with operator descriptor
2024-03-04 17:10:19 +01:00
Dion Moult
efae8ebdcd
Add tree species to tree library
2024-03-04 17:51:48 +11:00
Dion Moult
61403fcf42
See #4389 . Accommodate null metadata.
2024-03-04 17:51:07 +11:00
Benoit DAMAY
badee8fdc5
Fix proposition to 3515 - extra empty lines removed from previous commit
2024-03-03 19:29:02 +01:00
Benoit DAMAY
36e779e32f
Fix proposition to 3515
2024-03-03 19:23:51 +01:00
M!l!nd
c50ac3db4f
Update Makefile
2024-03-03 23:10:27 +11:00
Dion Moult
b17c261344
Minor fix to shape aspects because not everything has a mesh (e.g. text annotations)
2024-03-03 23:09:40 +11:00