You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCascade importers and exporters(eg VRML, glTF, ...) may output errors messages with Message::SendFail() and they are not caught by Mayo to be displayed at the GUI level
For example an invalid VRML file loaded Mayo will show this error message in the GUI:
While OpenCascade produced this error message in console ouput(with SendFail()):
Error in VrmlAPI_CafReader: IrrelevantNumberoccurred at line 270
while reading VRML file 'D:/dev/data/Mayo_GitHub/#267/LCM_ZJY096T-IG11.wrl'
Even if the message is not translated to the user selected language it's valuable to be shown at GUI-level
The text was updated successfully, but these errors were encountered:
OpenCascade importers and exporters(eg VRML, glTF, ...) may output errors messages with
Message::SendFail()
and they are not caught by Mayo to be displayed at the GUI levelFor example an invalid VRML file loaded Mayo will show this error message in the GUI:
While OpenCascade produced this error message in console ouput(with
SendFail()
):Even if the message is not translated to the user selected language it's valuable to be shown at GUI-level
The text was updated successfully, but these errors were encountered: