Hi,
I'm trying to mix between animations in the alien example using the c runtime. When the animation is swapping over I run into the following...
If attachmentName is NULL when testing for attachmentName in _spAttachmentTimeline_apply the function calls into spSkeleton_getAttachmentForSlotIndex which calls into spSkin_getAttachment which then calls strcmp using the NULL pointer. This causes a crash in the CRT on my Visual Studio setup.
I'm mixing using the defaultMix of 0.1 and then calling spAnimationState_addAnimation to mix to the new animation. Is this the correct way to transition to new animations?
Thanks. Ben.