Fix set bone pose scale default value.

This commit is contained in:
Davide Tantillo 2026-03-04 15:26:14 +01:00
parent 2d3e56c735
commit b9cbfa9b8a

View File

@ -444,12 +444,12 @@
{
"id": "scaleX",
"type": "any",
"initialValue": ""
"initialValue": "1"
},
{
"id": "scaleY",
"type": "any",
"initialValue": ""
"initialValue": "1"
}
]
},