Create a transform constraint with modified rotation. Rotation exported as "x" in JSON; should be "rotation" (like bones) or "rotate" (following "rotateMix" notation).
Rotate Transform Constraint exported as "x" in JSON
- 已编辑
Confirmed. When I have offsets rotate 58, x -18, y 21, the json outputs:
"transform": [
{ "name": "hold gun", "bone": "gun", "target": "gunHeld", "x": 58, "x": -18, "y": 21 }
Fixed in 3.2.01, thanks!