mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-22 13:53:02 +05:30
Raise exception if python mesh fails to extract meshes
This commit is contained in:
parent
43afe7bf70
commit
6ffe6f57ec
@ -212,7 +212,7 @@ class pyMesh:
|
|||||||
i,
|
i,
|
||||||
filedata,
|
filedata,
|
||||||
len(filedata)):
|
len(filedata)):
|
||||||
print("failed to get mesh")
|
raise RuntimeError("failed to get mesh")
|
||||||
del mh, memsize
|
del mh, memsize
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user