mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
Small info message on using validate
This commit is contained in:
@@ -154,6 +154,8 @@ class ValidateIfcFile(bpy.types.Operator):
|
|||||||
logger = logging.getLogger("validate")
|
logger = logging.getLogger("validate")
|
||||||
logger.setLevel(logging.DEBUG)
|
logger.setLevel(logging.DEBUG)
|
||||||
ifcopenshell.validate.validate(IfcStore.get_file(), logger, express_rules=True)
|
ifcopenshell.validate.validate(IfcStore.get_file(), logger, express_rules=True)
|
||||||
|
|
||||||
|
self.report({"INFO"}, "Check validation results in the system console.")
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user