10-18-2015, 02:47 PM
I know its WIP, but I noticed some redundant case's while roughly translating the script into Blender python (to learn from how you import them).
Mostly, when checking for the bone version number, lines 493 to 554 are redundant copies from 431 to 492 (lines approx. as I formatted around a little); both check for verNum == 0, is it a copy paste bug or a wrong version check?
There were also one or two vertex data format blocks redundant, and I just want to make sure it's not an error =3
Sadly, I didn't get there yet and forgot the lines, but I'll tell you if I get there =3
Mostly, when checking for the bone version number, lines 493 to 554 are redundant copies from 431 to 492 (lines approx. as I formatted around a little); both check for verNum == 0, is it a copy paste bug or a wrong version check?
There were also one or two vertex data format blocks redundant, and I just want to make sure it's not an error =3
Sadly, I didn't get there yet and forgot the lines, but I'll tell you if I get there =3