D4ve-R
fe7504edf2
cmake warnings
2023-06-09 13:28:25 +02:00
D4ve-R
a8f1ab1923
material subsets
2023-06-09 13:28:25 +02:00
D4ve-R
1b5f9497d4
works fine
2023-06-09 13:28:25 +02:00
D4ve-R
a7bbb35c5e
compile & link successful
2023-06-09 13:28:25 +02:00
D4ve-R
1787f064f6
materials
2023-06-09 13:28:25 +02:00
D4ve-R
d1c24ebba4
Add USDSerializer to IfcConvert
2023-06-09 13:28:25 +02:00
D4ve-R
cc6dacb286
Add USDSerializer write-only
2023-06-09 13:28:25 +02:00
Thomas Krijnen
c67eb60fd5
#2942 Escape SVG text labels
2023-06-09 11:34:50 +02:00
Sigma Dimensions
59c482489f
Merge pull request #3279 from nelsonhp3/v0.7.0
...
implements fileselect to export_cost_schedules
2023-06-08 23:48:30 +01:00
Andrej730
7a0963617e
Fixed small error on disabling editing extrusion axis
2023-06-08 17:58:06 +05:00
Chetan
e4ec1dc457
If an IFC file has an IFCRELASSOCIATESMATERIAL but did not supply an IFCMATERIAL, IfcConvert will crash. This commit prevents the crash, catches the exception and prints an error on the terminal
2023-06-08 10:01:24 +02:00
Dion Moult
b035129788
Fix bug where you couldn't unassign inherited materials.
blenderbim-230608
2023-06-08 16:00:31 +10:00
Dion Moult
78be8114ac
Fix sync bug where unused styles would be purged when reloading a blender file.
2023-06-08 16:00:31 +10:00
Nelson Henrique
18ad025c5d
implements fileselect to export_cost_schedules
2023-06-08 00:24:48 +00:00
Martin15135215
5825e0c71b
CITATION.cff for BIMTester
2023-06-08 09:45:54 +10:00
Martin15135215
df64ca4cfb
CITATION.cff for ifc5d
2023-06-08 09:45:54 +10:00
Martin15135215
fc1f5496a0
CITATION.cff for ifc4d
2023-06-08 09:45:54 +10:00
Martin15135215
5a9dbc5a36
CITATION.cff for ifc2ca
2023-06-08 09:45:54 +10:00
Martin15135215
eaeeede287
CITATION.cff for bsdd
2023-06-08 09:45:54 +10:00
Martin15135215
e78b3a3977
CITATION.cff for bcf
2023-06-08 09:45:54 +10:00
Bruno Postle
a8ca8217ea
BlenderBIM fix Git error on simple merge ( #3096 )
...
Running git commit after a simple merge (that hasn't required conflict
resolution) is a noop, but generates an annoying message anyway.
2023-06-07 22:50:20 +01:00
Dion Moult
77c2e30733
Fix #3272 . See #3069 . Fix incorrect refactoring when I was decoupling collections.
2023-06-07 22:13:38 +10:00
Gorgious56
5a3a387b8c
Fix error when going out of edit mode with TAB when editing an arbitrary profile
2023-06-07 11:22:06 +02:00
Gorgious56
f68f60832c
Fix profile based geometry not re-generating properly when exiting edit mode and the profile geometry wasn't modified
2023-06-07 11:21:43 +02:00
Martin15135215
b05417a4d8
Update author in CITATION.cff
2023-06-07 10:54:47 +02:00
Martin15135215
c2a4e30fae
CITATION.cff file for BlenderBIM
2023-06-07 10:54:47 +02:00
Thomas Krijnen
1a0280928b
#3201 take into account edge orientation correctly
2023-06-07 08:43:08 +02:00
Andrej730
dda16c847d
ids/classes namespaces for drawings in the sheet #3047
...
Now we add some prefix based on drawing id to each id in the drawing and also add this prefix as a class and add it to all css selectors.
Reason for that so each drawing on the sheet can have it's own set of styles that won't be affecting other drawings.
Example - https://i.imgur.com/kqRCwJW.png
2023-06-07 11:07:48 +05:00
Dion Moult
47c6c2ce9a
See #3266 . Write documentation on how to use IfcCSV.
blenderbim-230607
2023-06-07 16:00:12 +10:00
Dion Moult
3758c454c9
Add support for Pandas DataFrames in IfcCSV and clean up function signatures
2023-06-07 15:59:20 +10:00
Dion Moult
4b6424e0e1
Fix #3264 . Describe IFC to JSON conversion (and other formats) in documentation.
2023-06-07 14:30:48 +10:00
Bruno Postle
d71887d846
BlenderBIM fix Git merge log history ( #3096 )
...
The GitPython commit() method isn't suitable for completing a merge as
it only sets one parent, losing all history from the merged branch.
2023-06-07 00:45:01 +01:00
Thomas Krijnen
d61945a575
#3255 unreferened param
2023-06-06 13:25:13 +02:00
Gorgious56
45e6ae6708
Revert unselect non-ifc object using TAB
2023-06-06 11:59:05 +02:00
Gorgious56
ebbf30a88c
Fix wall mounted handrail railing modifier not regenerating properly when going out of edit mode with the tab key if the path wasn't modified
2023-06-06 09:57:00 +02:00
Dion Moult
e5769766af
Fix #3226 . There is now a faster deletion mode that kicks in for large models and large geometry deletions.
2023-06-06 17:40:31 +10:00
Dion Moult
64b9d2e5e3
See #3226 . New batched remove_deep2() which uses serialisation for faster removal performance on large graphs.
2023-06-06 17:40:31 +10:00
Andrej730
3213ffe760
Fixed #3259
blenderbim-230606
2023-06-06 10:44:27 +05:00
Bruno Postle
a851689bca
BlenderBIM use git shortlog to summarise merge log
2023-06-05 21:22:16 +01:00
Gorgious56
98f2bd66b6
Edit profile based representations with TAB ( #3142 )
...
* You can now edit profile based representations with TAB
* Minor fix
* Minor fix
* You can now edit parametric railing paths with TAB
Still not sure about the implementation though
* use shortcut instead of direct link to railing edition
* Add utility to check if a mesh is profile based or its representation is a swept solid
* Fix bug when trying to edit an empty object
* Prevent editing door, window and stair modifiers since they're fully parameterized by the modifier properties
* You can now edit roof modifier, railing modifier and various profile based objects
* You can now edit axis profile based objects
2023-06-05 18:07:25 +02:00
Andrej730
1c12a98b68
Solved #3219
2023-06-05 18:45:02 +05:00
Andrej730
a3859385c4
Blender curves to IfcIndexedPolyCurve #3233
...
Now blender curves segments saved in IfcIndexedPolyCurves instead of creating individual polygons.
Also changed ShapeBuilder.polyline - now it will try to store points in IfcLineIndex where it's possible (previously it was storing just 2).
2023-06-05 17:21:27 +05:00
Andrej730
c7394faf51
Display units for more pset/qset props #3235
...
Now current project units displayed for area and volume properties too.
https://i.imgur.com/7dgl1pC.png
Also added support for imperial units symbols.
2023-06-05 14:54:41 +05:00
Andrej730
3907ae656c
small note for unsupported pset prop types
2023-06-05 12:44:50 +05:00
Andrej730
5fc31be8aa
Add to scene properties whether we use relative path to .ifc #3251
...
Previously it was stored as operator's prop which is (turned out) reseted on reopening .blend.
2023-06-05 12:09:59 +05:00
Andrej730
7976fb4d09
Small fix for 1f43ec870
...
Was getting this error at project start:
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\project\operator.py", line 332, in execute
return IfcStore.execute_ifc_operator(self, context)
File "\scripts\addons\blenderbim\bim\ifc.py", line 410, in execute_ifc_operator
result = getattr(operator, "_execute")(context)
File "\scripts\addons\blenderbim\bim\module\project\operator.py", line 345, in _execute
self.import_type_from_ifc(element, context)
File "\scripts\addons\blenderbim\bim\module\project\operator.py", line 374, in import_type_from_ifc
collection_obj = collection.BIMCollectionProperties.obj
AttributeError: 'LayerCollection' object has no attribute 'BIMCollectionProperties'
2023-06-05 11:50:27 +05:00
Andrej730
01635ecd8a
small fix for syntax warning after 4865b62ea
...
SyntaxWarning: "is not" with a literal. Did you mean "!="?
2023-06-05 11:42:28 +05:00
Andrej730
f6657113b6
Spatial/Structural Tools icons
2023-06-05 11:18:52 +05:00
Andrej730
480f1a91a6
Moving operators to Spatial Tool
...
Changes:
- Moved Shift A "Add boundary" from BIM Tool to Spatial Tool
- Moved Alt B "Show boundaries" from BIM Tool to Spatial Tool
2023-06-05 11:18:52 +05:00
Massimo Fabbro
4865b62ea9
Fix create spaces from walls z-value ( #3248 )
...
Co-authored-by: Dion Moult <dion@thinkmoult.com >
2023-06-05 15:17:03 +10:00