Ali-RS
Ali-RS
Sorry, unfortunately this is out of my knowledge :( Also I have no experience with Nifty gui.
Is this issue still exist in the master branch?
Maybe the .md extension should be added to the LICENSE file for Github to recognize it. "LICENSE.md" or "license.md"
I thought it might be fine to target it for v3.4 (that lets breaking changes go in?)
>Edit: I already found something: actionBlended calls "makeAction" instead of action, so it does not use the "cached" action for Run but creates a fresh one from the AnimClips. Doing...
>Can you imagine what artifacts it could cause when not having animations of the same length? I mean I think about changing this so that the animation is just looping,...
>And yeah, it seems to be a nice idea to add a loop mode in addition to stretching. Experimenting with the loop mode in BlendAction https://github.com/Ali-RS/jmonkeyengine/compare/master...Ali-RS:fix-blend-action Example Videos: https://hub.jmonkeyengine.org/t/a-tip-for-animation-blending/44617/7?u=ali_rs Feedbacks?
Fixed in https://github.com/jMonkeyEngine/jmonkeyengine/pull/1848 BlendAction automatically generates a speed factor for each child to resolve the slow-motion effect. One can still adjust the factors to his own desire.
Not a wiki page, but we have one forum page plus some tests in case that helps: https://hub.jmonkeyengine.org/t/monkanim-v2/39877
@stephengold thanks for reviewing the PR.