Cyril Waechter
f991b053d3
Allow to manually update boundary connection geometry ( #1899 )
...
* Allow to manually update boundary geometry
Following have been created in this purpose:
* usecase in ifcopenshell.api
* blenderbim operator
* button in blenderbim manually trigger it
* Assign kwargs to object instead of settings dict
* Add forgotten helper file
blenderbim-211130
2021-11-30 13:29:22 +11:00
Cyril Waechter
47a25ca8b9
Prevent crash on export for obj with no material ( #1903 )
...
During export material_checksum was always checked against a stringed
list `'[]'` for an empty material while default value
for material_checksum default was `''`. So it was trying to update
material of object which have none (eg. IfcRelSpaceBoundary).
See: https://github.com/IfcOpenShell/IfcOpenShell/blob/a3f27830c579e567218f79faa52dfc941a441241/src/blenderbim/blenderbim/bim/export_ifc.py#L147
2021-11-30 13:27:08 +11:00
Bernd Hahnebach
a3f27830c5
bimtester: gui, improve prints and error handling
2021-11-29 14:59:30 +01:00
Bernd Hahnebach
1a5b5dd303
bimtester: fix gui, works with feature file now instead of feature directory
2021-11-29 10:28:49 +01:00
Dion Moult
f529bc37ee
Fix bug where selecting type occurrences did not work
2021-11-29 20:25:51 +11:00
Dion Moult
825ffe03b0
Converting brickschema projects to IFC libraries now works on IFC2X3
blenderbim-211129
2021-11-29 20:19:58 +11:00
Dion Moult
622ff05247
Fix bug where updating owner history may not work if you were using it outside Blender.
2021-11-29 20:17:02 +11:00
Dion Moult
d638405ff8
Assigning library references now works on IFC2X3.
2021-11-29 20:16:25 +11:00
Dion Moult
c0f547c6e4
Test expectations for new remove_deep2 proposal. See #1812 .
2021-11-29 20:14:50 +11:00
Dion Moult
3accc1dbd6
Editing object placements is now 3x faster on large files. See #1807 .
2021-11-29 19:58:03 +11:00
aothms
6eab9fb593
#1785 HdfSerializer read-only option
2021-11-28 19:34:54 +00:00
Felipe Mesquita
2708133493
Added information for debugging level parameter
2021-11-27 08:53:17 +01:00
Thomas Krijnen
c5e6c3e2c7
#1897 handle nesting in get_decomposing_entity_impl()
2021-11-26 14:15:51 +01:00
Thomas Krijnen
d7b27c0620
ifcopenshell.ifcopenshell_wrapper.turn_on_detailed_logging()
2021-11-25 15:23:14 +01:00
Thomas Krijnen
75ffc4454d
#1895 don't signal element ready when result is empty
2021-11-25 12:05:39 +01:00
Dion Moult
a1817e8a61
Fix #1889 . Allow explicitly overriding data types when editing psets.
2021-11-24 16:38:19 +11:00
Bernd Hahnebach
b4b334145f
BIMTester: steps, improve imports in the regard of rebases
2021-11-23 15:18:01 +01:00
Bernd Hahnebach
04535d27ec
Bimtester, improve German attribute feature translation, get rid of umlaut since it makes problems in some circumstances
2021-11-21 21:19:10 +01:00
Thomas Krijnen
3c41f6b0f8
#1153 draw.py timing
2021-11-20 14:05:53 +01:00
Thomas Krijnen
a17c44c076
#1153 update draw.py with two new options
2021-11-20 14:05:11 +01:00
Thomas Krijnen
eccf72ee8a
#1153 option to preprocess shape into sets of profile edges
2021-11-20 14:02:12 +01:00
Thomas Krijnen
9c9bec9c4e
Some more things related to #1853
2021-11-19 15:08:24 +01:00
Thomas Krijnen
71c1cd6a9e
Check for null result and handle some bop alerts
2021-11-19 10:39:14 +01:00
Thomas Krijnen
0504556e7a
#1885 consider schema type when copying attribute values
2021-11-19 09:38:28 +01:00
Thomas Krijnen
e9a18d030e
Small cleanup and try to please gcc
2021-11-19 09:22:09 +01:00
Thomas Krijnen
6d725f60fa
finish up
2021-11-19 09:22:09 +01:00
Thomas Krijnen
72206bc441
async init, crashes now on get()
2021-11-19 09:22:09 +01:00
Dion Moult
c0eb9addfd
Fix bug in FM utility for grabbing classes from the draft FMHEM standard
2021-11-19 19:13:21 +11:00
Dion Moult
ff3a98234d
Fix bug in convert length unit recipe where IFC2X3 ownership history fails.
2021-11-19 19:12:55 +11:00
Dion Moult
ebf6b9fc88
Fix #1886 .
2021-11-19 19:08:34 +11:00
Cyril Waechter
c2e4b5f1fa
[BlenderBIM] Boundaries: add relations editing ( #1881 )
...
* SelectGlobalId: set object as active
Use tool module instead of previous custom search loop.
* Boundaries: add relations editing
For entity of class IfcRelSpaceBoundary :
* Display relationship attributes
* Add button to jump to related objects
* Allow to edit relations attributes including entity filter.
UI similar to current base attributes editing.
2021-11-19 10:06:22 +11:00
Bernd Hahnebach
9728c4d345
bimtester: features psets, use quots the same way as in all other features
2021-11-18 18:16:37 +01:00
Gorgious
f0d6500539
Merge branch 'v0.7.0' of https://github.com/IfcOpenShell/IfcOpenShell into v0.7.0
blenderbim-211118
2021-11-18 10:38:27 +01:00
Gorgious
124ccf0404
(slightly) Optimise batch removing objects
2021-11-18 10:38:17 +01:00
Bernd Hahnebach
df03f7ad29
bimtester: steps, fix undefined name
2021-11-18 10:20:50 +01:00
Bernd Hahnebach
ff8fc898a1
bimtester: examples, trailing ws
2021-11-18 09:53:53 +01:00
Bernd Hahnebach
2d62d8181a
bimtester: improve French translation for the provided example
2021-11-17 16:08:42 +01:00
Bernd Hahnebach
6853735bb2
bimtester: fix example feature files to work with this bimtester
2021-11-17 10:36:37 +01:00
Bernd Hahnebach
1c3980b6f0
bimtester: fix italian and dutch project setup step files
2021-11-17 10:36:37 +01:00
Dion Moult
5c224150ec
More slow progress in getting annotations round-tripping. See #1153 .
2021-11-17 18:25:01 +11:00
Dion Moult
18719c16df
Fix bug where subelement coordinates were incorrectly calculated in non SI units
2021-11-17 16:22:23 +11:00
Dion Moult
ddb8abff0f
Minor fix
2021-11-17 15:32:26 +11:00
Dion Moult
f9221717ff
You can now associate IFC elements with Brick elements and navigate to them
2021-11-17 13:27:07 +11:00
Dion Moult
da6945b352
You can now assign and unassign library references
blenderbim-211117
2021-11-17 11:43:53 +11:00
Dion Moult
62cdf76a5a
Fix bug where you couldn't copy quantities to other elements
2021-11-17 10:35:46 +11:00
Dion Moult
fae607f8ce
New UI to add / edit / remove library information and references.
2021-11-16 22:15:54 +11:00
Dion Moult
468192e849
Fix bug where unlinking a style that was invalidly linked didn't work.
2021-11-16 22:08:55 +11:00
Dion Moult
edd01637e2
Minor fix
2021-11-16 21:51:23 +11:00
Bruno Postle
604fbc4bc9
Raise default section height from storey from 1.0 to 1.2
2021-11-16 09:12:42 +01:00
Dion Moult
4617d9f234
A whole bunch of new usecases for managing IFC library information and references
2021-11-16 18:30:23 +11:00