This commit is contained in:
Andrej730
2024-09-16 12:34:40 +05:00
parent 5ec10018d9
commit 6a47e68b78
2 changed files with 2 additions and 2 deletions
@@ -469,7 +469,7 @@ class PrintUnusedElementStats(bpy.types.Operator, tool.Ifc.Operator):
ignore_contexts: bpy.props.BoolProperty(name="Ignore Contexts", default=True)
ignore_relationships: bpy.props.BoolProperty(name="Ignore Relationships", default=True)
ignore_types: bpy.props.BoolProperty(name="Ignore Types", default=True)
ignore_styled_items: bpy.props.BoolProperty(name="Ignoer Styled Items", default=True)
ignore_styled_items: bpy.props.BoolProperty(name="Ignore Styled Items", default=True)
def _execute(self, context):
props = context.scene.BIMDebugProperties
@@ -153,7 +153,7 @@ class PsetTemplatesGenerator:
# 2) enumeration
# 3) property set (also with IFCRELASSOCIATESLIBRARY)
# 4) property definition (also with IFCRELASSOCIATESLIBRARY)
# but in ifc4x3 there is no data for those library refernces
# but in ifc4x3 there is no data for those library references
# TODO: need to add it to .ifc for IFC4X3 too
# if https://github.com/buildingSMART/IFC4.3.x-development/issues/587 is resolved