Small info message on using validate

This commit is contained in:
Andrej730
2023-08-14 11:08:50 +05:00
parent 793b28e43b
commit bc85f09109
@@ -154,6 +154,8 @@ class ValidateIfcFile(bpy.types.Operator):
logger = logging.getLogger("validate")
logger.setLevel(logging.DEBUG)
ifcopenshell.validate.validate(IfcStore.get_file(), logger, express_rules=True)
self.report({"INFO"}, "Check validation results in the system console.")
return {"FINISHED"}