When loading an md2 model, I'm getting this error:
java.lang.RuntimeException: [ 1463492155372 ] - ERROR: Too many sub-sequences defined. Modify configuration to allow a higher number.
I've tried this:
Didn't work... Any suggestions?
EDIT: Solved! 999 was too much.
java.lang.RuntimeException: [ 1463492155372 ] - ERROR: Too many sub-sequences defined. Modify configuration to allow a higher number.
I've tried this:
B4X:
Config.setParameterValue("maxAnimationSubSequences", 999)
Didn't work... Any suggestions?
EDIT: Solved! 999 was too much.
B4X:
Config.setParameterValue("maxAnimationSubSequences", 40)
Last edited: