Modify error message when there are no 3D meshes in the rhino file.
This commit is contained in:
parent
8c6029d52d
commit
e6452eb39f
2
source/external/rhino.importer.js
vendored
2
source/external/rhino.importer.js
vendored
@ -61,7 +61,7 @@ OV.Importer3dm = class extends OV.ImporterBase
|
|||||||
this.ImportRhinoDocument (rhinoDoc);
|
this.ImportRhinoDocument (rhinoDoc);
|
||||||
if (OV.IsModelEmpty (this.model)) {
|
if (OV.IsModelEmpty (this.model)) {
|
||||||
this.SetError ();
|
this.SetError ();
|
||||||
this.SetMessage ('The model doesn\'t contain meshes.');
|
this.SetMessage ('The model doesn\'t contain any 3D meshes. Try to save the model while you are in shaded view in Rhino.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user