mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user