mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +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,
|
||||
filedata,
|
||||
len(filedata)):
|
||||
print("failed to get mesh")
|
||||
raise RuntimeError("failed to get mesh")
|
||||
del mh, memsize
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user