JannisX11 / blockbench

Blockbench - A low poly 3D model editor
https://www.blockbench.net
GNU General Public License v3.0
3.06k stars 272 forks source link

Display settings not displaying & exporting scale correctly #2232

Closed ewanhowell5195 closed 1 month ago

ewanhowell5195 commented 3 months ago

When opening the following model in blockbench, it displays the X axis scale as 0.4. rather than -0.4 When exporting the model, it still exports it as -0.4, despite displaying it as 0.4

{
    "elements": [],
    "display": {
        "firstperson_righthand": {
            "rotation": [0, 45, 0],
            "translation": [0, 6.5, 0],
            "scale": [-0.4, 0.4, 0.4]
        }
    }
}

Model format in which the issue occurs

Java Block/Item

Blockbench version

4.9.4

JannisX11 commented 1 month ago

Not an issue. Display scale has mirror options, however they are hidden by default because they are pretty much useless in recent Minecraft versions due to backface culling. They can be enabled in the settings though.