epdtry / rk-convert

.rk model converter
2 stars 1 forks source link

Animations Are Bugged #3

Open g-l-i-t-c-h-o-r-s-e opened 1 year ago

g-l-i-t-c-h-o-r-s-e commented 1 year ago

The recent fix for flipping the models appears to have messed up the animations, I've only checked pony_type01 image

g-l-i-t-c-h-o-r-s-e commented 1 year ago

They don't look as bad on this, but some animations are messed up still like #13 I noticed a lot of animations are also missing names now in the gltf viewer, however they seem to all be named in Blender unless its just not showing them at all

epdtry commented 1 year ago

I haven't been able to reproduce this issue. I checked with both blender and the browser-based glTF viewer, and the model in question looks fine to me. I didn't see any issues with any of the animations, not even #13 (the first few frames look a bit odd, but this is Derpy's "reveal" animation, so in those frames she would normally be hidden under the box). I don't have access to Windows 3D Viewer, so I can't test with that.

I noticed a lot of animations are also missing names now in the gltf viewer

This looks like a bug in the viewer. The longer names are getting wrapped onto a second line of text, and that second line isn't visible. I used the browser dev tools to add white-space: nowrap to .property-name and all the names became visible (though most were partly cut off due to being so long).