You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Figura incompatibility because of incorrect pivot reference
To Reproduce
Steps to reproduce the behavior:
Add Figura and Better Combat to your instance.
Use a model that is not the vanilla player, but utilizes the "vanilla" rig (provided below as an alternative resource for reproduction)
Refer to "LeftItemPivot" or "RightItemPivot" GROUPs in blockbench.
All things work, except the rotation pivots for non-vanilla models.
Expected behavior
Rotation Pivots should be correctly applied inside figura when using this format, but do not properly use them as pivot reference points
Screenshots
Setup config (minecraft, modloader, libraries):
Minecraft version: 1.20.1 -> 1.21.x
Mod loader: Any Supported by Player-Animator and Better Combat (Figura is modloader agnositic using Architectury)
PlayerAnimator Library version (Latest, per individual test)
MC library version Architectury
**Other mods
Figura
Better Combat (the mod requiring the pivot references)
**
Optional:
** Used library methods:
I have attempted to fix this is an upstream figura build, and I found that it is neither better combat, nor figura, but instead upstream player-animator.
utilized examples:
working example, uses vanilla player instead, opting not to replace it: no_elytra.zip
Blockbench models can use a "Group" as a reference point for all animations, you do not need an item to add functionality, however said groups are ONLY used as a reference point. If blockbench animations are natively used (in its newest form) You do not REQUIRE blender for functionality fully.
This does interrupt old developers' workflows slightly, however adding a parser to locate Blockbench "GROUP" types as a reference instead of a cube for a reference will solve ALL upstream incompatibility in Bettercombat, Figura, Customizable Player Models, (Epic fight sorta) and other mods that depend on PlayerAnimator.
I have, and will provide a reference model for utilizing for reproduction on all figura instances, as this is a version wide incompatibility that can be fixed by referencing the GROUP names.
Broken example: Uses a group to apply the pivot transformations for the Held Items. example avatar reference.zip
The text was updated successfully, but these errors were encountered:
OracleHisty
changed the title
[API]
[API] Incompatibility with all forms of Figura, Isolated source issue already, just don't know how directly to implement to your upstream
Jan 17, 2025
Describe the bug
Figura incompatibility because of incorrect pivot reference
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Rotation Pivots should be correctly applied inside figura when using this format, but do not properly use them as pivot reference points
Screenshots
Setup config (minecraft, modloader, libraries):
**Other mods
Figura
Better Combat (the mod requiring the pivot references)
**
Optional:
** Used library methods:
I have attempted to fix this is an upstream figura build, and I found that it is neither better combat, nor figura, but instead upstream player-animator.
utilized examples:
working example, uses vanilla player instead, opting not to replace it:
no_elytra.zip
Blockbench models can use a "Group" as a reference point for all animations, you do not need an item to add functionality, however said groups are ONLY used as a reference point. If blockbench animations are natively used (in its newest form) You do not REQUIRE blender for functionality fully.
This does interrupt old developers' workflows slightly, however adding a parser to locate Blockbench "GROUP" types as a reference instead of a cube for a reference will solve ALL upstream incompatibility in Bettercombat, Figura, Customizable Player Models, (Epic fight sorta) and other mods that depend on PlayerAnimator.
I have, and will provide a reference model for utilizing for reproduction on all figura instances, as this is a version wide incompatibility that can be fixed by referencing the GROUP names.
Broken example: Uses a group to apply the pivot transformations for the Held Items.
example avatar reference.zip
The text was updated successfully, but these errors were encountered: