Fix 3D model animations when a negative time scale is used (#7474)

This commit is contained in:
D8H
2025-03-14 14:26:06 +01:00
committed by GitHub
parent 99873e5c76
commit 49749fbd88
3 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"firstLayout": "",
"gdVersion": {
"build": 225,
"build": 226,
"major": 5,
"minor": 5,
"revision": 0
@@ -3277,8 +3277,8 @@
"BarRightPadding": 6,
"BarBottomPadding": 6,
"LabelMargin": 6,
"MinValue": 0.25,
"MaxValue": 4,
"MinValue": -2,
"MaxValue": 2,
"InitialValue": 1,
"StepSize": 0.125
},
@@ -5006,7 +5006,7 @@
],
"content": {
"centerLocation": "ModelOrigin",
"crossfadeDuration": 0,
"crossfadeDuration": 0.5,
"depth": 78,
"height": 78,
"keepAspectRatio": true,