Bernd Hahnebach
146dd1e74d
bimtester: German geometrirc detail step, fix quotation marks
2021-12-08 08:23:00 +01:00
Bernd Hahnebach
6d47cf3a51
bimtester, attributes ele class steps, use generic assert methond
2021-12-07 18:01:10 +01:00
Bernd Hahnebach
9b6d53fe38
bimtester: example steps, delete more steps which are implemented already
2021-12-07 15:51:31 +01:00
Bernd Hahnebach
6902e2e2c6
bimtester: features, move geometric detail tests from examples to implemented steps
2021-12-07 15:47:15 +01:00
Bernd Hahnebach
82d136b9b3
bimtester: util, improve generic assert method
2021-12-07 14:58:18 +01:00
Bernd Hahnebach
b8dd0450d1
bimtester: features, fixes in element class attributes
2021-12-07 14:47:13 +01:00
Bernd Hahnebach
85d76c084b
bimstester: features, move element class attributes tests from examples to implemented steps
2021-12-07 12:59:50 +01:00
Bernd Hahnebach
c658f7610e
bimstester: features, move spatial structure tests from examples to implemented steps
2021-12-07 12:16:18 +01:00
Bernd Hahnebach
3fad28572b
bimstester: features, move application tests from examples to implemented steps
2021-12-07 11:44:21 +01:00
Bernd Hahnebach
455fe80497
bimtester: features import module, sort by abc
2021-12-07 11:27:42 +01:00
Bernd Hahnebach
3f46d54ad9
bimtester: features, move qset test from example steps to implemented steps
2021-12-07 09:38:22 +01:00
Bernd Hahnebach
89e3276c90
bimtester: example steps, delete the ones which are implemented already
2021-12-07 08:47:31 +01:00
aothms
bb9eba07c0
build-all.py python library proposal #1884
2021-12-03 10:21:55 +01:00
aothms
6d4573fb58
build-all.py option PYTHON_USER_SITE
2021-12-03 10:21:55 +01:00
aothms
24890dd001
build-all.py option NO_CLEAN
2021-12-03 10:21:55 +01:00
Dion Moult
65d599bbd9
Fix bug where Blender name wouldn't match IFC Name when reassigning class. See #1902 .
blenderbim-211203
2021-12-03 11:00:54 +11:00
Dion Moult
ebe5460a9f
Fix segfault thanks to aothms.
2021-12-02 09:28:04 +01:00
Dion Moult
01bc29c5b2
Purge by_ref_cached_
2021-12-02 09:28:04 +01:00
Dion Moult
5ad6d455f9
get_total_inverses now efficiently gets the full number of references to an entity
2021-12-02 09:28:04 +01:00
Dion Moult
cef1c86f6d
Experimental get_inverse_cardinality proposal. See #1904 .
2021-12-02 09:28:04 +01:00
Cyril Waechter
d1caa3242f
Refactor to usecase as asked in #1881 ( #1907 )
2021-11-30 21:24:19 +11:00
Dion Moult
4f7bfec026
Merge branch 'v0.7.0' of github.com:IfcOpenShell/IfcOpenShell into v0.7.0
2021-11-30 21:23:16 +11:00
Dion Moult
df6ad70345
Fix percentage loading implementation with the new more accurate progress number.
2021-11-30 21:23:06 +11:00
Bernd Hahnebach
a7a3ccb23a
bimtester: gui, initialize ifc file and feature file text
2021-11-30 10:30:41 +01:00
Cyril Waechter
b65f2ca062
Allow to assign IfcRelSpaceBoundary to an object ( #1902 )
2021-11-30 13:35:55 +11:00
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