Dion Moult
f528ad9744
Minor fix
2022-05-10 23:49:14 +10:00
Dion Moult
650f9eb7f5
Attribute filtering in IDS now checks null-like values too.
2022-05-10 22:42:21 +10:00
Dion Moult
a78d6f42e5
Allow IDS to audit any entity, not just IfcObjects
2022-05-10 22:13:28 +10:00
Dion Moult
4326a74c64
Fix IDS to not allow subclasses and allow restrictions in the class name
2022-05-10 21:40:35 +10:00
Dion Moult
08fc62d4d9
Add support for userdefined predefined types in IDS entity facets
2022-05-10 21:20:10 +10:00
Dion Moult
ae298de8dc
Implement identifier, desc, and instructions for specification node in IDS
2022-05-10 19:26:12 +10:00
Dion Moult
a24c4b269a
Fix mandatory title and optional date and check invalid dates in IDS
2022-05-10 17:36:24 +10:00
Dion Moult
083d9d3e3e
Implement attribute facet for IDS
2022-05-10 16:23:07 +10:00
Dion Moult
12e7ed356c
Fix IDS namespace bug that prevented XML encoding, simplify XML writing, and new to_string() method to decrease dependency on the filesystem
2022-05-10 16:22:38 +10:00
Dion Moult
3f15dd71b1
Run black on ids module
2022-05-10 16:18:08 +10:00
Adrien SCHVALBERG
42448cae4e
Add missing exports for ifcopenshell-python when we build shared libs.
2022-05-09 14:13:47 +02:00
Dion Moult
7e28d193ec
#2185 Document installation and hello world examples for IfcOpenShell-python
2022-05-09 19:27:33 +10:00
Thomas Krijnen
8f2b32532c
validate.py text result formatting improvements
2022-05-09 11:00:04 +02:00
Dion Moult
f0a00cbc94
#2185 Set up auto generated API reference documentation via sphinx-autoapi
blenderbim-220509
2022-05-09 15:35:52 +10:00
Dion Moult
fd73b2cf0a
#2185 Migrate web files to website repo
2022-05-08 19:51:17 +10:00
Adrien SCHVALBERG
e5b3455533
Fix memory leak for HeaderEntity instances:
...
the getArgumentCount() call in IfcEntityInstanceData destructor isn't virtually dispatched so it returns 0 instead of correct number of arguments => memory leak
added IfcEntityInstanceData::clearArguments() which clears all arguments and resets the attributes_ field to nullptr
Remove unnecessary copy in IfcEntityInstanceData::setArgument() when argument is created at the call site (no more leak of original argument)
Fix memory leak in IfcFile: delete entities from both byid and entity_file_map
2022-05-08 10:21:46 +02:00
Adrien SCHVALBERG
e677355438
Add IfcParse::clear_schemas() and individual Ifc___::clear_schema() to clear any resource allocated by registered schemas
...
Add missing virtual destructors in IfcSchema.h
2022-05-08 10:21:46 +02:00
Dion Moult
93fd3f97e3
#2111 New feature to select by style and see style usage
2022-05-08 18:03:18 +10:00
Dion Moult
910d189f35
#2188 support displaying inherited materials
2022-05-08 16:27:35 +10:00
Dion Moult
c8d6d12442
The material manager now groups materials into categories
2022-05-08 15:48:09 +10:00
Dion Moult
1f3ba3d09d
New makefile targets to specifically run tests of single modules
2022-05-08 15:45:47 +10:00
Dion Moult
f67941221e
Enable syntax highlighting in test suite for easier debugging
blenderbim-220508
2022-05-08 15:24:06 +10:00
Dion Moult
8252ef82ad
#2185 Write documentation about viewing construction types
2022-05-07 21:50:38 +10:00
Dion Moult
3b825e35ae
#1153 You can now provide custom stylesheets, markers, symbols, and hatches
2022-05-07 20:28:24 +10:00
Dion Moult
4a4912e817
Editing URIReference properties now provides a file browse button
2022-05-07 20:26:25 +10:00
Dion Moult
5a38604ec2
#1153 Boilerplate styles and definitions now can be used with any drawing layer combination
2022-05-07 17:57:05 +10:00
Dion Moult
b15e0d0e2b
#2185 Commit logos and homepage mockup by Paulina Godoy and Meetlat
2022-05-07 11:48:20 +10:00
Dion Moult
5a5f52a5c2
#2185 Standardise graphic style for annotation images in documentation
blenderbim-220507
2022-05-07 11:42:12 +10:00
Dion Moult
816a690519
Commit WIP website design by Paulina Godoy :)
2022-05-07 10:20:11 +10:00
Dion Moult
60303c6560
Minor fix
2022-05-06 20:51:36 +10:00
Dion Moult
cc88e6f112
#2185 Write documentation about viewing attributes, pets, and qtos
2022-05-06 20:44:26 +10:00
Dion Moult
5f1b5d0c63
You can now manage actor assignments to products
2022-05-06 17:47:24 +10:00
Dion Moult
b54caa8967
Person / organisation roles and acting actors are now shown
2022-05-06 16:21:12 +10:00
Dion Moult
73e048a9a8
#1153 You can now manage assigned products for all annotations
2022-05-06 15:35:39 +10:00
Dion Moult
316a2b7f53
#2185 Write documentation for viewing element classes
2022-05-06 12:46:29 +10:00
Dion Moult
42edcda8bd
Deleting an element now also auto deletes its associated distribution ports
2022-05-06 10:38:38 +10:00
Dion Moult
92432f453d
You can now remove ports
blenderbim-220506
2022-05-06 10:35:12 +10:00
Dion Moult
4b6ebe7b1c
Fix bug where deleted objects were not cleared after saving
2022-05-06 09:20:37 +10:00
Emad Aghajani
3f6d25ed43
Fixes #2175 : Fixes a crash when blender is in background mode or is used as bpy Python module
2022-05-05 19:23:36 +10:00
Dion Moult
d4b2cc7f2c
Bump IfcOpenShell build
2022-05-05 18:00:58 +10:00
Dion Moult
53c050c6ed
Port locations now sync relative to their parent even when not actively displayed in the viewport
2022-05-05 18:00:42 +10:00
Dion Moult
3213af2f48
#2185 Write documentation on the object outliner panel
2022-05-05 16:29:40 +10:00
Dion Moult
85122ba184
#2185 Document how to navigate through a model
2022-05-05 14:43:34 +10:00
Dion Moult
b8791d43aa
Minor documentation update for loading an IFC model
blenderbim-220505
2022-05-05 12:19:40 +10:00
Dion Moult
6a82f27d48
Standalone Blender import script now available for debugging
2022-05-05 09:59:04 +10:00
Dion Moult
4e2400952a
Fix #2147 #2143 Fix hanging when reloading a cache of a file with 2D and 3D data
2022-05-05 09:58:10 +10:00
Dion Moult
de1dae8b6e
Grids are now locked by default when loading IFCs
2022-05-05 09:28:36 +10:00
Dion Moult
dd127db969
Minor documentation improvements
2022-05-04 16:04:18 +10:00
Dion Moult
194bc53bdb
Minor refactor
2022-05-04 15:54:15 +10:00
Dion Moult
8c3e29c351
Split BlenderBIM and other docs to not overwhelm users. Use Furo theme for Sphinx.
blenderbim-220504
2022-05-04 13:06:39 +10:00