[External project "assimp"] Loading of some models broken due to early return introduced at commit 30481ec #176
-
Fixed by #177 (This regards Bisected and found the 2 adjacent commits where it was working ( 2 models downloaded from Sketchfab were working up through commit The cause was an early return introduced in file Replacing the early return
with opposite logic so skeleton processing done if check succeeds
fixes the problem; the breakage was due to other crucial steps needing to be done in the same function after the skeleton processing -- this change makes skeleton steps optional instead of aborting the model processing if skeleton check fails.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Source of problem has been determined via bisect and iteration |
Beta Was this translation helpful? Give feedback.
-
You should not post a discussion about external project. |
Beta Was this translation helpful? Give feedback.
Source of problem has been determined via bisect and iteration