ご確認ありがとうございます!
ご指定のコマンドで直接ターミナルから実行も試してみましたが、3系も4系も再発しました。
【実行コマンド】
/Applications/Spine.app/Contents/MacOS/Spine -u 3.8.99 -e /Users/(略)/json.export.json
【エクスポート設定】
{
"class": "export-mov",
"name": "MOV",
"project": "/Users/(略)/cos.spine",
"output": "/Users/(略)/export/mov",
"open": false,
"exportType": "animation",
"skeletonType": "single",
"skeleton": "(略)",
"animationType": "all",
"animation": null,
"skinType": "current",
"skinNone": false,
"skin": null,
"maxBounds": false,
"renderImages": true,
"renderBones": false,
"renderOthers": false,
"linearFiltering": true,
"scale": 300,
"fitWidth": 0,
"fitHeight": 0,
"enlarge": false,
"background": null,
"fps": 30,
"lastFrame": false,
"cropX": -210,
"cropY": -40,
"cropWidth": 420,
"cropHeight": 460,
"rangeStart": -1,
"rangeEnd": -1,
"pad": false,
"msaa": 0,
"outputType": "filePerAnimation",
"animationRepeat": 1,
"animationPause": 0,
"encoding": "PNG",
"quality": 0,
"compression": 6,
"audio": false
}
4系では同じエクスポート設定のjsonで、プロジェクトファイル未指定で実行すると
ERROR: Missing export input path.
と出てしまったので、4系で改めてエクスポート設定のjsonを書き出し直し、実行しました。
【実行コマンド】
/Applications/Spine.app/Contents/MacOS/Spine -u 4.0.61 -e /Users/(略)/json4.export.json
【エクスポート設定】
{
"class": "export-mov",
"exportType": "animation",
"skeletonType": "single",
"skeleton": "(略)",
"animationType": "all",
"animation": null,
"skinType": "current",
"skinNone": false,
"skin": null,
"maxBounds": false,
"renderImages": true,
"renderBones": false,
"renderOthers": false,
"scale": 300,
"fitWidth": 0,
"fitHeight": 0,
"enlarge": false,
"background": null,
"fps": 30,
"lastFrame": false,
"cropWidth": 420,
"cropHeight": 460,
"rangeStart": -1,
"rangeEnd": -1,
"outputType": "filePerAnimation",
"animationRepeat": 1,
"animationPause": 0,
"encoding": "PNG",
"quality": 0,
"compression": 6,
"audio": false,
"pad": false,
"msaa": 0,
"smoothing": 8,
"renderSelection": false,
"cropX": -210,
"cropY": -40,
"output": "/Users/(略)/export/mov",
"input": "/Users/(略)/cos.spine",
"open": false
}
読み込んでいる画像は123個で、合計2.2MBほどです。
スキンは5つあり、2つを表示した状態のファイルになっています。
お手数ですが、よろしくお願いいたします。