Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

Animation priority doesn't always apply to [Hidden by default] or the [Visible] button in the animation frame editor

bfreezie opened this issue ยท 2 comments

commented

I duplicated the player arms(including the held item) in order to have a set of arms that follows the player aim with the bow/crossbow, and then a set of arms that can do custom arm swing for the walking/running animation without holding the crossbow. The custom, non-additive walk animation is set to low priority with the appropriate arms toggled visible, and the non-additive crossbow holding animation is set to high with the appropriate arms set to visible.
Despite this, when I am holding the crossbow and start walking, the hidden arms of the low priority walk animation appear alongside the high priority arms of of the crossbow hold, and the crossbow item itself jumps back to the position of the walking animation.
2022-12-07_17 26 57
2022-12-07_17 29 23
2022-12-07_17 29 54
holding crossbow
walking
holding crossbow and walking

commented

It's a known issue similar to this (#280). Make a 0x0x0 sized cube that controls the visible/hidden effect, having animations moving parts can sometimes break the visibility.
This will be fixed when I clean up the project formats.

commented

Thank you for the workaround